Skip to content

Commit

Permalink
Merge pull request #3593 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 15, 2024
2 parents 7a14a22 + 6b6fb0e commit 41de80b
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 @@ -33,6 +33,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

lint-scss:
name: Lint SCSS
Expand Down

0 comments on commit 41de80b

Please sign in to comment.