Skip to content

Commit 114db17

Browse files
committedSep 13, 2024
adding top-level permissions
Signed-off-by: Robert Sirchia <rsirchia@outlook.com>
1 parent 3a3e384 commit 114db17

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎.github/workflows/govulncheck.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
name: govulncheck
22
on:
33
push:
4-
paths:
5-
- go.sum
4+
#paths:
5+
# - go.sum
66
schedule:
77
- cron: "0 0 * * *"
88

9+
permissions: read-all
10+
911
jobs:
1012
govulncheck:
1113
name: govulncheck

0 commit comments

Comments
 (0)
Please sign in to comment.