File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ name : security_check
2
+ on : push
3
+ jobs :
4
+ security :
5
+ runs-on : ubuntu-latest
6
+ steps :
7
+ - uses : actions/checkout@master
8
+ - name : Run Snyk to check for vulnerabilities
9
+ uses : snyk/actions/golang@master
10
+ env :
11
+ SNYK_TOKEN : ${{ secrets.SNYK_TOKEN }}
Original file line number Diff line number Diff line change 1
- # gomodctl [ ![ actions] ( https://github.com/beatlabs/gomodctl/workflows/gomodctl%20build/badge.svg )] ( https://github.com/beatlabs/gomodctl/actions )
1
+ # gomodctl [ ![ actions] ( https://github.com/beatlabs/gomodctl/workflows/gomodctl%20build/badge.svg )] ( https://github.com/beatlabs/gomodctl/actions ) ![ security_check] ( https://github.com/beatlabs/gomodctl/workflows/security_check/badge.svg )
2
+
2
3
3
4
* gomodctl* - search, check and update go modules.
4
5
You can’t perform that action at this time.
0 commit comments