From 0eb5f2908ec56943681e40437182d053d14837ac Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Tue, 24 Oct 2023 18:31:22 +0200 Subject: [PATCH] overlay: Use new manifests location --- .../profiles/coreos/base/profile.bashrc.slsa-provenance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/profile.bashrc.slsa-provenance b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/profile.bashrc.slsa-provenance index 76a3c02f7f..f1eb687a73 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/profile.bashrc.slsa-provenance +++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/profile.bashrc.slsa-provenance @@ -143,7 +143,7 @@ __slsa_provenance_report() { fi # FIXME: Supply SDK image ID and sha256 digest along with the version tag - local sdk_version="$(source /mnt/host/source/.repo/manifests/version.txt; echo ${FLATCAR_SDK_VERSION})" + local sdk_version=$(source /mnt/host/source/src/scripts/manifests/version.txt; echo "${FLATCAR_SDK_VERSION}") # FIXME: add builder ID cat <