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.
2 parents bce818f + 41efd5d commit c62ab48Copy full SHA for c62ab48
.github/workflows/auth-tests.yml
@@ -19,4 +19,11 @@ jobs:
19
run: |
20
echo "$AUTH_SCANS_CREDS" | tee -a scans/auth/all_vars.env > /dev/null
21
chmod -R a+w $(pwd)
22
- docker run --rm -v $(pwd):/zap/wrk/:rw --env-file scans/auth/all_vars.env -t zaproxy/zap-nightly /zap/wrk/scans/auth/auth_plan_tests.sh
+ docker run --rm -v $(pwd):/zap/wrk/:rw --env-file scans/auth/all_vars.env -t zaproxy/zap-nightly /zap/wrk/scans/auth/auth_plan_tests.sh
23
+ echo "```yaml" >> $GITHUB_STEP_SUMMARY
24
+ cat output/output.yml >> $GITHUB_STEP_SUMMARY
25
+ echo "```" >> $GITHUB_STEP_SUMMARY
26
+ - name: Attach result
27
+ uses: actions/upload-artifact@v4
28
+ with:
29
+ path: output/output.yml
0 commit comments