Skip to content

Commit a8f4f29

Browse files
authored
Remove security check
1 parent eafa8a8 commit a8f4f29

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/release-image.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,5 @@ jobs:
3333
with:
3434
context: .
3535
file: ./Dockerfile
36-
push: false
37-
tags: ${{ env.TAGS }}
38-
39-
- name: Scan image for vulnerabilities
40-
uses: aquasecurity/trivy-action@0.29.0
41-
with:
42-
image-ref: ${{ env.TAGS }}
43-
format: 'table'
44-
exit-code: '1'
45-
severity: 'CRITICAL,HIGH'
46-
47-
- name: Push image
48-
uses: docker/build-push-action@v5
49-
with:
50-
context: .
5136
push: true
5237
tags: ${{ env.TAGS }}

0 commit comments

Comments
 (0)