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 478cdc0 commit b9c9f53Copy full SHA for b9c9f53
remediation/workflow/pin/pinactions.go
@@ -69,6 +69,8 @@ func PinAction(action, inputYaml string, exemptedActions []string, pinToImmutabl
69
if PAT == "" {
70
PAT = os.Getenv("PAT")
71
log.Println("SECURE_REPO_PAT is not set, using PAT")
72
+ } else {
73
+ log.Println("SECURE_REPO_PAT is set")
74
}
75
76
ctx := context.Background()
0 commit comments