Skip to content

Commit

Permalink
ci: test uploading artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
gipo355 committed Jun 13, 2024
1 parent c546510 commit 65c03ec
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/actions/attack/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ runs:
target: "http://localhost:8080/tomcat-webapp-boilerplate/app"
# rules_file_name: ".zap/rules.tsv"
cmd_options: "-aj"
# NOTE: test loading artifact
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: zap-report
path: ./report_json.json
overwrite: true
- name: Set output if zap has run
if: ${{ inputs.run_zap == 'true'}}
shell: bash
Expand Down

0 comments on commit 65c03ec

Please sign in to comment.