Skip to content

Commit

Permalink
Remove Trivy vulnerability scanner steps from Docker master workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mjanez committed Oct 14, 2024
1 parent 86c0a73 commit 2c25c97
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/docker-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,3 @@ jobs:
with:
dockerfile: ${{ env.CONTEXT }}${{ env.DOCKERFILE_PATH }}/${{ env.DOCKERFILE }}
no-fail: true

- name: Run Trivy container image vulnerability scanner
uses: aquasecurity/[email protected]
with:
image-ref: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.VERSION }}
format: sarif
output: trivy-results.sarif

- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v3
if: always()
with:
sarif_file: trivy-results.sarif

0 comments on commit 2c25c97

Please sign in to comment.