Skip to content

Commit

Permalink
Merge branch 'dev' into how_will_we_ever_explain_this
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Nov 15, 2024
2 parents 77f9a1a + 98df3d8 commit dc7e982
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
exit-code: 1
ignore-unfixed: true
severity: CRITICAL,HIGH,MEDIUM,LOW
cache: false

- name: Run Trivy in report mode
# Only generate sarif when running nightly on the dev branch.
Expand All @@ -45,6 +46,7 @@ jobs:
output: trivy-results.sarif
ignore-unfixed: true
severity: 'CRITICAL,HIGH,MEDIUM,LOW'
cache: false

- name: Upload Trivy scan results to GitHub Security tab
# Only upload sarif when running nightly on the dev branch.
Expand Down

0 comments on commit dc7e982

Please sign in to comment.