Skip to content

Commit 12d3466

Browse files
authored
Remove vulnerability scan step from workflow
1 parent d639e7c commit 12d3466

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/release-image.yml

-15
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/[email protected]
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)