Skip to content

Commit

Permalink
Merge pull request #63 from FalkorDB/gkorland-patch-1
Browse files Browse the repository at this point in the history
Remove security check
  • Loading branch information
gkorland authored Jan 24, 2025
2 parents eafa8a8 + a8f4f29 commit fff8cc3
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/release-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,5 @@ jobs:
with:
context: .
file: ./Dockerfile
push: false
tags: ${{ env.TAGS }}

- name: Scan image for vulnerabilities
uses: aquasecurity/[email protected]
with:
image-ref: ${{ env.TAGS }}
format: 'table'
exit-code: '1'
severity: 'CRITICAL,HIGH'

- name: Push image
uses: docker/build-push-action@v5
with:
context: .
push: true
tags: ${{ env.TAGS }}

0 comments on commit fff8cc3

Please sign in to comment.