We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a613c6d commit 3b0a0b2Copy full SHA for 3b0a0b2
.github/workflows/dast-zap-test.yml
@@ -25,12 +25,13 @@ jobs:
25
- name: Cache JAR file
26
id: cache-jar
27
uses: actions/cache@v3
28
- run: pwd
29
with:
30
path: target/wrongsecrets-1.7.0-SNAPSHOT.jar
31
key: JarCache-${{ runner.os }}-${{ hashFiles('**/pom.xml') }}
32
restore-keys: |
33
JarCache-${{ runner.os }}-
+ - name: test
34
+ run: pwd
35
- name: Start wrongsecrets
36
run: nohup ./mvnw spring-boot:run -Dspring-boot.run.profiles=without-vault &
37
- name: ZAP Scan
0 commit comments