Skip to content

Commit 7c1ae75

Browse files
authored
fix(ci): ensure credentials are not persisted during checkout
fix(ci): ensure credentials are not persisted during checkout
2 parents 5f76220 + 82dd086 commit 7c1ae75

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/vulnerability-scan.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
steps:
2121
- name: Check out code
2222
uses: actions/checkout@v5
23+
with:
24+
persist-credentials: false
2325

2426
- name: Set up Go
2527
uses: actions/setup-go@v6

0 commit comments

Comments
 (0)