Skip to content

Commit 2760764

Browse files
vdemeestertekton-robot
authored andcommitted
Add // #nosec :)
Signed-off-by: Vincent Demeester <[email protected]>
1 parent 42cdeb4 commit 2760764

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pkg/apis/pipeline/paths.go

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ const (
2525
HomeDir = "/tekton/home"
2626
// CredsDir is the directory where credentials are placed to meet the legacy credentials
2727
// helpers image (aka "creds-init") contract
28+
// #nosec
2829
CredsDir = "/tekton/creds"
2930
// StepsDir is the directory used for a step to store any metadata related to the step
3031
StepsDir = "/tekton/steps"

pkg/pod/creds_init.go

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ import (
3333
)
3434

3535
const (
36+
// #nosec
3637
credsInitHomeMountPrefix = "tekton-creds-init-home"
3738
sshKnownHosts = "known_hosts"
3839
)

0 commit comments

Comments
 (0)