Skip to content

Commit

Permalink
Update build-containers.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Wrede authored Nov 18, 2024
1 parent 9d49dce commit eedd233
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,11 @@ jobs:
image-ref: ghcr.io/${{ github.repository }}/fedn:master
format: 'sarif'
output: 'trivy-results.sarif'
exit-code: '1'
severity: HIGH,CRITICAL
ignore-unfixed: true
vuln-type: 'os,library'

- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v3
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
with:
sarif_file: 'trivy-results.sarif'
sarif_file: 'trivy-results.sarif'

0 comments on commit eedd233

Please sign in to comment.