We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b21b89 commit 4aed9afCopy full SHA for 4aed9af
.github/workflows/dast-zap-test.yml
@@ -21,6 +21,7 @@ jobs:
21
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22
run: |
23
pwd
24
+ cd .github/workflows
25
gh workflow run "Building JAR cache" --ref "main"
26
- name: Start wrongsecrets
27
run: nohup ./mvnw spring-boot:run -Dspring-boot.run.profiles=without-vault &
0 commit comments