Skip to content

Commit

Permalink
Add Minder instance info in README.
Browse files Browse the repository at this point in the history
This makes it more known that we're running it!
  • Loading branch information
JAORMX committed Nov 6, 2023
1 parent ca84dd1 commit bf9f132
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,20 @@ allowing users to integrate with their existing tooling and processes.
* **Artifact attestation:** Continuously verify that packages are signed to ensure they’re tamper-proof, using the open source project Sigstore.
* **Dependency management:** Manage dependency security posture by helping developers make better choices and enforcing controls. Minder is integrated with [Trusty by Stacklok](https://trustypkg.dev) to enable policy-driven dependency management based on the risk level of dependencies.

---
## Stacklok Instance

Your friends at Stacklok have set up a public instance of Minder that you can use for free. The Minder CLI tool
(`minder`) from our official releases is configured to use this instance by default. You can also use the public
instance by running `minder auth login` and following the prompts.

```bash
minder auth login --grpc-host api.stacklok.com --identity-url https://auth.stacklok.com
```

Note that it's not possible to register private repositories. If you'd like to use Minder with private repositories,
feel free to [contact us](mailto:hello@stacklok.com)! We'd be thrilled to help you out.

---
# Getting Started

Expand Down

0 comments on commit bf9f132

Please sign in to comment.