File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 9
9
- uses : actions/checkout@v3
10
10
- uses : actions/setup-node@v3
11
11
with :
12
- node-version : 16
12
+ node-version : 21
13
13
cache : npm
14
14
- run : npm install
15
15
- name : SonarCloud Scan
19
19
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
20
20
with :
21
21
args : >
22
- -Dsonar.organization=devsecopsgithubactionsnodejsproject
23
- -Dsonar.projectKey=devsecopsganodejsprojectkey
22
+ -Dsonar.organization=dotnetgithubactionsorg
23
+ -Dsonar.projectKey=dotnetgithubactionsproject
24
24
security :
25
25
runs-on : ubuntu-latest
26
26
needs : build
@@ -38,13 +38,12 @@ jobs:
38
38
name : Run DAST scan on the web application
39
39
steps :
40
40
- name : Checkout
41
- uses : actions/checkout@v2
41
+ uses : actions/checkout@v4
42
42
with :
43
43
ref : master
44
44
- name : ZAP Scan
45
- uses : zaproxy/action-baseline@v0.6.1
45
+ uses : zaproxy/action-baseline@v0.14.0
46
46
with :
47
- docker_name : ' owasp/zap2docker-stable'
48
47
target : ' http://example.com/'
49
48
rules_file_name : ' .zap/rules.tsv'
50
49
cmd_options : ' -a'
You can’t perform that action at this time.
0 commit comments