Skip to content

Commit c62ab48

Browse files
authored
Merge pull request #221 from kingthorin/auth-fw6
auth tests: add summary and attach output
2 parents bce818f + 41efd5d commit c62ab48

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/auth-tests.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,11 @@ jobs:
1919
run: |
2020
echo "$AUTH_SCANS_CREDS" | tee -a scans/auth/all_vars.env > /dev/null
2121
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
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
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

Comments
 (0)