Skip to content

Commit

Permalink
Update zap_scan.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
raga70 authored Jun 10, 2024
1 parent b3dd713 commit 1c72bff
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/zap_scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,15 @@ on:
- main

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3

zap_scan:
needs: deploy
runs-on: ubuntu-latest
steps:
- name: ZAP Scan
uses: zaproxy/[email protected]
with:
token: ${{ secrets.ZAPGHT }}
docker_name: 'ghcr.io/zaproxy/zaproxy:stable'
target: 'https://react-app-xwjwz3lfdq-ez.a.run.app'
target: 'http://145.220.74.148:3000/'
rules_file_name: '.zap/rules.tsv'
cmd_options: '-a'

0 comments on commit 1c72bff

Please sign in to comment.