Skip to content

Commit

Permalink
add missing annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
commjoen committed Oct 23, 2024
1 parent 31c1d5d commit 8805e2c
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
package org.owasp.wrongsecrets.challenges.docker;

import lombok.extern.slf4j.Slf4j;
import org.owasp.wrongsecrets.challenges.FixedAnswerChallenge;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Component;

/** challenge about docker compose secrets */
@Slf4j
@Component
public class Challenge51 extends FixedAnswerChallenge {
private final String dockerSecret;

Expand Down

0 comments on commit 8805e2c

Please sign in to comment.