File tree Expand file tree Collapse file tree 18 files changed +135
-87
lines changed Expand file tree Collapse file tree 18 files changed +135
-87
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,16 @@ cache:
69
69
70
70
<!-- AUTOGENERATED CONFIG DESCRIPTIONS START -->
71
71
<!-- automatically generated, do not edit manually -->
72
+ #### ` audit `
73
+
74
+ * Default: true
75
+ * Type: Boolean
76
+
77
+ When "true" submit audit reports alongside the current npm command to the
78
+ default registry and all registries configured for scopes. See the
79
+ documentation for [ ` npm audit ` ] ( /commands/npm-audit ) for details on what is
80
+ submitted.
81
+
72
82
#### ` ignore-scripts `
73
83
74
84
* Default: false
Original file line number Diff line number Diff line change @@ -164,9 +164,10 @@ will *not* run any pre- or post-scripts.
164
164
* Default: true
165
165
* Type: Boolean
166
166
167
- When "true" submit audit reports alongside `npm install` runs to the default
168
- registry and all registries configured for scopes. See the documentation for
169
- [`npm audit`](/commands/npm-audit) for details on what is submitted.
167
+ When "true" submit audit reports alongside the current npm command to the
168
+ default registry and all registries configured for scopes. See the
169
+ documentation for [`npm audit`](/commands/npm-audit) for details on what is
170
+ submitted.
170
171
171
172
#### `bin-links`
172
173
Original file line number Diff line number Diff line change @@ -107,9 +107,10 @@ will *not* run any pre- or post-scripts.
107
107
* Default: true
108
108
* Type: Boolean
109
109
110
- When "true" submit audit reports alongside ` npm install ` runs to the default
111
- registry and all registries configured for scopes. See the documentation for
112
- [ ` npm audit ` ] ( /commands/npm-audit ) for details on what is submitted.
110
+ When "true" submit audit reports alongside the current npm command to the
111
+ default registry and all registries configured for scopes. See the
112
+ documentation for [ ` npm audit ` ] ( /commands/npm-audit ) for details on what is
113
+ submitted.
113
114
114
115
#### ` bin-links `
115
116
Original file line number Diff line number Diff line change @@ -20,6 +20,16 @@ This command runs `npm ci` followed immediately by `npm test`.
20
20
21
21
<!-- AUTOGENERATED CONFIG DESCRIPTIONS START -->
22
22
<!-- automatically generated, do not edit manually -->
23
+ #### ` audit `
24
+
25
+ * Default: true
26
+ * Type: Boolean
27
+
28
+ When "true" submit audit reports alongside the current npm command to the
29
+ default registry and all registries configured for scopes. See the
30
+ documentation for [ ` npm audit ` ] ( /commands/npm-audit ) for details on what is
31
+ submitted.
32
+
23
33
#### ` ignore-scripts `
24
34
25
35
* Default: false
Original file line number Diff line number Diff line change @@ -149,9 +149,10 @@ will *not* run any pre- or post-scripts.
149
149
* Default: true
150
150
* Type: Boolean
151
151
152
- When "true" submit audit reports alongside ` npm install ` runs to the default
153
- registry and all registries configured for scopes. See the documentation for
154
- [ ` npm audit ` ] ( /commands/npm-audit ) for details on what is submitted.
152
+ When "true" submit audit reports alongside the current npm command to the
153
+ default registry and all registries configured for scopes. See the
154
+ documentation for [ ` npm audit ` ] ( /commands/npm-audit ) for details on what is
155
+ submitted.
155
156
156
157
#### ` bin-links `
157
158
Original file line number Diff line number Diff line change @@ -533,9 +533,10 @@ will *not* run any pre- or post-scripts.
533
533
* Default: true
534
534
* Type: Boolean
535
535
536
- When "true" submit audit reports alongside `npm install` runs to the default
537
- registry and all registries configured for scopes. See the documentation for
538
- [`npm audit`](/commands/npm-audit) for details on what is submitted.
536
+ When "true" submit audit reports alongside the current npm command to the
537
+ default registry and all registries configured for scopes. See the
538
+ documentation for [`npm audit`](/commands/npm-audit) for details on what is
539
+ submitted.
539
540
540
541
#### `bin-links`
541
542
Original file line number Diff line number Diff line change @@ -233,9 +233,10 @@ will *not* run any pre- or post-scripts.
233
233
* Default: true
234
234
* Type: Boolean
235
235
236
- When "true" submit audit reports alongside ` npm install ` runs to the default
237
- registry and all registries configured for scopes. See the documentation for
238
- [ ` npm audit ` ] ( /commands/npm-audit ) for details on what is submitted.
236
+ When "true" submit audit reports alongside the current npm command to the
237
+ default registry and all registries configured for scopes. See the
238
+ documentation for [ ` npm audit ` ] ( /commands/npm-audit ) for details on what is
239
+ submitted.
239
240
240
241
#### ` bin-links `
241
242
Original file line number Diff line number Diff line change @@ -255,9 +255,10 @@ will *not* run any pre- or post-scripts.
255
255
* Default: true
256
256
* Type: Boolean
257
257
258
- When "true" submit audit reports alongside ` npm install ` runs to the default
259
- registry and all registries configured for scopes. See the documentation for
260
- [ ` npm audit ` ] ( /commands/npm-audit ) for details on what is submitted.
258
+ When "true" submit audit reports alongside the current npm command to the
259
+ default registry and all registries configured for scopes. See the
260
+ documentation for [ ` npm audit ` ] ( /commands/npm-audit ) for details on what is
261
+ submitted.
261
262
262
263
#### ` bin-links `
263
264
Original file line number Diff line number Diff line change @@ -170,9 +170,10 @@ to the same value as the current version.
170
170
* Default: true
171
171
* Type: Boolean
172
172
173
- When "true" submit audit reports alongside ` npm install ` runs to the default
174
- registry and all registries configured for scopes. See the documentation for
175
- [ ` npm audit ` ] ( /commands/npm-audit ) for details on what is submitted.
173
+ When "true" submit audit reports alongside the current npm command to the
174
+ default registry and all registries configured for scopes. See the
175
+ documentation for [ ` npm audit ` ] ( /commands/npm-audit ) for details on what is
176
+ submitted.
176
177
177
178
#### ` audit-level `
178
179
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ class CI extends ArboristWorkspaceCmd {
33
33
/* istanbul ignore next - see test/lib/load-all-commands.js */
34
34
static get params ( ) {
35
35
return [
36
+ 'audit' ,
36
37
'ignore-scripts' ,
37
38
'script-shell' ,
38
39
]
You can’t perform that action at this time.
0 commit comments