Skip to content

docs: migrate how-tos to their own toctree #176

docs: migrate how-tos to their own toctree

docs: migrate how-tos to their own toctree #176

Workflow file for this run

name: Security scan
on:
pull_request:
push:
branches:
- main
- hotfix/*
- work/secscan # For development
jobs:
python-scans:
name: Scan Python project
uses: canonical/starflow/.github/workflows/scan-python.yaml@main
with:
packages: python-apt-dev
# Ignore this requirements file because it does relative path things.
requirements-find-args: "! -path './docs/.sphinx/*'"