Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
araya authored and araya committed Jul 25, 2023
1 parent f1fd5f7 commit ba132db
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/zap-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: install requests
run: pip install requests
# - name: install requests
# run: pip install requests

- name: OWASP ZAP Baseline Scan
continue-on-error: true
uses: zaproxy/action-full-scan@v0.5.1
with:
target: "https://dhlhkf03xxt44.cloudfront.net"
# - name: OWASP ZAP Baseline Scan
# continue-on-error: true
# uses: zaproxy/action-full-scan@v0.5.1
# with:
# target: "https://dhlhkf03xxt44.cloudfront.net"
# cmd_options: -U "internaluser@test.com" -n /zap/wrk/eval-context.json
- name: Cat output
run: |
cat report_json.json
echo ${{ secrets.AWS_OIDC_ROLE_TO_ASSUME }}
# - name: Parse Zap output and create Jira tickets
Expand Down

0 comments on commit ba132db

Please sign in to comment.