nimbus
nimbus copied to clipboard
chore(deps): Bump anchore/scan-action from 4 to 6
Bumps anchore/scan-action from 4 to 6.
Release notes
Sourced from anchore/scan-action's releases.
v6.0.0
New in scan-action v6.0.0
Major Change Note
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/cachefrom 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/nccfrom 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/cachefrom 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]
v5.0.0
New in scan-action v5.0.0
... (truncated)
Changelog
Sourced from anchore/scan-action's changelog.
Release Notes
Version 2.0.2 - 2020-11-11
- Update
actions/coreto use version1.2.6[(Issue #71)](anchore/scan-action#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
mastertomainNOTE: This is a breaking change from v1.x, as indicated by the major version change. We strongly recommend using a
@v2or specific version instead of@mainBreaking Changes for v2:
- Inputs:
- Changed
image-referencetoimage(required)dockerfile-pathis no longer supported and not necessary for the vulnerability scanscustom-policy-pathis no longer supportedinclude-app-packagesis no longer necessary or supported. Application packages are on by default and will receive vulnerability matches.- Outputs:
billofmaterialsis no longer output. V2 is focused on vulnerability scanning and another action may be introduced for BoM support with its own options/config.policycheckis no longer output
Commits
abae793chore(deps): update Grype to v0.86.1 (#416)f02232cchore: exclude dev-deps from release drafter (#415)763018afeat: add support for cyclonedx and cyclonedx-json output-formats (#396)e374579chore(deps-dev): bump lint-staged from 15.2.10 to 15.2.11 (#414)e90bc67chore(deps): bump@actions/cachefrom 3.3.0 to 4.0.0 (#412)028cd8ffeat: add output-file option, default to random directory output in temp (#346)6e00665chore(deps): update Grype to v0.86.0 (#413)15fee38chore(deps-dev): bump eslint from 9.15.0 to 9.16.0 (#410)c4c24ecchore(deps-dev): bump prettier from 3.3.3 to 3.4.2 (#411)869c549chore(deps): update Grype to v0.85.0 (#408)- Additional commits viewable 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)