mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2025-12-08 12:36:44 +03:00
fix: update Docker Scout action to use the latest version
This commit is contained in:
6
.github/workflows/docker-build.yml
vendored
6
.github/workflows/docker-build.yml
vendored
@@ -106,7 +106,7 @@ jobs:
|
|||||||
|
|
||||||
# Docker Scout comprehensive security analysis
|
# Docker Scout comprehensive security analysis
|
||||||
- name: Docker Scout - Vulnerability Analysis & Recommendations
|
- name: Docker Scout - Vulnerability Analysis & Recommendations
|
||||||
uses: docker/scout-action@v1.18.1
|
uses: docker/scout-action@v1
|
||||||
with:
|
with:
|
||||||
command: cves,recommendations
|
command: cves,recommendations
|
||||||
image: ${{ steps.meta.outputs.tags }}
|
image: ${{ steps.meta.outputs.tags }}
|
||||||
@@ -119,7 +119,7 @@ jobs:
|
|||||||
|
|
||||||
# Compare to latest for PRs and pushes
|
# Compare to latest for PRs and pushes
|
||||||
- name: Docker Scout - Compare to Latest
|
- name: Docker Scout - Compare to Latest
|
||||||
uses: docker/scout-action@v1.18.1
|
uses: docker/scout-action@v1
|
||||||
if: github.event_name == 'pull_request'
|
if: github.event_name == 'pull_request'
|
||||||
with:
|
with:
|
||||||
command: compare
|
command: compare
|
||||||
@@ -139,7 +139,7 @@ jobs:
|
|||||||
|
|
||||||
# Docker Scout policy evaluation
|
# Docker Scout policy evaluation
|
||||||
- name: Docker Scout - Policy Evaluation
|
- name: Docker Scout - Policy Evaluation
|
||||||
uses: docker/scout-action@v1.18.1
|
uses: docker/scout-action@v1
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
command: policy
|
command: policy
|
||||||
|
|||||||
Reference in New Issue
Block a user