Skip to content

Commit 827c3f4

Browse files
repatch scout cli
1 parent 79cdcd4 commit 827c3f4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-and-push-image-semver.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
CVE_EXCEPTIONS: ${{ steps.cve-list.outputs.CVE_EXCEPTIONS }}
103103
run: |
104104
echo $CVE_EXCEPTIONS
105-
curl -sSfL https://raw.githubusercontent.com/docker/scout-cli/main/install.sh | sh -s -- v1.15.1
105+
curl -sSfL https://raw.githubusercontent.com/docker/scout-cli/main/install.sh | sh -s --
106106
for cve in $CVE_EXCEPTIONS; do
107107
for tag in "${{ join(fromJSON(steps.meta.outputs.json).tags, ' ') }}"; do
108108
echo "Attaching VEX exception $cve to $tag"

.github/workflows/build-and-push-image.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
CVE_EXCEPTIONS: ${{ steps.cve-list.outputs.CVE_EXCEPTIONS }}
122122
run: |
123123
echo $CVE_EXCEPTIONS
124-
curl -sSfL https://raw.githubusercontent.com/docker/scout-cli/main/install.sh | sh -s -- v1.15.1
124+
curl -sSfL https://raw.githubusercontent.com/docker/scout-cli/main/install.sh | sh -s --
125125
for cve in $CVE_EXCEPTIONS; do
126126
for tag in "${{ join(fromJSON(steps.meta.outputs.json).tags, ' ') }}"; do
127127
echo "Attaching VEX exception $cve to $tag"

.github/workflows/dev-build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
CVE_EXCEPTIONS: ${{ steps.cve-list.outputs.CVE_EXCEPTIONS }}
102102
run: |
103103
echo $CVE_EXCEPTIONS
104-
curl -sSfL https://raw.githubusercontent.com/docker/scout-cli/main/install.sh | sh -s -- v1.15.1
104+
curl -sSfL https://raw.githubusercontent.com/docker/scout-cli/main/install.sh | sh -s --
105105
for cve in $CVE_EXCEPTIONS; do
106106
for tag in "${{ join(fromJSON(steps.meta.outputs.json).tags, ' ') }}"; do
107107
echo "Attaching VEX exception $cve to $tag"

0 commit comments

Comments
 (0)