Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit 9e8467e

Browse files
committed
sme feedback
1 parent 2e69ed7 commit 9e8467e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/how-to-guides/proc_upgrade_build_pipeline.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Run the tests on these pull requests by creating a comment containing `/ok-to-te
6262
.Security
6363
To reinforce the security of your custom build pipeline, complete the following steps:
6464

65-
* Add an `OWNERS` file to the `.tekton` directory and list trusted contributors there.
65+
* Add an `OWNERS` file to the root of your repository and list trusted contributors there.
6666
** To learn more, see Kubernetes docs about link:https://www.kubernetes.dev/docs/guide/owners/[OWNERS files].
6767
* Avoid commenting `/ok-to-test` on pull requests from untrusted authors, review such PRs carefully first. The `/ok-to-test` comment runs the PipelineRun, and malicious code in a PR can change your build and compromise the security of your application.
6868
** To learn more about running the PipelineRun, see the link:https://pipelinesascode.com/docs/guide/running/#running-the-pipelinerun[Running the PipelineRun guide] from Pipelines as Code docs.

0 commit comments

Comments
 (0)