Skip to content

Commit

Permalink
Fix: Duplicate key error
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham-Patel07 committed Jan 3, 2025
1 parent 8b2fd55 commit 024973a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ management.endpoint.health.probes.enabled=true
management.health.livenessState.enabled=true
management.health.readinessState.enabled=true
management.endpoints.web.exposure.include=auditevents,info,health
challengedockermtsecret=/app
#---
spring.config.activate.on-profile=kubernetes-vault
wrongsecretvalue=wrongsecret
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/wrong-secrets-configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ configurations:
ctf:
enabled: true

- name: Challenge 51
- name: Challenge 52
short-name: "challenge-52"
sources:
- class-name: "org.owasp.wrongsecrets.challenges.docker.Challenge52"
Expand Down

0 comments on commit 024973a

Please sign in to comment.