We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a60afe9 commit f1893cdCopy full SHA for f1893cd
bin/config_build.sh
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
3
-CONFTEST_VERSION=${CONFTEST_VERSION:-v0.55.0}
+CONFTEST_VERSION=${CONFTEST_VERSION:-v0.56.0}
4
5
set -o pipefail
6
bin/conftest.sh
@@ -1,5 +1,5 @@
docker run --rm -v $PROJ_ROOT/config:/project openpolicyagent/conftest:${CONFTEST_VERSION} test config.yaml -d policy/data.yaml
0 commit comments