Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump anchore/scan-action from 2 to 3 #161

Merged
merged 2 commits into from
Sep 16, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 16, 2021

Bumps anchore/scan-action from 2 to 3.

Release notes

Sourced from anchore/scan-action's releases.

v3.0.0

New in scan-action v3.0.0

  • Upgrade to Grype to 0.17.0 and add tests #102 (#112) (#118)
  • Improve SARIF output #114 (#115)
  • Change default behavior so action fails on medium (and higher) severities (#86)
  • Respect verbosity from action to call Grype (#82)

v2.0.4

New in scan-action v2.0.4

  • bump grype to 0.7.0 (#81)

2.0.3

New in scan-action 2.0.3

  • bump grype to 0.6.1 (#79)
  • Halt execution when invalid options are provided (#76)
  • bump grype to 0.5.0 (#75)

Release v2.0.2

Minor bug-fix release:

Release v2.0.1

Minor bug-fix release.

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
Changelog

Sourced from anchore/scan-action's changelog.

Version 2.0.2 - 2020-11-11

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

Dependabot compatibility score

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 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)

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 16, 2021

The following labels could not be found: draft, dependencies, github_actions.

Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 2 to 3.
- [Release notes](https://github.com/anchore/scan-action/releases)
- [Changelog](https://github.com/anchore/scan-action/blob/main/CHANGELOG.md)
- [Commits](anchore/scan-action@v2...v3)

---
updated-dependencies:
- dependency-name: anchore/scan-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/anchore/scan-action-3 branch from d0429bd to 3eda424 Compare September 16, 2021 11:33
@Cedric-Magnan Cedric-Magnan merged commit 85d372d into main Sep 16, 2021
@dependabot dependabot bot deleted the dependabot/github_actions/anchore/scan-action-3 branch September 16, 2021 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant