Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions .github/workflows/quality_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,11 @@ jobs:
--remote-repo-url=https://github.com/attilaolah/homelab
--report
file: flux helm
# Currently Snyk checks have lots of failures, so ignore the step for now.
# Once the number of exceptions gets under control, this should be removed.
# Snyk can be used to break the build when it detects security issues.
# In this case we want to upload the issues to GitHub Code Scanning instead.
continue-on-error: true

- name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v2.22.3
with:
sarif_file: snyk.sarif
Loading