We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18ac8c5 commit d899746Copy full SHA for d899746
.github/workflows/dast-zap-test.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Cache JAR file
31
uses: actions/cache@v3
32
with:
33
- path: target
+ path: target/wrongsecrets-1.7.0-SNAPSHOT.jar
34
key: JarCache-${{ runner.os }}-${{ hashFiles('**/pom.xml') }}
35
- name: Start wrongsecrets
36
run: nohup ./mvnw spring-boot:run -Dspring-boot.run.profiles=without-vault &
0 commit comments