Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mbologna authored Nov 23, 2024
1 parent b107f5e commit a9ddd68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Scan Docker image for vulnerabilities with Trivy
uses: aquasecurity/trivy-action@master
with:
image: ${{ secrets.DOCKER_USERNAME }}/bitlbee:${{ github.sha }}
image: ${{ secrets.DOCKER_USERNAME }}/docker-bitlbee:${{ github.sha }}
format: 'table' # This will show the results in a table format (can also use json or html)
exit-code: '1' # Fail the build if vulnerabilities are found (optional)
severity: 'CRITICAL,HIGH' # Only check for critical and high severity vulnerabilities
Expand Down

0 comments on commit a9ddd68

Please sign in to comment.