Skip to content

Releases: anchore/scan-action

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

v5.0.0

11 Oct 18:43
4e08a16
Compare
Choose a tag to compare

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.

v4.1.2

21 Aug 16:25
64a33b2
Compare
Choose a tag to compare

New in scan-action v4.1.2

v4.1.1

13 Aug 14:19
bc9adf6
Compare
Choose a tag to compare

New in scan-action v4.1.1

v4.1.0

15 Jul 17:07
d43cc1d
Compare
Choose a tag to compare

New in scan-action v4.1.0