Skip to content

Commit

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


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 2, 2024
1 parent 61f28ff commit 1759acf
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@64a33b277ea7a1215a3c142735a1091341939ff5 # v4.1.2
uses: anchore/scan-action@5ed195cc06065322983cae4bb31e2a751feb86fd # v5.2.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@64a33b277ea7a1215a3c142735a1091341939ff5 # v4.1.2
uses: anchore/scan-action@5ed195cc06065322983cae4bb31e2a751feb86fd # v5.2.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@64a33b277ea7a1215a3c142735a1091341939ff5 # v4.1.2
uses: anchore/scan-action@5ed195cc06065322983cae4bb31e2a751feb86fd # v5.2.0
continue-on-error: true
id: scan
with:
Expand Down

0 comments on commit 1759acf

Please sign in to comment.