Skip to content

Commit

Permalink
Merge pull request #2930 from newrelic/security-events-perms
Browse files Browse the repository at this point in the history
Grant security-events write permissions for Trivy
  • Loading branch information
kaylareopelle authored Oct 31, 2024
2 parents e1b035f + 7a35a81 commit 76f3892
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 76f3892

Please sign in to comment.