diff --git a/.github/workflows/docs_deploy.yml b/.github/workflows/docs_deploy.yml index 266b515a1..b13358110 100644 --- a/.github/workflows/docs_deploy.yml +++ b/.github/workflows/docs_deploy.yml @@ -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 diff --git a/docs/.syft.yaml b/docs/.syft.yaml index e8e18fc12..b5614ecca 100644 --- a/docs/.syft.yaml +++ b/docs/.syft.yaml @@ -1,2 +1,2 @@ exclude: - - "./node_modules/rtl-detect/.github" \ No newline at end of file + - "**/node_modules/rtl-detect/.github" \ No newline at end of file