Skip to content

Commit

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

0 comments on commit 3b0a0b2

Please sign in to comment.