Skip to content

Commit

Permalink
Update anchore/scan-action action to v6
Browse files Browse the repository at this point in the history
| datasource  | package             | from   | to     |
| ----------- | ------------------- | ------ | ------ |
| github-tags | anchore/scan-action | v5.3.0 | v6.0.0 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 2, 2025
1 parent 01668db commit 773e273
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
no-cache: ${{ github.event_name != 'pull_request' }}

- name: Run Grype vulnerability scanner
uses: anchore/scan-action@869c549e657a088dc0441b08ce4fc0ecdac2bb65 # v5.3.0
uses: anchore/scan-action@abae793926ec39a78ab18002bc7fc45bbbd94342 # v6.0.0
continue-on-error: true
id: scan
with:
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
no-cache: ${{ github.event_name != 'pull_request' }}

- name: Run Grype vulnerability scanner
uses: anchore/scan-action@869c549e657a088dc0441b08ce4fc0ecdac2bb65 # v5.3.0
uses: anchore/scan-action@abae793926ec39a78ab18002bc7fc45bbbd94342 # v6.0.0
continue-on-error: true
id: scan
with:
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
no-cache: ${{ github.event_name != 'pull_request' }}

- name: Run Grype vulnerability scanner
uses: anchore/scan-action@869c549e657a088dc0441b08ce4fc0ecdac2bb65 # v5.3.0
uses: anchore/scan-action@abae793926ec39a78ab18002bc7fc45bbbd94342 # v6.0.0
continue-on-error: true
id: scan
with:
Expand Down

0 comments on commit 773e273

Please sign in to comment.