You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* FR-91: Add cli arg only fixable vulnerability; use the variable in get_vuln_counts
* Revert "FR-91: Add cli arg only fixable vulnerability; use the variable in get_vuln_counts"
This reverts commit bc532d4.
* FR-91: Add cli arg only fixable vulnerability; use the variable in get_vuln_counts
* FR-91: Fix unit tests
* FR-91: Fix typo in unit tests
* Revert "FR-91: Fix typo in unit tests"
This reverts commit e645542.
* Revert "FR-91: Fix unit tests"
This reverts commit f9157c9.
* Revert "FR-91: Add cli arg only fixable vulnerability; use the variable in get_vuln_counts"
This reverts commit 812c685.
* FR-91: Change orchestrator to only find fixed vulnerabilities if flag show-only-fixed-vulnerabilities is present
* FR-91: Fixed missing variable
* FR-91: Fixed typo
* FR-91: Fixed typo
* FR-91: Another fix
* FR-91: Another fix
* FR-91: Another fix
* FR-91: Another fix
* FR-91: Another fix
* FR-91: Another fix
* FR-91: Another fix
* Add unit test for get_vuln_count
* Fix unit test for get_vuln_count
---------
Co-authored-by: Maria Carolina Conceição <carolina.bento@floy.com>
help="The amount of time in seconds that inspector-sbomgne will run. When this timeout is exceeded, sbomgen will gracefully conclude and present any findings discovered up to that point.")
53
+
parser.add_argument("--show-only-fixed-vulnerabilities", action="store_true", help="If set, this program will only show fixed vulnerabilities in the GitHub Actions job summary page.")
53
54
54
55
parser.add_argument("--platform", type=str,
55
56
help="Specifies the OS and CPU arch of the container image you wish to scan. Valid inputs are "
0 commit comments