Releases: sysdiglabs/scan-action
v6.0.0
v5.2.0
What's Changed
- Add filtering for severity, package type and accepted risk
- Improved summary output format
- Add layered analysis output
- Update scanner version to 1.22.1
- Bug fixes
Full Changelog: v3.6.0...v5.2.0
Sysdig Secure Inline Scan Action v3.6.0
Sysdig Secure Inline Scan Action v3.5.0
Perform image analysis on locally built container image and post the result of the analysis to Sysdig Secure.
Changelog:
- Migrate to Node 16 (https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/)
- Update dependencies for security fixes.
Sysdig Secure Inline Scan Action v3.4.0
Perform image analysis on locally built container image and post the result of the analysis to Sysdig Secure.
Changelog:
Change the way the inline-scanner is executed to allow running with Rootless docker
If multiple images are scanned, create multiple run checks
Sysdig Secure Inline Scan Action v3.3.0
Perform image analysis on locally built container image and post the result of the analysis to Sysdig Secure.
Changelog:
- Add Severity filter for annotations output. Thanks to @michael-sicpa
Sysdig Secure Inline Scan Action v3.2.0
Perform image analysis on locally built container image and post the result of the analysis to Sysdig Secure.
Changelog:
- Change the way the inline-scanner is executed to allow running with Rootless docker
- If multiple images are scanned, create multiple run checks
Sysdig Secure Inline Scan Action v3.1.0
Perform image analysis on locally built container image and post the result of the analysis to Sysdig Secure.
Changelog:
- Add debug output when debug is enabled for actions
- Bump octokit to v5 and dependency versions
Sysdig Secure Inline Scan Action v3.0.2
Perform image analysis on locally built container image and post the result of the analysis to Sysdig Secure.
Changelog:
- Added
inline-scan-image
option to override inline-scan image - Fix output with inline-scan container 2.3
Sysdig Secure Inline Scan Action v3.0.1
Perform image analysis on locally built container image and post the result of the analysis to Sysdig Secure.
Changelog:
- v3.0.1 fixes a problem creating the check run annotations when there are more than 50 annotations.