Skip to content

Commit 3b0a0b2

Browse files
committed
OWASP OWASP#714 : Fixing Cache related issues
1 parent a613c6d commit 3b0a0b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dast-zap-test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,13 @@ jobs:
2525
- name: Cache JAR file
2626
id: cache-jar
2727
uses: actions/cache@v3
28-
run: pwd
2928
with:
3029
path: target/wrongsecrets-1.7.0-SNAPSHOT.jar
3130
key: JarCache-${{ runner.os }}-${{ hashFiles('**/pom.xml') }}
3231
restore-keys: |
3332
JarCache-${{ runner.os }}-
33+
- name: test
34+
run: pwd
3435
- name: Start wrongsecrets
3536
run: nohup ./mvnw spring-boot:run -Dspring-boot.run.profiles=without-vault &
3637
- name: ZAP Scan

0 commit comments

Comments
 (0)