Skip to content

Commit

Permalink
Grant security-events write permissions for Trivy
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Oct 31, 2024
1 parent e1b035f commit 7a35a81
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 @@ -12,6 +12,8 @@ jobs:
build:
name: Trivy Scan
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Install Ruby 3.3
uses: ruby/setup-ruby@f26937343756480a8cb3ae1f623b9c8d89ed6984 # tag v1.196.0
Expand Down

0 comments on commit 7a35a81

Please sign in to comment.