Skip to content

Commit

Permalink
fix(security-scan): disable uv export
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Dec 11, 2024
1 parent 1613bf1 commit b9cf4fa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/security-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@ on:
jobs:
python-scans:
name: Scan Python project
uses: canonical/starflow/.github/workflows/scan-python.yaml@main
# uses: canonical/starflow/.github/workflows/scan-python.yaml@main
uses: lengau/starflow/.github/workflows/scan-python.yaml@work/CRAFT-3707/uv
with:
packages: python-apt-dev
# 1. requirements-noble.txt can't build on jammy
# 2. Ignore requirements files in spread tests, as some of these intentionally
# contain vulnerable versions.
requirements-find-args: '! -name requirements-noble.txt ! -path "./tests/spread/*"'
osv-extra-args: '--config=source/osv-scanner.toml'
uv-export: false
uv-sync-extra-args: --no-dev

0 comments on commit b9cf4fa

Please sign in to comment.