Skip to content

Commit d899746

Browse files
committed
OWASP OWASP#714 : Fixing Cache relaed issues
1 parent 18ac8c5 commit d899746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Cache JAR file
3131
uses: actions/cache@v3
3232
with:
33-
path: target
33+
path: target/wrongsecrets-1.7.0-SNAPSHOT.jar
3434
key: JarCache-${{ runner.os }}-${{ hashFiles('**/pom.xml') }}
3535
- name: Start wrongsecrets
3636
run: nohup ./mvnw spring-boot:run -Dspring-boot.run.profiles=without-vault &

0 commit comments

Comments
 (0)