Skip to content

Commit 3e8ae77

Browse files
authored
Update PSK
1 parent 12559df commit 3e8ae77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ BIN=data/bin/
1616
XBUILD=-X main.build=${BUILD} -X github.com/cyberark/kubesploit/pkg/agent.build=${BUILD}
1717
URL ?= https://127.0.0.1:443
1818
XURL=-X main.url=${URL}
19-
PSK ?= merlin
19+
PSK ?= kubesploit
2020
XPSK=-X main.psk=${PSK}
2121
PROXY ?=
2222
XPROXY =-X main.proxy=$(PROXY)

0 commit comments

Comments
 (0)