Skip to content

Commit e523a5e

Browse files
committed
Update default EC policy config in env template
See also conforma/config#173 which should be merged prior to this. Ref: https://issues.redhat.com/browse/EC-1135
1 parent f2ecc95 commit e523a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rhtap/env.template.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export SOURCE_BUILD_RESULT_FILE=${SOURCE_BUILD_RESULT_FILE-""}
3939

4040
export TARGET_BRANCH=${TARGET_BRANCH-""}
4141
# enterprise contract
42-
export POLICY_CONFIGURATION=${POLICY_CONFIGURATION-"github.com/enterprise-contract/config//rhtap-${CI_TYPE}"}
42+
export POLICY_CONFIGURATION=${POLICY_CONFIGURATION-"github.com/enterprise-contract/config//rhtap-v0.6"}
4343
#internal, assumes jenkins is local openshift
4444
export REKOR_HOST=${REKOR_HOST-http://rekor-server.rhtap-tas.svc}
4545
export IGNORE_REKOR=${IGNORE_REKOR-false}

0 commit comments

Comments
 (0)