Skip to content

Updated dependencies version to fix vulnerability (#684) #243

Updated dependencies version to fix vulnerability (#684)

Updated dependencies version to fix vulnerability (#684) #243

Workflow file for this run

name: Snyk workflow
on: push
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/python@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: --fail-on=all