Skip to content

Commit 29c2818

Browse files
committed
chore(cicd): fix minor typo
1 parent c990eee commit 29c2818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
- name: Start the app
190190
run: npm start > /dev/null &
191191

192-
- name: Run ZAP Scan
192+
- name: Run ZAP API Scan
193193
uses: zaproxy/action-api-scan@505165281beb4e371b7b86ba0e62e6d2f7ef8746 # tag=v0.1.1
194194
with:
195195
target: http://localhost:3000/swagger/json

0 commit comments

Comments
 (0)