Skip to content

Commit

Permalink
fix: disable duplicated sbom generation
Browse files Browse the repository at this point in the history
Signed-off-by: davidko <[email protected]>
  • Loading branch information
innobead committed Aug 19, 2024
1 parent 882735d commit 9d581f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/check-images-ready.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ function generate_sbom_for_images() {
}

check_images_ready
generate_sbom_for_images
#SBOM generation is disabled for now, because it's supported by https://github.com/longhorn/longhorn/blob/master/.github/workflows/generate-sbom.yml already
#generate_sbom_for_images

0 comments on commit 9d581f2

Please sign in to comment.