Skip to content

Commit

Permalink
Update OPA Conftest 0.48.0 --> 0.49.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljakab committed Feb 2, 2024
1 parent 90c8a52 commit 959e166
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/config_build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

CONFTEST_VERSION=${CONFTEST_VERSION:-v0.48.0}
CONFTEST_VERSION=${CONFTEST_VERSION:-v0.49.0}

set -o pipefail

Expand Down
2 changes: 1 addition & 1 deletion bin/conftest.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash

CONFTEST_VERSION=${CONFTEST_VERSION:-v0.48.0}
CONFTEST_VERSION=${CONFTEST_VERSION:-v0.49.0}

docker run --rm -v $PROJ_ROOT/config:/project openpolicyagent/conftest:${CONFTEST_VERSION} test config.yaml -d policy/data.yaml

0 comments on commit 959e166

Please sign in to comment.