fix: update Docker Scout action to specific version v1.18.1

This commit is contained in:
Arunavo Ray
2025-06-15 14:14:16 +05:30
parent 2ec55c6070
commit 5fec1e6a58

View File

@@ -49,7 +49,7 @@ jobs:
no-cache: true no-cache: true
- name: Docker Scout vulnerability scan - name: Docker Scout vulnerability scan
uses: docker/scout-action@v1 uses: docker/scout-action@v1.18.1
with: with:
command: cves command: cves
image: gitea-mirror:scan image: gitea-mirror:scan
@@ -66,7 +66,7 @@ jobs:
sarif_file: scout-results.sarif sarif_file: scout-results.sarif
- name: Docker Scout policy evaluation - name: Docker Scout policy evaluation
uses: docker/scout-action@v1 uses: docker/scout-action@v1.18.1
if: always() if: always()
with: with:
command: policy command: policy