Skip to content

Commit 1dfb93d

Browse files
committed
ci: set top-level permissions for antithesis-verify workflow
Add explicit `permissions: contents: read` at the workflow level to restrict the default GITHUB_TOKEN to read-only access, following the principle of least privilege. This addresses the OpenSSF Scorecard Token-Permissions warning for .github/workflows/antithesis-verify.yml. Signed-off-by: Gagan H R <hrgagan4@gmail.com>
1 parent aea999d commit 1dfb93d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/antithesis-verify.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
name: Verify Antithesis Docker Compose Pipeline
33

4+
permissions:
5+
contents: read
6+
47
on:
58
push:
69
branches:

0 commit comments

Comments
 (0)