We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90c8a52 commit 959e166Copy full SHA for 959e166
bin/config_build.sh
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
3
-CONFTEST_VERSION=${CONFTEST_VERSION:-v0.48.0}
+CONFTEST_VERSION=${CONFTEST_VERSION:-v0.49.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