Add release trigger workflow#40
Merged
Merged
Conversation
2d3a345 to
7033ebb
Compare
spiffcs
reviewed
Apr 12, 2023
spiffcs
approved these changes
Apr 12, 2023
7033ebb to
66b7dbc
Compare
Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
66b7dbc to
68e1151
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the release trigger script + make targets as done in syft, grype, et. al.
In the process I noticed the coverage threshold was much lower than what's being tested now, so I bumped the threshold and updated the mechanism to the same as syft (coverage.py).
Note: the target branch is the same as #39 , I'll update and rebase when that is merged.