Skip to content

test: run tests on 3.12 by default #137

test: run tests on 3.12 by default

test: run tests on 3.12 by default #137

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/*'"