Skip to content

Changelog update for v0.6.6 release #43

Changelog update for v0.6.6 release

Changelog update for v0.6.6 release #43

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'