fix: Honor the ${pcfiledir} entries in pkgconfig #483
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
uv-export: false # can't use `--all-extras` due to the different versions of python-apt conflicting |