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 <