Skip to content

Commit ac27750

Browse files
authored
fix(wofklows): add config parameter to syft (#1693)
Signed-off-by: Jose I. Paris <[email protected]>
1 parent a064750 commit ac27750

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/docs_deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
path: .
6262
format: cyclonedx-json
6363
upload-artifact: false
64+
config: docs/.syft.yaml
6465
output-file: docs/reports/sbom.cyclonedx.json
6566

6667
- uses: anchore/sbom-action@a5afbb185c4d9799c758f05e496032af75ae9128

docs/.syft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
exclude:
2-
- "./node_modules/rtl-detect/.github"
2+
- "**/node_modules/rtl-detect/.github"

0 commit comments

Comments
 (0)