Skip to content

[Snyk] Security upgrade axios from 1.7.7 to 1.7.8 #13

[Snyk] Security upgrade axios from 1.7.7 to 1.7.8

[Snyk] Security upgrade axios from 1.7.7 to 1.7.8 #13

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
- 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$' --severity-threshold=high --policy-path=$PWD/.snyk