Skip to content

Commit

Permalink
Set file permissions for SARIF output file
Browse files Browse the repository at this point in the history
  • Loading branch information
austenstone committed Sep 24, 2024
1 parent d9d7030 commit 32037bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
output: 'trivy-results.sarif'
severity: 'CRITICAL,HIGH'

- name: Set file permissions
run: chmod 666 trivy-results.sarif

- uses: actions/github-script@v7
with:
Expand Down

0 comments on commit 32037bc

Please sign in to comment.