Skip to content

Commit 058a971

Browse files
committed
Removed exit-code 1 for tests
1 parent 758ea0e commit 058a971

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ jobs:
173173
format: 'sarif'
174174
output: 'trivy-results.sarif'
175175
severity: 'CRITICAL,HIGH'
176-
exit-code: '1'
177176

178177
- name: Upload Trivy results to GitHub Security
179178
uses: github/codeql-action/upload-sarif@v4
@@ -188,7 +187,6 @@ jobs:
188187
image-ref: ghcr.io/${{ github.repository_owner }}/python-container-builder:3.14-${{ github.sha }}
189188
format: 'table'
190189
severity: 'CRITICAL,HIGH'
191-
exit-code: '1'
192190

193191
test:
194192
name: Test Images

0 commit comments

Comments
 (0)