Skip to content

Merge pull request #177 from aws-solutions-library-samples/dependabot… #25

Merge pull request #177 from aws-solutions-library-samples/dependabot…

Merge pull request #177 from aws-solutions-library-samples/dependabot… #25

Workflow file for this run

name: Bandit
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
schedule:
- cron: '38 6 * * 2'
permissions: {}
jobs:
bandit:
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- name: Bandit Scan
uses: shundor/python-bandit-scan@ab1d87dfccc5a0ffab88be3aaac6ffe35c10d6cd
with:
exit_zero: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
excluded_paths: tests,.venv