Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ed65103

Browse files
committed
proof of Fixed ordering to show minimal tech correctly
1 parent 9a0bc7d commit ed65103

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile.web

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM jeroenwillemsen/wrongsecrets:1.8.4h-no-vault
2-
ARG argBasedVersion="1.8.4h-no-vault"
1+
FROM jeroenwillemsen/wrongsecrets:1.8.4i-no-vault
2+
ARG argBasedVersion="1.8.4i-no-vault"
33
ARG CANARY_URLS="http://canarytokens.com/terms/about/s7cfbdakys13246ewd8ivuvku/post.jsp,http://canarytokens.com/terms/about/y0all60b627gzp19ahqh7rl6j/post.jsp"
44
ARG CTF_ENABLED=false
55
ARG HINTS_ENABLED=true

k8s/secret-challenge-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
runAsGroup: 2000
2929
fsGroup: 2000
3030
containers:
31-
- image: jeroenwillemsen/wrongsecrets:1.8.3-no-vault
31+
- image: jeroenwillemsen/wrongsecrets:1.8.4i-no-vault
3232
imagePullPolicy: IfNotPresent
3333
name: secret-challenge
3434
ports:

k8s/secret-challenge-vault-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ spec:
4646
type: RuntimeDefault
4747
serviceAccountName: vault
4848
containers:
49-
- image: jeroenwillemsen/wrongsecrets:vaultinjection-2-test-k8s-vault
49+
- image: jeroenwillemsen/wrongsecrets:1.8.4i-k8s-vault
5050
imagePullPolicy: IfNotPresent
5151
name: secret-challenge
5252
securityContext:

0 commit comments

Comments
 (0)