mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2025-12-07 20:16:46 +03:00
fix: update Docker Scout action to specific version v1.18.1
This commit is contained in:
4
.github/workflows/docker-scan.yml
vendored
4
.github/workflows/docker-scan.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user