Skip to content

Commit f570e6d

Browse files
authored
Update pull-request-sonar.yml
1 parent 3036316 commit f570e6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull-request-sonar.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ jobs:
7272

7373
- name: ZAP Scan
7474
uses: zaproxy/[email protected]
75-
# with:
76-
# token: ${{ secrets.GITHUB_TOKEN }}
75+
with:
76+
target: 'https://www.zaproxy.org/'
7777
# docker_name: 'ghcr.io/zaproxy/zaproxy:stable'
78-
# target: 'https://www.zaproxy.org/'
78+
# token: ${{ secrets.GITHUB_TOKEN }}
7979
# cmd_options: "-z -config view.locale=pt_BR -version -daemon"
8080

8181
quality-sonarqube:

0 commit comments

Comments
 (0)