We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7e8a56 commit 6ccf5eeCopy full SHA for 6ccf5ee
pkg/apis/pipeline/paths.go
@@ -25,6 +25,7 @@ const (
25
HomeDir = "/tekton/home"
26
// CredsDir is the directory where credentials are placed to meet the legacy credentials
27
// helpers image (aka "creds-init") contract
28
+ // #nosec
29
CredsDir = "/tekton/creds"
30
// StepsDir is the directory used for a step to store any metadata related to the step
31
StepsDir = "/tekton/steps"
pkg/pod/creds_init.go
@@ -33,6 +33,7 @@ import (
33
)
34
35
const (
36
37
credsInitHomeMountPrefix = "tekton-creds-init-home"
38
sshKnownHosts = "known_hosts"
39
0 commit comments