Skip to content

[maven-release-plugin] prepare for next development iteration #206

[maven-release-plugin] prepare for next development iteration

[maven-release-plugin] prepare for next development iteration #206

Workflow file for this run

name: Vulnerability check
on:
push:
branches:
- master
pull_request_target:
jobs:
security:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
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 }}
with:
command: monitor