Skip to content

Commit e3d1b88

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
restore-keys: |
3232
JarCache-${{ runner.os }}-
3333
- name: test
34-
run: pwd
34+
run: ls
3535
- name: Start wrongsecrets
3636
run: nohup ./mvnw spring-boot:run -Dspring-boot.run.profiles=without-vault &
3737
- name: ZAP Scan

0 commit comments

Comments
 (0)