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 e3d1b88 commit fe76a18
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dast-zap-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
restore-keys: |
JarCache-${{ runner.os }}-
- name: test
run: ls
run: |
cd target
ls
- name: Start wrongsecrets
run: nohup ./mvnw spring-boot:run -Dspring-boot.run.profiles=without-vault &
- name: ZAP Scan
Expand Down

0 comments on commit fe76a18

Please sign in to comment.