Skip to content

Commit

Permalink
OWASP OWASP#714 : Fixing Cache relaed issues
Browse files Browse the repository at this point in the history
  • Loading branch information
puneeth072003 committed Oct 27, 2023
1 parent 18ac8c5 commit d899746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dast-zap-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Cache JAR file
uses: actions/cache@v3
with:
path: target
path: target/wrongsecrets-1.7.0-SNAPSHOT.jar
key: JarCache-${{ runner.os }}-${{ hashFiles('**/pom.xml') }}
- name: Start wrongsecrets
run: nohup ./mvnw spring-boot:run -Dspring-boot.run.profiles=without-vault &
Expand Down

0 comments on commit d899746

Please sign in to comment.