Skip to content

Merge pull request #33 from PennyDreadfulMTG/python-version-update-re… #45

Merge pull request #33 from PennyDreadfulMTG/python-version-update-re…

Merge pull request #33 from PennyDreadfulMTG/python-version-update-re… #45

Workflow file for this run

name: Security check - Bandit
on:
workflow_dispatch:
push:
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Run bandit
uses: VCTLabs/bandit-report-artifacts@master
with:
project_path: pystache
ignore_failure: true
exclude_paths: 'pystache/tests'