Skip to content

Commit 408932d

Browse files
authored
Merge pull request #3155 from alphagov/add-permissions-to-brakeman
Add permissions to Brakeman job
2 parents 98d97ab + 84fb9ec commit 408932d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ jobs:
3333
security-analysis:
3434
name: Security Analysis
3535
uses: alphagov/govuk-infrastructure/.github/workflows/brakeman.yml@main
36+
secrets: inherit
37+
permissions:
38+
contents: read
39+
security-events: write
40+
actions: read
3641

3742
lint-scss:
3843
name: Lint SCSS

0 commit comments

Comments
 (0)