Skip to content

Update dependencies, namely podping-schemas=1.0.1 which adds publishe… #587

Update dependencies, namely podping-schemas=1.0.1 which adds publishe…

Update dependencies, namely podping-schemas=1.0.1 which adds publishe… #587

Workflow file for this run

name: Security vulnerability scan
on:
push:
paths-ignore:
- '**.md'
- '.gitignore'
- 'LICENSE'
- '.env*'
pull_request:
paths-ignore:
- '**.md'
- '.gitignore'
- 'LICENSE'
- '.env*'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- name: Run bandit
uses: tj-actions/[email protected]
with:
targets: |
src
options: "-r"