Skip to content

Commit ca62505

Browse files
committed
Update to latest Anchore to see if it fixes depreciation warnings.
1 parent 93604cd commit ca62505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/anchore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Build the Docker image
4141
run: docker build . --file scripts/Docker/Dockerfile --tag localbuild/testimage:latest
4242
- name: Run the Anchore scan action itself with GitHub Advanced Security code scanning integration enabled
43-
uses: anchore/scan-action@b08527d5ae7f7dc76f9621edb6e49eaf47933ccd
43+
uses: anchore/scan-action@3.3.1
4444
with:
4545
image: "localbuild/testimage:latest"
4646
acs-report-enable: true

0 commit comments

Comments
 (0)