Skip to content

Commit 6e3db8e

Browse files
committed
go
1 parent 3bbfe31 commit 6e3db8e

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

.github/workflows/debian13.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,15 @@ jobs:
9191
${{ github.repository }}:debian13, ${{ github.repository }}:trixie, ${{ github.repository }}:debian_latest
9292
labels: ${{ steps.meta.outputs.labels }}
9393

94-
- name: Docker Scout
95-
id: docker-scout
96-
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' }}
97-
uses: docker/[email protected]
98-
with:
99-
command: quickview,cves,recommendations,sbom,environment
100-
image: ${{ steps.meta.outputs.tags }}
101-
environment: prod
102-
organization: shadownet
103-
only-severities: critical,high,medium
104-
exit-code: true
105-
only-fixed: true
94+
# - name: Docker Scout
95+
# id: docker-scout
96+
# if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' }}
97+
# uses: docker/[email protected]
98+
# with:
99+
# command: quickview,cves,recommendations,sbom,environment
100+
# image: ${{ steps.meta.outputs.tags }}
101+
# environment: prod
102+
# organization: shadownet
103+
# only-severities: critical,high,medium
104+
# exit-code: true
105+
# only-fixed: true

.github/workflows/rockylinux10.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,15 @@ jobs:
9191
${{ github.repository }}:rockylinux10
9292
labels: ${{ steps.meta.outputs.labels }}
9393

94-
- name: Docker Scout
95-
id: docker-scout
96-
if: ${{ github.event_name == 'pull_request' }}
97-
uses: docker/scout-action@v1.6.3
98-
with:
99-
command: quickview,cves,recommendations,sbom,environment
100-
image: ${{ steps.meta.outputs.tags }}
101-
environment: prod
102-
organization: shadownet
103-
only-severities: critical,high,medium
104-
exit-code: true
105-
only-fixed: true
94+
# - name: Docker Scout
95+
# id: docker-scout
96+
# if: ${{ github.event_name == 'pull_request' }}
97+
# uses: docker/scout-action@v1.18.2
98+
# with:
99+
# command: quickview,cves,recommendations,sbom,environment
100+
# image: ${{ steps.meta.outputs.tags }}
101+
# environment: prod
102+
# organization: shadownet
103+
# only-severities: critical,high,medium
104+
# exit-code: true
105+
# only-fixed: true

0 commit comments

Comments
 (0)