Skip to content

Commit 8767ed5

Browse files
Create maven.yml
1 parent f9f9e20 commit 8767ed5

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/maven.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Example workflow for Maven (3-jdk-11) using Snyk
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/maven-3-jdk-11@master
10+
env:
11+
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

0 commit comments

Comments
 (0)