From 4678548c28b8fed280b44e04e9f03e3017c11dc1 Mon Sep 17 00:00:00 2001 From: Javier Rodriguez Date: Tue, 1 Apr 2025 14:26:05 +0200 Subject: [PATCH] chore(ci): Include all catalogers in syft analysis Signed-off-by: Javier Rodriguez --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e4c5d0560..97bcf10e4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -111,7 +111,7 @@ jobs: if [[ $entry != *latest ]]; then material_name="$(echo $entry | sed 's#.*/##')" - syft -o cyclonedx-json=/tmp/sbom-$material_name.cyclonedx.json --select-catalogers -file $entry + syft -o cyclonedx-json=/tmp/sbom-$material_name.cyclonedx.json $entry chainloop attestation add --value $entry --kind CONTAINER_IMAGE --attestation-id ${{ env.ATTESTATION_ID }} chainloop attestation add --value /tmp/sbom-$material_name.cyclonedx.json --kind SBOM_CYCLONEDX_JSON --attestation-id ${{ env.ATTESTATION_ID }}