File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102
102
CVE_EXCEPTIONS : ${{ steps.cve-list.outputs.CVE_EXCEPTIONS }}
103
103
run : |
104
104
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 --
106
106
for cve in $CVE_EXCEPTIONS; do
107
107
for tag in "${{ join(fromJSON(steps.meta.outputs.json).tags, ' ') }}"; do
108
108
echo "Attaching VEX exception $cve to $tag"
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121
121
CVE_EXCEPTIONS : ${{ steps.cve-list.outputs.CVE_EXCEPTIONS }}
122
122
run : |
123
123
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 --
125
125
for cve in $CVE_EXCEPTIONS; do
126
126
for tag in "${{ join(fromJSON(steps.meta.outputs.json).tags, ' ') }}"; do
127
127
echo "Attaching VEX exception $cve to $tag"
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101
101
CVE_EXCEPTIONS : ${{ steps.cve-list.outputs.CVE_EXCEPTIONS }}
102
102
run : |
103
103
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 --
105
105
for cve in $CVE_EXCEPTIONS; do
106
106
for tag in "${{ join(fromJSON(steps.meta.outputs.json).tags, ' ') }}"; do
107
107
echo "Attaching VEX exception $cve to $tag"
You can’t perform that action at this time.
0 commit comments