Skip to content

Add support for Sentry monitoring #16

Add support for Sentry monitoring

Add support for Sentry monitoring #16

Workflow file for this run

name: Snyk test
on:
pull_request:
branches: [ master, dev ]
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: snyk/actions/maven-3-jdk-17@master
name: Run Snyk to check for vulnerabilities
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with: --all-projects --org=radar-base --policy-path=$PWD/.snyk --severity-threshold=high

Check failure on line 14 in .github/workflows/snyk.yaml

View workflow run for this annotation

GitHub Actions / Snyk test

Invalid workflow file

The workflow is not valid. .github/workflows/snyk.yaml (Line: 14, Col: 15): Unexpected value '--all-projects --org=radar-base --policy-path=$PWD/.snyk --severity-threshold=high'