Skip to content

Commit f055e67

Browse files
authored
Do not fail image scan workflows until we fully utilize SecureBuild images (#2594)
* Do not fail image scan workflows until we fully utilize SecureBuild images
1 parent 2bd3262 commit f055e67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/image-scan.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@ jobs:
135135
with:
136136
image-ref: '${{ matrix.image }}'
137137
upload-sarif: ${{ github.ref == 'refs/heads/main' }}
138-
fail-build: 'true'
138+
# TODO: set this to true once we are fully using securebuild images
139+
fail-build: 'false'
139140
severity-cutoff: 'medium'
140141
output-file: 'results.sarif'
141142
retention-days: '90'

0 commit comments

Comments
 (0)