Skip to content

Commit

Permalink
Add // #nosec :)
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester authored and tekton-robot committed Aug 30, 2022
1 parent 95337e9 commit 2dbca2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/apis/pipeline/paths.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const (
HomeDir = "/tekton/home"
// CredsDir is the directory where credentials are placed to meet the legacy credentials
// helpers image (aka "creds-init") contract
// #nosec
CredsDir = "/tekton/creds"
// StepsDir is the directory used for a step to store any metadata related to the step
StepsDir = "/tekton/steps"
Expand Down
1 change: 1 addition & 0 deletions pkg/pod/creds_init.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ import (
)

const (
// #nosec
credsInitHomeMountPrefix = "tekton-creds-init-home"
sshKnownHosts = "known_hosts"
)
Expand Down

0 comments on commit 2dbca2c

Please sign in to comment.