-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Polina Sheviakova
committed
Jun 14, 2024
1 parent
80beb24
commit b1c8b04
Showing
2 changed files
with
24 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
name: DAST | ||
|
||
on: | ||
push: | ||
branches: [ main, master ] | ||
pull_request: | ||
branches: [ main, master ] | ||
|
||
jobs: | ||
scan: | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v4 | ||
|
||
- name: ZAP Scan | ||
uses: zaproxy/action-baseline@v0.12.0 | ||
with: | ||
target: 'https://www.zaproxy.org/' | ||
#name: DAST | ||
# | ||
#on: | ||
# push: | ||
# branches: [ main, master ] | ||
# pull_request: | ||
# branches: [ main, master ] | ||
# | ||
#jobs: | ||
# scan: | ||
# runs-on: ubuntu-22.04 | ||
# steps: | ||
# - name: Checkout code | ||
# uses: actions/checkout@v4 | ||
# | ||
# - name: ZAP Scan | ||
# uses: zaproxy/action-baseline@v0.12.0 | ||
# with: | ||
# target: 'https://www.zaproxy.org/' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters