diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index f884ee7..ce58a6a 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -253,7 +253,7 @@ jobs: image: localbuild/testimage:latest artifact-name: "${{ github.event.repository.name }}.cyclonedx-sbom.json" output-file: "/tmp/${{ github.event.repository.name }}.cyclonedx-sbom.json" - dependency-snapshot: false + dependency-snapshot: true format: cyclonedx-json upload-artifact: true -