Skip to content

feat: new web UI [skip ci] #5

feat: new web UI [skip ci]

feat: new web UI [skip ci] #5

Workflow file for this run

name: bandit
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Run bandit
runs-on: ubuntu-latest
steps:
- uses: mdegis/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
path: "."
level: high
confidence: high
exit_zero: true