We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e2b61c commit b6914cfCopy full SHA for b6914cf
1 file changed
src/base/.devcontainer/scripts/install_cfn_guard.sh
@@ -4,7 +4,7 @@ set -euo pipefail
4
VERSION=${VERSION:-"3.2.0"}
5
# Expected SHA256 checksums taken from https://github.com/aws-cloudformation/cloudformation-guard/releases/tag/3.2.0
6
# When we change cfn-guard versions, these must be changed
7
-sha256sum_expected_arm="sha256:d562e14831794a4859782f5609186970373e8e0a049fbded2c01612d2dcdb087"
+sha256sum_expected_arm="sha256:aa757b599e59425fe3322dc65cfc93d2931c7f818aa1626996f8ad4852eae5ca"
8
sha256sum_expected_amd64="sha256:9f8c4d9f15f7dd54a37ea70a5237ba00aba682fb1e6521a744d12259961dfc13"
9
10
0 commit comments