Skip to content

[Snyk] Security upgrade org.json:json from 20230618 to 20231013 #59

[Snyk] Security upgrade org.json:json from 20230618 to 20231013

[Snyk] Security upgrade org.json:json from 20230618 to 20231013 #59

Workflow file for this run

name: Source Composition Analysis Scan
on:
pull_request:
types: [ opened, synchronize, reopened ]
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/maven@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: --fail-on=all