Skip to content

Commit 4aed9af

Browse files
committed
OWASP OWASP#714 : Fixing workflow triggering isues
1 parent 7b21b89 commit 4aed9af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2222
run: |
2323
pwd
24+
cd .github/workflows
2425
gh workflow run "Building JAR cache" --ref "main"
2526
- name: Start wrongsecrets
2627
run: nohup ./mvnw spring-boot:run -Dspring-boot.run.profiles=without-vault &

0 commit comments

Comments
 (0)