Skip to content

fix: pom.xml to reduce vulnerabilities #18

fix: pom.xml to reduce vulnerabilities

fix: pom.xml to reduce vulnerabilities #18

Workflow file for this run

name: Using Snyk in Github Actions
on: push
jobs:
snyk-monitor:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Snyk monitor
uses: snyk/actions/maven@master
#continue-on-error: true
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: --monitor --all-projects