Skip to content

Commit

Permalink
ci: add permissions for uploading sarif file
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Apr 30, 2023
1 parent 253ed85 commit 757b110
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ jobs:
name: "Security analysis"
needs: ["coding-standards", "static-analysis"]
runs-on: "ubuntu-latest"
permissions:
security-events: write

steps:
- name: "Checkout repository"
Expand Down

0 comments on commit 757b110

Please sign in to comment.