Skip to content

Commit

Permalink
Merge pull request #1568 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 f70aee7 + b5d563d commit e8288b2
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-ruby:
name: Lint Ruby
Expand Down

0 comments on commit e8288b2

Please sign in to comment.