Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions .github/workflows/policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ jobs:
uses: canonical/starflow/.github/workflows/scan-python.yaml@main
with:
packages: python-apt-dev
# requirements-noble.txt can't build on jammy
requirements-find-args: "! -name requirements-noble.txt"
osv-extra-args: "--config=source/osv-scanner.toml"
# 1. requirements-noble.txt can't build on jammy
# 2. Ignore requirements files in spread tests, as some of these intentionally
# contain vulnerable versions.
# 3. Docs contain requirements.txt files that don't specify versions.
requirements-find-args: "! -name 'requirements-noble.txt' ! -path './tests/spread*' -prune ! -path './docs*' -prune"
trivy-extra-args: "--ignore-unfixed --skip-dirs tests/spread/"
uv-export: false
4 changes: 0 additions & 4 deletions osv-scanner.toml

This file was deleted.

Loading