Skip to content

Commit

Permalink
Merge pull request #254 from alphagov/add-permissions-to-brakeman
Browse files Browse the repository at this point in the history
Add permissions to Brakeman job
  • Loading branch information
MuriloDalRi authored Apr 12, 2024
2 parents 0af127a + 8fc8070 commit 8a68b68
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:
security-analysis:
name: Security Analysis
uses: alphagov/govuk-infrastructure/.github/workflows/brakeman.yml@main
secrets: inherit
permissions:
contents: read
security-events: write
actions: read

test-ruby:
name: Test Ruby
Expand Down

0 comments on commit 8a68b68

Please sign in to comment.