Skip to content

fix: docker/backend/Dockerfile to reduce vulnerabilities #421

fix: docker/backend/Dockerfile to reduce vulnerabilities

fix: docker/backend/Dockerfile to reduce vulnerabilities #421

Workflow file for this run

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