Skip to content

Commit

Permalink
Fix: made suggested changes to fix indentation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham-Patel07 committed Jun 23, 2024
1 parent f263af1 commit 5c81840
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/main/resources/wrong-secrets-configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -768,15 +768,15 @@ configurations:
missing_environment: "explanations/missing_vault.adoc"

- name: Challenge 48
short-name: "challenge-48"
sources:
- class-name: "org.owasp.wrongsecrets.challenges.kubernetes.Challenge48"
explanation: "explanations/challenge48.adoc"
hint: "explanations/challenge48_hint.adoc"
reason: "explanations/challenge48_reason.adoc"
environments: [ *k8s, *gcp, *aws, *azure ]
difficulty: *normal
category: *secrets
ctf:
enabled: false
short-name: "challenge-48"
sources:
- class-name: "org.owasp.wrongsecrets.challenges.kubernetes.Challenge48"
explanation: "explanations/challenge48.adoc"
hint: "explanations/challenge48_hint.adoc"
reason: "explanations/challenge48_reason.adoc"
environments: [ *k8s, *gcp, *aws, *azure ]
difficulty: *normal
category: *secrets
ctf:
enabled: false
missing_environment: "explanations/missing_k8s.adoc"

0 comments on commit 5c81840

Please sign in to comment.