Skip to content

Releases: sysdiglabs/scan-action

v6.3.4

27 Jan 15:28
6015202

Choose a tag to compare

Bug Fixes

  • resolve ReportParsingError in IaC mode (#101)
  • use curl instead of wget and add agent docs (#100)

Small Modifications

  • bump version to 6.3.4 (#102)

v6.3.3

10 Dec 12:51
554e4d5

Choose a tag to compare

Bug Fixes

  • support uppercase in package-type filters (#98)

v6.3.2

05 Dec 09:08
e2429d1

Choose a tag to compare

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

27 Nov 13:08
90e7e27

Choose a tag to compare

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

26 Nov 16:35
0225eb0

Choose a tag to compare

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

27 Oct 08:31
5645a29

Choose a tag to compare

Bug Fixes

  • scan: respect global evaluation result for accepted risks (#93)

Continuous Integration

  • workflows: add stale issues and PRs workflow (#91)

v6.2.0

24 Oct 11:20
7e92d3a

Choose a tag to compare

Code Refactoring

  • split code into a clean architecture (#89)

Features

  • scanner: Add checksum verification for scanner download (#90)

v6.1.3

23 Sep 13:08
f82dfca

Choose a tag to compare

Compilation & Dependencies

  • update dependencies to remove vulns (#86)

Small Modifications

  • deps: update sysdig-cli-scanner to v1.22.6 (#87)

v6.1.2

23 Sep 10:59
3dd1378

Choose a tag to compare

Bug Fixes

  • allow use of space in policies (#81)

Continuous Integration

  • add automatic release on package.json version change (#84)
  • add lint for gh workflows (#83)
  • add pre-commit validation workflow (#82)

v6.1.0

22 Sep 14:58
bf7fee0

Choose a tag to compare

What's Changed

Full Changelog: v6.0.0...v6.1.0