Skip to content

Releases: anchore/scan-action

v6.4.0

02 Jul 17:34
16910ac
Compare
Choose a tag to compare

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)

v6.3.0

13 Jun 17:38
be7a22d
Compare
Choose a tag to compare

New in scan-action v6.3.0

  • Update Grype to v0.94.0 (#470)

v6.2.0

29 Apr 21:27
2c901ab
Compare
Choose a tag to compare

New in scan-action v6.2.0

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

v6.1.0

23 Jan 18:43
7c05671
Compare
Choose a tag to compare

New in scan-action v6.1.0

v6.0.0

13 Dec 20:47
abae793
Compare
Choose a tag to compare

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
        id: scan
        ...
      - uses: github/codeql-action/upload-sarif@v3
        with:
          sarif_file: ${{ steps.scan.outputs.sarif }}

Other Changes

v5.3.0

21 Nov 18:24
869c549
Compare
Choose a tag to compare

New in scan-action v5.3.0

v5.2.1

05 Nov 15:18
f2ba85e
Compare
Choose a tag to compare

New in scan-action v5.2.1

v5.2.0

29 Oct 12:04
5ed195c
Compare
Choose a tag to compare

New in scan-action v5.2.0

v5.1.0

21 Oct 18:25
ef0b0b0
Compare
Choose a tag to compare

New in scan-action v5.1.0

v5.0.1

15 Oct 14:10
49e50b2
Compare
Choose a tag to compare

New in scan-action v5.0.1