Skip to content

Commit

Permalink
Scan requirements-dev.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
sbreker committed Apr 13, 2024
1 parent 95f8e39 commit e2f5891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-sbom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
${{ runner.os }}-trivy-
- name: Generate SBOM
run: trivy fs --format cyclonedx --include-dev-deps --output sbom.xml .
run: trivy fs --format cyclonedx --file-patterns "pip:requirements*.txt" --include-dev-deps --output sbom.xml .
env:
TRIVY_NO_PROGRESS: "true"

Expand Down

0 comments on commit e2f5891

Please sign in to comment.