mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2025-12-06 03:26: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
|
||||
- name: Docker Scout - Vulnerability Analysis & Recommendations
|
||||
uses: docker/scout-action@v1.18.1
|
||||
uses: docker/scout-action@v1
|
||||
with:
|
||||
command: cves,recommendations
|
||||
image: ${{ steps.meta.outputs.tags }}
|
||||
@@ -119,7 +119,7 @@ jobs:
|
||||
|
||||
# Compare to latest for PRs and pushes
|
||||
- name: Docker Scout - Compare to Latest
|
||||
uses: docker/scout-action@v1.18.1
|
||||
uses: docker/scout-action@v1
|
||||
if: github.event_name == 'pull_request'
|
||||
with:
|
||||
command: compare
|
||||
@@ -139,7 +139,7 @@ jobs:
|
||||
|
||||
# Docker Scout policy evaluation
|
||||
- name: Docker Scout - Policy Evaluation
|
||||
uses: docker/scout-action@v1.18.1
|
||||
uses: docker/scout-action@v1
|
||||
if: always()
|
||||
with:
|
||||
command: policy
|
||||
|
||||
Reference in New Issue
Block a user