Skip to content

[Security] Vulnerability fixes and prepare for 2.4.3 release #18

[Security] Vulnerability fixes and prepare for 2.4.3 release

[Security] Vulnerability fixes and prepare for 2.4.3 release #18

Workflow file for this run

name: Snyk test
on:
- pull_request
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Snyk to check for JDK vulnerabilities
uses: snyk/actions/gradle-jdk17@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: --all-projects --configuration-matching="^runtimeClasspath$" --fail-on=upgradable --org=radar-base --policy-path=.snyk --severity-threshold=high