Skip to content

Bump werkzeug from 3.1.4 to 3.1.5 #220

Bump werkzeug from 3.1.4 to 3.1.5

Bump werkzeug from 3.1.4 to 3.1.5 #220

Workflow file for this run

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