Releases: sysdiglabs/scan-action
Releases · sysdiglabs/scan-action
v6.3.4
v6.3.3
v6.3.2
Fix package and risk acceptance filtering (#97)
* fix: regression on filter by package in action summary
* Add test for accepted risk filter in summary
* Add test for severity filter in summary report
* Fix vulnerability counts in summary report
* Fix accepted risk filtering logic
Refine filtering logic to correctly handle risk acceptance at the vulnerability level versus package level.
1. Stopped associating accepted risks from vulnerabilities to their packages in the Sysdig adapter. This prevents the 'withoutAcceptedRisks' filter from discarding the entire package when only a specific vulnerability has an accepted risk.
2. Updated SummaryReportPresenter to explicitly filter out vulnerabilities with accepted risks when generating the report tables, ensuring that even if the package remains (due to other active vulnerabilities), the accepted ones are hidden/not counted.
* Add package level acceptance risks and tests
* Add message about applied filters in the summary
* Add details about filter in summary
v6.3.1
Fix package sorting in scan summary report (#96) * fix: package sorting by vulnerability * Extract sorting logic to a domain service and add testing * Refactor to extract ISummary instead of using core.summary + testing to validate output
v6.3.0
Fix duplicate ruleID in SARIF and others (#95) - Fix duplicate ruleID in SARIF when grouping by package - Don't add rules and results in SARIF, when grouping by package, if the package does not have vulnerabilities - Use package name, version and path as the rule id - Clean SARIF messages after result URL has been removed - Update test fixture for V1 scan result - Update fixture for SARIF report - Bump CLI scanner to 1.24.1 - Improve download test to support multi os/arch
v6.2.1
v6.2.0
v6.1.3
v6.1.2
v6.1.0
What's Changed
- chore: update sysdig-cli-scanner to 1.22.5 by @tembleking in #79
- build: update dependencies to fix vulns by @tembleking in #80
Full Changelog: v6.0.0...v6.1.0