Commit 23599ed 1 parent 08e559f commit 23599ed Copy full SHA for 23599ed
File tree 1 file changed +9
-8
lines changed
1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
# see this PR regarding the permissions needed for this workflow
11
11
# https://github.com/snyk/actions/pull/79
12
- permissions :
13
- # required for all workflows
14
- security-events : write
15
- # only required for workflows in private repositories
16
- actions : read
17
- contents : read
12
+ # permissions:
13
+ # # required for all workflows
14
+ # security-events: write
15
+ # # only required for workflows in private repositories
16
+ # actions: read
17
+ # contents: read
18
+ env :
19
+ # https://github.com/snyk/actions/pull/79
20
+ SNYK_TOKEN : ${{ secrets.SNYK_TOKEN }}
18
21
steps :
19
22
- uses : actions/checkout@v4
20
23
- name : Setup Python
26
29
- name : Run Snyk
27
30
continue-on-error : true
28
31
run : snyk monitor --all-projects --severity-threshold=high
29
- env :
30
- SNYK_TOKEN : ${{ secrets.SNYK_TOKEN }}
You can’t perform that action at this time.
0 commit comments