Skip to content

Commit b9c9f53

Browse files
Balijepalli Vamshi KrishnaBalijepalli Vamshi Krishna
authored andcommitted
add log
1 parent 478cdc0 commit b9c9f53

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

remediation/workflow/pin/pinactions.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ func PinAction(action, inputYaml string, exemptedActions []string, pinToImmutabl
6969
if PAT == "" {
7070
PAT = os.Getenv("PAT")
7171
log.Println("SECURE_REPO_PAT is not set, using PAT")
72+
} else {
73+
log.Println("SECURE_REPO_PAT is set")
7274
}
7375

7476
ctx := context.Background()

0 commit comments

Comments
 (0)