Skip to content

fix: pom.xml to reduce vulnerabilities #43

fix: pom.xml to reduce vulnerabilities

fix: pom.xml to reduce vulnerabilities #43

Workflow file for this run

name: Snyk
on: push
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/maven-3-jdk-11@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}