Bumps anchore/scan-action from 5 to 6.
Release notes
Sourced from anchore/scan-action's releases.
v6.0.0
New in scan-action v6.0.0
Major Change Note
feat: add output-file option, default to random directory output in temp (#346) [kzantow]
Check the above PR for details on how migrating might affect current configurations and usages
Other Changes
chore(deps): update Grype to v0.86.1 (#416) [anchore-actions-token-generator]
feat: add support for cyclonedx and cyclonedx-json output-formats (#396) [ps-e]
chore(deps): bump @actions/cache from 3.3.0 to 4.0.0 (#412) [dependabot]
chore(deps): update Grype to v0.86.0 (#413) [anchore-actions-token-generator]
v5.3.0
New in scan-action v5.3.0
chore(deps): update Grype to v0.85.0 (#408) [anchore-actions-token-generator]
chore(deps-dev): bump @vercel/ncc from 0.38.2 to 0.38.3 (#406) [dependabot]
chore(deps-dev): bump eslint from 9.14.0 to 9.15.0 (#405) [dependabot]
chore(deps-dev): bump husky from 9.1.6 to 9.1.7 (#407) [dependabot]
v5.2.1
New in scan-action v5.2.1
update Grype to v0.84.0 (#404) [anchore-actions-token-generator]
bump @actions/cache from 3.2.4 to 3.3.0 (#402) [dependabot]
v5.2.0
New in scan-action v5.2.0
chore(deps): update Grype to v0.83.0 (#398) [anchore-actions-token-generator]
chore(deps): bump actions/checkout from 4.2.1 to 4.2.2 (#394) [dependabot]
chore(deps): bump actions/setup-node from 4.0.4 to 4.1.0 (#395) [dependabot]
v5.1.0
New in scan-action v5.1.0
chore(deps): update Grype to v0.82.2 (#393) [anchore-actions-token-generator]
chore(deps-dev): bump eslint from 9.12.0 to 9.13.0 (#392) [dependabot]
chore(deps-dev): bump tslib from 2.7.0 to 2.8.0 (#391) [dependabot]
v5.0.1
New in scan-action v5.0.1
chore(deps): update Grype to v0.82.1 (#389) [anchore-actions-token-generator]
Changelog
Sourced from anchore/scan-action's changelog.
Release Notes
Version 2.0.2 - 2020-11-11
Update actions/core to use version 1.2.6 (Issue #71)
Version 2.0.1 - 2020-02-11
Fixes:
Removes unnecessary constraint in deduplication for SARIF reporting
Allows defining and referencing the location of the SARIF report file
Fixes multiple instances where undefined items in the reporting would break scanning
Version 2.0.0 - 2020-30-09
2.0.0 is a new major version of scan action based on the new Grype tool from Anchore.
It is much faster for scanning compared to v1.x of the action and adds some new capabilities, including directory scanning as well as container image scanning,
and also has more metadata about the vulnerability matches than previous versions for more transparency on the matching process.
Improvements and Changes:
Significantly faster performance for scans
New vulnerabilities output format is the JSON output from Grype directly
Adds support for scanning directories as well as Docker containers, so you can do the same checks pre-and post-build of the container.
Supports Automatic Code Scanning/SARIF for exposing results via your repository's Security tab.
Updated the default branch from master to main
NOTE: This is a breaking change from v1.x, as indicated by the major version change. We strongly recommend using a @v2 or specific version instead of @main
Breaking Changes for v2:
Inputs:
Changed image-reference to image (required)
dockerfile-path is no longer supported and not necessary for the vulnerability scans
custom-policy-path is no longer supported
include-app-packages is no longer necessary or supported. Application packages are on by default and will receive vulnerability matches.
Outputs:
billofmaterials is no longer output. V2 is focused on vulnerability scanning and another action may be introduced for BoM support with its own options/config.
policycheck is no longer output
Commits
abae793 chore(deps): update Grype to v0.86.1 (#416)
f02232c chore: exclude dev-deps from release drafter (#415)
763018a feat: add support for cyclonedx and cyclonedx-json output-formats (#396)
e374579 chore(deps-dev): bump lint-staged from 15.2.10 to 15.2.11 (#414)
e90bc67 chore(deps): bump @actions/cache from 3.3.0 to 4.0.0 (#412)
028cd8f feat: add output-file option, default to random directory output in temp (#346)
6e00665 chore(deps): update Grype to v0.86.0 (#413)
15fee38 chore(deps-dev): bump eslint from 9.15.0 to 9.16.0 (#410)
c4c24ec chore(deps-dev): bump prettier from 3.3.3 to 3.4.2 (#411)
See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- @dependabot rebase
will rebase this PR
- @dependabot recreate
will recreate this PR, overwriting any edits that have been made to it
- @dependabot merge
will merge this PR after your CI passes on it
- @dependabot squash and merge
will squash and merge this PR after your CI passes on it
- @dependabot cancel merge
will cancel a previously requested merge and block automerging
- @dependabot reopen
will reopen this PR if it is closed
- @dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- @dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency
- @dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- @dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- @dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)