Skip to content

Commit

Permalink
Update snyk-security.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thedignifiedco authored Sep 13, 2024
1 parent 992937a commit ca6b57e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/snyk-security.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name: Example workflow using Snyk
name: workflow for Maven using Snyk security scan
on: push
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/node@master
uses: snyk/actions/maven@master
continue-on-error: true
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
command: monitor

0 comments on commit ca6b57e

Please sign in to comment.