This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

Scan-action Release Notes

Anchore Scan-action Release Notes

1 - v6.5.1

Release notes for scan-action v6.5.1

Release Notes

Version v6.5.1

New in scan-action v6.5.1

  • Update Grype to v0.97.1 (#495)

2 - v6.5.0

Release notes for scan-action v6.5.0

Release Notes

Version v6.5.0

New in scan-action v6.5.0

3 - v6.4.0

Release notes for scan-action v6.4.0

Release Notes

Version v6.4.0

New in scan-action v6.4.0

  • Update Grype to v0.95.0 (#486)
  • chore(deps-dev): bump eslint from 9.30.0 to 9.30.1 (#485)
  • chore(deps-dev): bump lint-staged from 16.1.0 to 16.1.2 (#476)
  • chore(deps-dev): bump jest from 30.0.0 to 30.0.3 (#481)
  • chore(deps-dev): bump prettier from 3.5.3 to 3.6.2 (#483)
  • chore(deps-dev): bump eslint from 9.28.0 to 9.30.0 (#484)

4 - v6.3.0

Release notes for scan-action v6.3.0

Release Notes

Version v6.3.0

New in scan-action v6.3.0

  • Update Grype to v0.94.0 (#470)

5 - v6.2.0

Release notes for scan-action v6.2.0

Release Notes

Version v6.2.0

New in scan-action v6.2.0

  • feat: update Scan action to use grype db v6 (#462) [spiffcs]

6 - v6.1.0

Release notes for scan-action v6.1.0

Release Notes

Version v6.1.0

New in scan-action v6.1.0

7 - v6.0.0

Release notes for scan-action v6.0.0

Release Notes

Version v6.0.0

New in scan-action v6.0.0

Breaking Change

  • feat: add output-file option, default to random directory output in temp (#346) [kzantow]

The action no longer generates files in your working directory by default, instead you should use the action outputs: ${{ steps.<id>.outputs.sarif }} where the <id> needs to match the id you configured to reference the scan-action, e.g.:

      - uses: anchore/scan-action[@v6](https://github.com/v6)
        id: scan
        ...
      - uses: github/codeql-action/upload-sarif[@v3](https://github.com/v3)
        with:
          sarif_file: ${{ steps.scan.outputs.sarif }}

Other Changes

8 - v5.3.0

Release notes for scan-action v5.3.0

Release Notes

Version v5.3.0

New in scan-action v5.3.0

9 - v5.2.1

Release notes for scan-action v5.2.1

Release Notes

Version v5.2.1

New in scan-action v5.2.1

10 - v5.2.0

Release notes for scan-action v5.2.0

Release Notes

Version v5.2.0

New in scan-action v5.2.0

11 - v5.1.0

Release notes for scan-action v5.1.0

Release Notes

Version v5.1.0

New in scan-action v5.1.0

12 - v5.0.1

Release notes for scan-action v5.0.1

Release Notes

Version v5.0.1

New in scan-action v5.0.1

13 - v5.0.0

Release notes for scan-action v5.0.0

Release Notes

Version v5.0.0

New in scan-action v5.0.0

🚀 Features

  • feat: short-lived grype-db cache (#348) [kzantow] Note: with this release grype is no longer installed on $PATH. We suspect the changes here could break a number of users of the action who have learned to expect Grype be installed on $PATH.

14 - v4.1.2

Release notes for scan-action v4.1.2

Release Notes

Version v4.1.2

New in scan-action v4.1.2

15 - v4.1.1

Release notes for scan-action v4.1.1

Release Notes

Version v4.1.1

New in scan-action v4.1.1

16 - v4.1.0

Release notes for scan-action v4.1.0

Release Notes

Version v4.1.0

New in scan-action v4.1.0

17 - v4.0.0

Release notes for scan-action v4.0.0

Release Notes

Version v4.0.0

New in scan-action v4.0.0

18 - v3.6.4

Release notes for scan-action v3.6.4

Release Notes

Version v3.6.4

New in scan-action v3.6.4

19 - v3.6.3

Release notes for scan-action v3.6.3

Release Notes

Version v3.6.3

New in scan-action v3.6.3

  • chore: migrate action to use node v20.11.0 (Iron) FROM node v16.x.x (#278) [spiffcs]

20 - v3.6.2

Release notes for scan-action v3.6.2

Release Notes

Version v3.6.2

New in scan-action v3.6.2

21 - v3.6.1

Release notes for scan-action v3.6.1

Release Notes

Version v3.6.1

New in scan-action v3.6.1

22 - v3.6.0

Release notes for scan-action v3.6.0

Release Notes

Version v3.6.0

New in scan-action v3.6.0

23 - v3.5.0

Release notes for scan-action v3.5.0

Release Notes

Version v3.5.0

New in scan-action v3.5.0

24 - v3.4.0

Release notes for scan-action v3.4.0

Release Notes

Version v3.4.0

New in scan-action v3.4.0

25 - v3.3.8

Release notes for scan-action v3.3.8

Release Notes

Version v3.3.8

New in scan-action v3.3.8

26 - v3.3.7

Release notes for scan-action v3.3.7

Release Notes

Version v3.3.7

New in scan-action v3.3.7

🐛 Bug Fixes

27 - v3.3.6

Release notes for scan-action v3.3.6

Release Notes

Version v3.3.6

New in scan-action v3.3.6

28 - v3.3.5

Release notes for scan-action v3.3.5

Release Notes

Version v3.3.5

New in scan-action v3.3.5

29 - v3.3.4

Release notes for scan-action v3.3.4

Release Notes

Version v3.3.4

New in scan-action v3.3.4

  • Update Grype to v0.56.0 (#205)

30 - v3.3.3

Release notes for scan-action v3.3.3

Release Notes

Version v3.3.3

New in scan-action v3.3.3

31 - v3.3.2

Release notes for scan-action v3.3.2

Release Notes

Version v3.3.2

New in scan-action v3.3.2

  • Include process environment into grype execution (#202) [erhan- + kzantow]

32 - v3.3.1

Release notes for scan-action v3.3.1

Release Notes

Version v3.3.1

New in scan-action v3.3.1

33 - v3.3.0

Release notes for scan-action v3.3.0

Release Notes

Version v3.3.0

New in scan-action v3.3.0

34 - v3.2.5

Release notes for scan-action v3.2.5

Release Notes

Version v3.2.5

New in scan-action v3.2.5

  • Update node versions to v16 from v12 (#176) [spiffcs]
  • Update Grype to v0.38.0 (#173)

35 - v3.2.4

Release notes for scan-action v3.2.4

Release Notes

Version v3.2.4

New in scan-action v3.2.4

  • Update Grype to v0.34.7 (#163)
  • More closely align parameters with sbom-action (#158)

36 - v3.2.3

Release notes for scan-action v3.2.3

Release Notes

Version v3.2.3

New in scan-action v3.2.3

  • Support SBOM input for scanning (#154) [@harmw]

37 - v3.2.2

Release notes for scan-action v3.2.2

Release Notes

Version v3.2.2

New in scan-action v3.2.2

  • Add sub-action to download Grype (#152)
  • Update Grype to 0.34.4 to fix a nil pointer in SARIF generation (#151)

38 - v3.2.1

Release notes for scan-action v3.2.1

Release Notes

Version v3.2.1

New in scan-action v3.2.1

  • Remove SARIF processing (#148)

39 - v3.2.0

Release notes for scan-action v3.2.0

Release Notes

Version v3.2.0

New in scan-action v3.2.0

  • Update Grype to 0.27.3 (#136)
  • Output Grype stderr to action logs (#137)
  • Readme should point to CONTRIBUTING.md (#126)
  • Improve documentation (#125)

40 - v3.1.0

Release notes for scan-action v3.1.0

Release Notes

Version v3.1.0

New in scan-action v3.1.0

  • Update Grype to 0.22.0 - this includes the ability to ignore vulnerability matches (#121)

41 - v3.0.0

Release notes for scan-action v3.0.0

Release Notes

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

42 - v2.0.4

Release notes for scan-action v2.0.4

Release Notes

Version v2.0.4

New in scan-action v2.0.4

  • bump grype to 0.7.0 (#81)

43 - 2.0.3

Release notes for scan-action 2.0.3

Release Notes

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

44 - v2.0.2

Release notes for scan-action v2.0.2

Release Notes

Version v2.0.2

Minor bug-fix release:

45 - v2.0.1

Release notes for scan-action v2.0.1

Release Notes

Version 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

46 - v2.0.0

Release notes for scan-action v2.0.0

Release Notes

Version v2.0.0

New major version of scan action based on new Grype tool from Anchore that is much faster for scanning compared to v1.x and adds some new capabilities and more metadata about the matches.

  • 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.

This is a breaking change from v1.x, as indicated by the major version revision:

  1. Use image input parameter Instead of image-reference
  2. dockerfile-path is no longer supported and not necessary for the vulnerability scans
  3. custom-policy-path is no longer supported
  4. include-app-packages is no longer necessary or supported. Application packages are on by default and will receive vulnerability matches.
  5. Outputs:
    1. 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.
    2. policycheck is no longer output

47 - v1.0.9

Release notes for scan-action v1.0.9

Release Notes

Version v1.0.9

Update to Anchore Engine 0.8.1

48 - v1.0.8

Release notes for scan-action v1.0.8

Release Notes

Version v1.0.8

Update to Anchore Engine 0.8.0

49 - v1.0.7

Release notes for scan-action v1.0.7

Release Notes

Version v1.0.7

Update to Anchore Engine 0.7.3

50 - 1.0.6

Release notes for scan-action 1.0.6

Release Notes

Version 1.0.6

Adds optional support for integration with GitHub code scanning.

51 - 1.0.5

Release notes for scan-action 1.0.5

Release Notes

Version 1.0.5

Update Anchore Engine to v0.7.2

52 - v1.0.4

Release notes for scan-action v1.0.4

Release Notes

Version v1.0.4

53 - v1.0.3

Release notes for scan-action v1.0.3

Release Notes

Version v1.0.3

54 - v1.0.2

Release notes for scan-action v1.0.2

Release Notes

Version v1.0.2

Update to v0.6.1 of anchore-engine

55 - v1.0.1

Release notes for scan-action v1.0.1

Release Notes

Version v1.0.1

Bumps version of anchore used to v0.6.0 as well as adding an input parameter to enable overriding the Anchore inline scan version. Other updates are internal optimizations, test improvements, and code cleanup.

56 - v1.0.0

Release notes for scan-action v1.0.0

Release Notes

Version v1.0.0

First release of the scan action

57 - v1.0.0-RC0

Release notes for scan-action v1.0.0-RC0

Release Notes

Version v1.0.0-RC0

Initial release candidate for v1.0.0 of the anchore-engine scan action.