Skip to content

Commit 312f57b

Browse files
authored
Create snyk.yml
1 parent 2de0da3 commit 312f57b

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/snyk.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Snyk test
2+
on: push
3+
jobs:
4+
security:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- uses: actions/checkout@master
8+
- uses: snyk/actions/setup@master
9+
#- uses: actions/setup-go@v1
10+
# with:
11+
# go-version: "1.13"
12+
#- name: Snyk monitor
13+
#run: snyk monitor
14+
- name: Snyk test
15+
run: snyk test
16+
env:
17+
SNYK_TOKEN: 5f22108b-4f20-4760-817d-3dd42b3a3da3
18+
#--all-projects
19+
#sfdsf
20+
#SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
21+

0 commit comments

Comments
 (0)