Skip to content

Commit b1ede77

Browse files
authored
Merge pull request #3196 from dheerajodha/add-policy-docs-link-to-task
feat: Enable policy docs link in Tekton tasks
2 parents 3007cda + de1b1a4 commit b1ede77

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

tasks/verify-conforma-konflux-ta/0.1/verify-conforma-konflux-ta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,7 @@ spec:
390390
--timeout=0
391391
--strict=false
392392
--show-successes=true
393+
--show-policy-docs-link=true
393394
--effective-time="${EFFECTIVE_TIME}"
394395
--extra-rule-data="${EXTRA_RULE_DATA}"
395396
--retry-max-wait="${RETRY_MAX_WAIT}"

tasks/verify-conforma-konflux-vsa-ta/0.1/verify-conforma-konflux-vsa-ta.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ spec:
280280
- "--workers"
281281
- "$(params.WORKERS)"
282282
- "--strict=false"
283+
- "--show-policy-docs-link=true"
283284
- "--fallback-public-key"
284285
- "$(params.PUBLIC_KEY)"
285286
- "--output"
@@ -334,6 +335,7 @@ spec:
334335
- "--timeout=100h"
335336
- "--strict=false"
336337
- "--show-successes"
338+
- "--show-policy-docs-link=true"
337339
- "--effective-time=$(params.EFFECTIVE_TIME)"
338340
- "--extra-rule-data=pipeline_intention=release"
339341
- "--extra-rule-data=$(params.EXTRA_RULE_DATA)"

tasks/verify-enterprise-contract/0.1/verify-enterprise-contract.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ spec:
335335
--timeout=0
336336
--strict=false
337337
--show-successes=true
338+
--show-policy-docs-link=true
338339
--effective-time="${EFFECTIVE_TIME}"
339340
--extra-rule-data="${EXTRA_RULE_DATA}"
340341
--retry-max-wait="${RETRY_MAX_WAIT}"

0 commit comments

Comments
 (0)