v1.3.0 #125
bluesentinelsec
announced in
Announcements
v1.3.0
#125
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Added a new option,
threshold_fixable_only
. When set to true, only vulnerabilities with a fix count towards threshold exceeded vulnerability counts. Vulnerabilities without a fix do not count towards the threshold. This option is intended to support workflows that wish to invoke custom logic, such as job failure, only when fixable vulnerabilities are present.Added a new option,
show_only_fixable_vulns
. When enabled, the action will only display vulnerabilities for which a fix is available in the GitHub Actions step summary. Vulnerabilities without a fix are still present in the raw Inspector scan JSON or CSV.Added reference in project README to the Amazon Inspector SBOM Generator software license: AWS Intellectual Property License.
An example workflow demonstrating these new features is available here.
For more information, feel encouraged to peruse the source code changes: #123
This discussion was created from the release v1.3.0.
Beta Was this translation helpful? Give feedback.
All reactions