Skip to content

Commit

Permalink
pytorch-cuda12: disable check-sbom for now (#2735)
Browse files Browse the repository at this point in the history
Signed-off-by: Pris Nasrat <pris.nasrat@chainguard.dev>
  • Loading branch information
pnasrat committed May 24, 2024
1 parent 82d0c76 commit 4dbe629
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/pytorch-cuda12/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ module "latest" {
target_repository = var.target_repository
config = module.config.config
build-dev = true
check-sbom = false # TODO(pnasrat): Re-enable SBOM check after license corrected
}

module "test" {
Expand Down

0 comments on commit 4dbe629

Please sign in to comment.