We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42cdeb4 commit 2760764Copy full SHA for 2760764
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