Skip to content

Merge pull request #4 from LyraPhase/dependabot/github_actions/action… #21

Merge pull request #4 from LyraPhase/dependabot/github_actions/action…

Merge pull request #4 from LyraPhase/dependabot/github_actions/action… #21

Workflow file for this run

name: security
on:
pull_request:
branches:
- master
- main
- develop
push:
branches:
- master
- main
- develop
jobs:
bandit:
runs-on: ubuntu-latest
steps:
- name: Bandit Static Analyzer
uses: mdegis/[email protected]