Skip to content

Commit 3bbfe31

Browse files
committed
fix docker-scout
1 parent 9f41d1f commit 3bbfe31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/debian13.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- name: Docker Scout
9595
id: docker-scout
9696
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' }}
97-
uses: docker/scout-action@v1.6.3
97+
uses: docker/scout-action@v1.18.2
9898
with:
9999
command: quickview,cves,recommendations,sbom,environment
100100
image: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)