Skip to content

open telemetry update #39

open telemetry update

open telemetry update #39

Workflow file for this run

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