-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatically Generated Indexes #1465
Conversation
.github/workflows/release.yml
Outdated
git config user.name "Panther Bot" | ||
git add ./indexes | ||
git commit -m "Update indexes" | ||
git push |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add the no-sign flag, like Christos did here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for taking a look. I've added the flag.
@mbellifa we can't run this workflow before merging it, because it has been opened from a fork. Can you open this PR from withing |
Background
Previously we generated the data for the Detection Coverage page manually. These changes aim to automate this generation as well as the markdown indexes in the
/indexes/
folder.Changes
detection-coverage.json
and markdown indexes when a release is cut, which is then written back to the repo.Testing