Skip to content

Commit 67a753d

Browse files
authored
ci: explicitly set permissions (#37)
Signed-off-by: Jason Hall <jason@chainguard.dev>
1 parent 461e155 commit 67a753d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- windows-latest
2424
runs-on: ${{ matrix.os }}
2525

26+
permissions:
27+
contents: read
28+
2629
steps:
2730
- name: Harden the runner (Audit all outbound calls)
2831
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2

0 commit comments

Comments
 (0)