Skip to content

Commit b6914cf

Browse files
committed
fix checksum
1 parent 4e2b61c commit b6914cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/base/.devcontainer/scripts/install_cfn_guard.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -euo pipefail
44
VERSION=${VERSION:-"3.2.0"}
55
# Expected SHA256 checksums taken from https://github.com/aws-cloudformation/cloudformation-guard/releases/tag/3.2.0
66
# When we change cfn-guard versions, these must be changed
7-
sha256sum_expected_arm="sha256:d562e14831794a4859782f5609186970373e8e0a049fbded2c01612d2dcdb087"
7+
sha256sum_expected_arm="sha256:aa757b599e59425fe3322dc65cfc93d2931c7f818aa1626996f8ad4852eae5ca"
88
sha256sum_expected_amd64="sha256:9f8c4d9f15f7dd54a37ea70a5237ba00aba682fb1e6521a744d12259961dfc13"
99

1010

0 commit comments

Comments
 (0)