Skip to content

Commit

Permalink
ci: Add permissions to write security events for the SBOM scan.
Browse files Browse the repository at this point in the history
  • Loading branch information
nfelt14 committed Feb 28, 2024
1 parent 4a9875e commit aa7083c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sbom-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
jobs:
create-and-scan-sbom:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down

0 comments on commit aa7083c

Please sign in to comment.