Skip to content

Commit

Permalink
Docker OSCAR updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerrum committed Feb 26, 2024
1 parent 36f0404 commit d147d85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:

# Trivy test
- name: Run Trivy vulnerability scanner
if: github.event_name != 'pull_request'
uses: aquasecurity/trivy-action@master
id: trivy
with:
Expand All @@ -87,6 +88,6 @@ jobs:

- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v2
if: always()
if: github.event_name != 'pull_request'
with:
sarif_file: 'results.sarif'

0 comments on commit d147d85

Please sign in to comment.