Skip to content

Find the DESCRIBES relationship by looking through attached packages #255

Find the DESCRIBES relationship by looking through attached packages

Find the DESCRIBES relationship by looking through attached packages #255

Workflow file for this run

name: bandit-security-linter
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
bandit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run bandit
uses: tj-actions/[email protected]
with:
options: "-c bandit.yml -r"