Skip to content

Commit 42e63b0

Browse files
committed
Update POM file with new version: 1.6.5
1 parent f33dc88 commit 42e63b0

11 files changed

+11
-9
lines changed

Dockerfile.web

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM jeroenwillemsen/wrongsecrets:1.6.5RC2-no-vault
1+
FROM jeroenwillemsen/wrongsecrets:1.6.5-no-vault
22
ARG argBasedVersion="1.6.5-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

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ Special mentions for helping out:
287287

288288
- [Madhu Akula @madhuakula](https://github.com/madhuakula)
289289
- [Björn Kimminich @bkimminich](https://github.com/bkimminich)
290+
- [Dan Gora @devsecops](https://github.com/devsecops)
290291
- [Xiaolu Dai @saragluna](https://github.com/saragluna)
291292
- [Jonathan Giles @jonathanGiles](https://github.com/JonathanGiles)
292293

aws/k8s/secret-challenge-vault-deployment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
volumeAttributes:
4242
secretProviderClass: "wrongsecrets-aws-secretsmanager"
4343
containers:
44-
- image: jeroenwillemsen/wrongsecrets:1.6.5RC2-k8s-vault
44+
- image: jeroenwillemsen/wrongsecrets:1.6.5-k8s-vault
4545
imagePullPolicy: IfNotPresent
4646
name: secret-challenge
4747
securityContext:

azure/k8s/secret-challenge-vault-deployment.yml.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
volumeAttributes:
4242
secretProviderClass: "azure-wrongsecrets-vault"
4343
containers:
44-
- image: jeroenwillemsen/wrongsecrets:1.6.5RC2-k8s-vault
44+
- image: jeroenwillemsen/wrongsecrets:1.6.5-k8s-vault
4545
imagePullPolicy: IfNotPresent
4646
name: secret-challenge
4747
securityContext:

fly.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ processes = []
99
dockerfile = "Dockerfile"
1010

1111
[build.args]
12-
argBasedVersion="1.6.5RC2"
12+
argBasedVersion="1.6.5"
1313
spring_profile="without-vault"
1414
springdoc_api-docs_enabled="false"
1515
springdoc_swagger-ui_enabled="false"

gcp/k8s/secret-challenge-vault-deployment.yml.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
volumeAttributes:
4040
secretProviderClass: "wrongsecrets-gcp-secretsmanager"
4141
containers:
42-
- image: jeroenwillemsen/wrongsecrets:1.6.5RC2-k8s-vault
42+
- image: jeroenwillemsen/wrongsecrets:1.6.5-k8s-vault
4343
imagePullPolicy: IfNotPresent
4444
name: secret-challenge
4545
ports:

k8s/secret-challenge-deployment.yml

+1-1
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.6.5RC2-no-vault
31+
- image: jeroenwillemsen/wrongsecrets:1.6.5-no-vault
3232
imagePullPolicy: IfNotPresent
3333
name: secret-challenge
3434
ports:

k8s/secret-challenge-vault-deployment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
runAsNonRoot: true
3131
serviceAccountName: vault
3232
containers:
33-
- image: jeroenwillemsen/wrongsecrets:1.6.5RC2-k8s-vault
33+
- image: jeroenwillemsen/wrongsecrets:1.6.5-k8s-vault
3434
imagePullPolicy: IfNotPresent
3535
name: secret-challenge
3636
securityContext:

okteto/k8s/secret-challenge-ctf-deployment.yml

+1-1
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.6.5RC2-no-vault
31+
- image: jeroenwillemsen/wrongsecrets:1.6.5-no-vault
3232
name: secret-challenge-ctf
3333
imagePullPolicy: IfNotPresent
3434
securityContext:

okteto/k8s/secret-challenge-deployment.yml

+1-1
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.6.5RC2-no-vault
31+
- image: jeroenwillemsen/wrongsecrets:1.6.5-no-vault
3232
name: secret-challenge
3333
imagePullPolicy: IfNotPresent
3434
securityContext:

src/main/resources/templates/welcome.html

+1
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@
142142
<ul>
143143
<li><a href="https://github.com/madhuakula">Madhu Akula @madhuakula</a></li>
144144
<li><a href="https://github.com/bkimminich">Björn Kimminich @bkimminich</a></li>
145+
<li><a href="https://github.com/devsecops">Dan Gora @devsecops</a></li>
145146
<li><a href="https://github.com/saragluna">Xiaolu Dai @saragluna</a></li>
146147
<li><a href="https://github.com/JonathanGiles">Jonathan Giles @jonathanGiles</a></li>
147148
</ul>

0 commit comments

Comments
 (0)