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   | v6 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 14, 2024
1 parent cc06608 commit 64ea2ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-openresty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Scan SBOM
id: scan
uses: anchore/scan-action@v5
uses: anchore/scan-action@v6
with:
sbom: "sbom-openresty.json"
only-fixed: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Scan SBOM
id: scan
uses: anchore/scan-action@v5
uses: anchore/scan-action@v6
with:
sbom: "sbom.json"
only-fixed: true
Expand Down

0 comments on commit 64ea2ce

Please sign in to comment.