Skip to content

Commit e0203bc

Browse files
izak-haxsengi2nee
authored andcommitted
chore(ci): adding snyk tests for gradle
1 parent 6a1fde2 commit e0203bc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/snyk.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Workflow using Snyk for Gradle
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/gradle@master
10+
continue-on-error: true
11+
env:
12+
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
13+
with:
14+
command: monitor

0 commit comments

Comments
 (0)