Skip to content

Commit

Permalink
automated commit
Browse files Browse the repository at this point in the history
Signed-off-by: Public copy <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Sep 13, 2024
1 parent e0ea85c commit 7861717
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tflib/publisher/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ module "this" {
module "this-dev" {
count = local.build-dev ? 1 : 0
source = "chainguard-dev/apko/publisher"
version = "0.0.15"
version = "0.0.16"

target_repository = var.target_repository

Expand All @@ -106,9 +106,8 @@ module "this-dev" {
"wget",
], var.extra_dev_packages)

check_sbom = var.check-sbom
sbom_checker = "cgr.dev/chainguard/ntia-conformance-checker:latest@sha256:75c1f8dcdf53d365bf30cdd630f800fa7a3b5d572ffc58346da6e5f1360e0787"
spdx_image = "cgr.dev/chainguard/spdx-tools:latest@sha256:cc4c0272f70ea9e8083c360787793fc7f847917942b49e80ed90d03199df0a55"
check_sbom = var.check-sbom
spdx_image = "cgr.dev/chainguard/spdx-tools:latest@sha256:cc4c0272f70ea9e8083c360787793fc7f847917942b49e80ed90d03199df0a55"
}

data "oci_exec_test" "check-reproducibility" {
Expand Down

0 comments on commit 7861717

Please sign in to comment.