Skip to content

Commit

Permalink
ci: put write permission in job
Browse files Browse the repository at this point in the history
Signed-off-by: Terri Oda <terri.oda@intel.com>
  • Loading branch information
terriko committed Jun 6, 2024
1 parent 4808af7 commit 771d503
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cve_bin_tool_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ on:

permissions:
contents: read
security-events: write

jobs:
scan:
permissions:
security-events: write
runs-on: ubuntu-latest
steps:
- uses: intel/cve-bin-tool-action@main
Expand Down

0 comments on commit 771d503

Please sign in to comment.