Skip to content

Commit

Permalink
fix(wofklows): add config parameter to syft (#1693)
Browse files Browse the repository at this point in the history
Signed-off-by: Jose I. Paris <[email protected]>
  • Loading branch information
jiparis authored Jan 3, 2025
1 parent a064750 commit ac27750
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docs_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
path: .
format: cyclonedx-json
upload-artifact: false
config: docs/.syft.yaml
output-file: docs/reports/sbom.cyclonedx.json

- uses: anchore/sbom-action@a5afbb185c4d9799c758f05e496032af75ae9128
Expand Down
2 changes: 1 addition & 1 deletion docs/.syft.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
exclude:
- "./node_modules/rtl-detect/.github"
- "**/node_modules/rtl-detect/.github"

0 comments on commit ac27750

Please sign in to comment.