We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aed9af commit 1f8699aCopy full SHA for 1f8699a
.github/workflows/dast-zap-test.yml
@@ -17,12 +17,12 @@ jobs:
17
uses: actions/checkout@v4
18
- name: Trigger Building JAR cache with Git CLI
19
if: steps.cache.outputs.cache-hit != 'true'
20
- env:
21
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22
run: |
23
- pwd
24
- cd .github/workflows
25
- gh workflow run "Building JAR cache" --ref "main"
+ curl -X POST \
+ -H "Authorization: ${{ secrets.GITHUB_TOKEN }}" \
+ -H "Accept: application/vnd.github.v3+json" \
+ https://github.com/puneeth072003/wrongsecrets/blob/chal/.github/workflows/building-jar-cache.yml
+ -d '{"ref":"main"}'
26
- name: Start wrongsecrets
27
run: nohup ./mvnw spring-boot:run -Dspring-boot.run.profiles=without-vault &
28
- name: ZAP Scan
0 commit comments