Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
deandreJones committed May 20, 2024
1 parent 11525cb commit b4e5df5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/zap-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on: [push]
jobs:
zap_scan:
runs-on: ubuntu-latest
name: Scan the web application
name: Scan the Repository
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4.1.2
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Install Python dependencies
Expand All @@ -20,8 +20,8 @@ jobs:
uses: zaproxy/action-full-scan@v0.10.0
with:
docker_name: 'ghcr.io/zaproxy/zaproxy:stable'
target: 'http://github.com/transcom/mymove'
cmd_options: '-a -z "-headless"'
target: 'https://github.com/transcom/mymove'
cmd_options: '-a'
- name: Upload ZAP Report
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit b4e5df5

Please sign in to comment.