Skip to content

Commit fff8cc3

Browse files
authored
Merge pull request #63 from FalkorDB/gkorland-patch-1
Remove security check
2 parents eafa8a8 + a8f4f29 commit fff8cc3

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)