Skip to content

Commit 36bece2

Browse files
authored
Upgrade scan action (#314)
This fixes the scan jobs that started failing recently Signed-off-by: Ignasi Barrera <ignasi@tetrate.io>
1 parent 89db548 commit 36bece2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- uses: docker/setup-buildx-action@v3
4848
- uses: actions/checkout@v4
4949
- run: make docker
50-
- uses: anchore/scan-action@v3
50+
- uses: anchore/scan-action@v7
5151
id: scan
5252
with:
5353
image: local/authservice:scan-amd64

0 commit comments

Comments
 (0)