Skip to content

Commit 71da39d

Browse files
committed
add assertions on the required env vars
1 parent dcf9b1e commit 71da39d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
248 KB
Binary file not shown.

packages/hadron-build/signtool/signtool.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ func main() {
2727
}
2828

2929
allowedExtensions := []string{
30+
"GARASIGN_USERNAME",
31+
"GARASIGN_PASSWORD",
32+
"ARTIFACTORY_USERNAME",
33+
"ARTIFACTORY_PASSWORD",
3034
"SIGNING_SERVER_HOSTNAME",
3135
"SIGNING_SERVER_PRIVATE_KEY",
3236
"SIGNING_SERVER_USERNAME",

0 commit comments

Comments
 (0)