Skip to content

Commit bf70e49

Browse files
authored
docs: fix typo in scan_dependencies job parameter description (#6)
1 parent cfe3943 commit bf70e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jobs/scan_dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ parameters:
2121
default: ''
2222
description: >
2323
Custom command to scan dependencies for vulnerabilities. Useful when default commands,
24-
"npm aduit --audit-level=high --omit=dev" or "pnpm audit --audit-level high --prod", are unsuitable.
24+
"npm audit --audit-level=high --omit=dev" or "pnpm audit --audit-level high --prod", are unsuitable.
2525
2626
steps:
2727
- checkout

0 commit comments

Comments
 (0)