Skip to content

Commit 3c30c77

Browse files
committed
upgrade alpine
1 parent 6e33077 commit 3c30c77

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build-and-release.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,14 +183,16 @@ jobs:
183183
cache-db: true
184184
image: "ghcr.io/${{ github.repository }}:${{ github.sha }}"
185185
output-file: grype.sarif
186-
severity-cutoff: critical # TODO: lower this once vulns are fixed
186+
severity-cutoff: high
187187
- name: Upload SARIF file
188188
uses: github/codeql-action/upload-sarif@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4.30.7
189189
with:
190190
sarif_file: grype.sarif
191191
- name: Check success or failure
192192
if: ${{ steps.scan.outcome == 'failure' }}
193-
run: exit 1
193+
run: |-
194+
cat grype.sarif
195+
exit 1
194196
195197
- name: Push to registry (proper)
196198
if: ${{ inputs.push-container-image }}

0 commit comments

Comments
 (0)