Skip to content

Commit

Permalink
Add uploading of Trivy results
Browse files Browse the repository at this point in the history
RISDEV-4542
  • Loading branch information
hamo225 committed Aug 14, 2024
1 parent 2aa8921 commit f48d976
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ jobs:
exit 0
fi
# - name: Upload Trivy scan results to GitHub Security tab
# if: ${{ always() && github.ref == 'refs/heads/main' }}
# uses: github/codeql-action/upload-sarif@v3
# with:
# sarif_file: "trivy-results.sarif"
- name: Upload Trivy scan results to GitHub Security tab
if: ${{ always() && github.ref == 'refs/heads/main' }}
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: "trivy-results.sarif"

# Deploy Storybook to GitHub Pages
build-and-deploy-storybook:
Expand Down

0 comments on commit f48d976

Please sign in to comment.