Describe the issue
It looks like the quickstart command (which was written in 2023) needs some updates from 2024 and 2025.
- It starts users off trying to enroll using a PAT, rather than using the GitHub App
- It doesn't leverage the resource-agnostic
apply batch command, which really simplifies development.
- The setup installs a single ruletype, but doesn't really set you up for installing more or managing the existing rule. It would be better if this could pull from e.g. top-level directories with
README.md files in github.com/mindersec/minder-rules-and-profiles (or some other chosen repository).
To Reproduce
Run minder quickstart
What version are you using?
upstream/main on 10 April
Describe the issue
It looks like the
quickstartcommand (which was written in 2023) needs some updates from 2024 and 2025.applybatch command, which really simplifies development.README.mdfiles ingithub.com/mindersec/minder-rules-and-profiles(or some other chosen repository).mindersec/minderaction and some policy copied into their own repo. I have a sample of this in https://github.com/custcodian/minder-rules-and-profiles/tree/main/bootstrap (though the mermaid diagram seems a bit broken).To Reproduce
Run
minder quickstartWhat version are you using?
upstream/main on 10 April