Skip to content

Skip testnet test... Not needed for production and it's failing. #590

Skip testnet test... Not needed for production and it's failing.

Skip testnet test... Not needed for production and it's failing. #590

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"