doc-detective-common 3.1.0-dev.1 → 3.1.0-dev.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/auto-dev-release.yml +178 -0
- package/README.md +48 -0
- package/dist/schemas/config_v3.schema.json +32 -32
- package/dist/schemas/report_v3.schema.json +30 -41
- package/dist/schemas/resolvedTests_v3.schema.json +62 -73
- package/dist/schemas/spec_v3.schema.json +30 -41
- package/dist/schemas/step_v3.schema.json +15 -15
- package/dist/schemas/test_v3.schema.json +30 -41
- package/docs/auto-dev-release.md +195 -0
- package/package.json +4 -4
- package/src/schemas/output_schemas/config_v3.schema.json +32 -32
- package/src/schemas/output_schemas/report_v3.schema.json +30 -41
- package/src/schemas/output_schemas/resolvedTests_v3.schema.json +62 -73
- package/src/schemas/output_schemas/spec_v3.schema.json +30 -41
- package/src/schemas/output_schemas/step_v3.schema.json +15 -15
- package/src/schemas/output_schemas/test_v3.schema.json +30 -41
- package/src/schemas/schemas.json +199 -243
- package/src/schemas/src_schemas/config_v3.schema.json +2 -2
- package/src/schemas/src_schemas/step_v3.schema.json +1 -1
- package/src/schemas/src_schemas/test_v3.schema.json +0 -11
- package/src/validate.js +6 -48
|
@@ -617,11 +617,6 @@
|
|
|
617
617
|
"type": "string",
|
|
618
618
|
"description": "Path to the content that the test is associated with."
|
|
619
619
|
},
|
|
620
|
-
"unsafe": {
|
|
621
|
-
"type": "boolean",
|
|
622
|
-
"description": "Whether or not the test or step is may be unsafe. Unsafe tests and steps may perform actions that could modify the system or environment in unexpected ways. Tests that contain unsafe steps are only performed within Docker containers or if unsafe tests are enabled with the `allowUnsafeTests` config property or the `--unsafe` flag.",
|
|
623
|
-
"default": false
|
|
624
|
-
},
|
|
625
620
|
"detectSteps": {
|
|
626
621
|
"type": "boolean",
|
|
627
622
|
"description": "Whether or not to detect steps in input files based on markup regex.",
|
|
@@ -1233,7 +1228,7 @@
|
|
|
1233
1228
|
},
|
|
1234
1229
|
"unsafe": {
|
|
1235
1230
|
"type": "boolean",
|
|
1236
|
-
"description": "Whether or not the
|
|
1231
|
+
"description": "Whether or not the step may be unsafe. Unsafe steps may perform actions that could modify the system or environment in unexpected ways. Unsafe steps are only performed within Docker containers or if unsafe steps are enabled with the `allowUnsafeSteps` config property or the `--allow-unsafe` flag.",
|
|
1237
1232
|
"default": false
|
|
1238
1233
|
},
|
|
1239
1234
|
"outputs": {
|
|
@@ -1280,7 +1275,7 @@
|
|
|
1280
1275
|
},
|
|
1281
1276
|
"unsafe": {
|
|
1282
1277
|
"type": "boolean",
|
|
1283
|
-
"description": "Whether or not the
|
|
1278
|
+
"description": "Whether or not the step may be unsafe. Unsafe steps may perform actions that could modify the system or environment in unexpected ways. Unsafe steps are only performed within Docker containers or if unsafe steps are enabled with the `allowUnsafeSteps` config property or the `--allow-unsafe` flag.",
|
|
1284
1279
|
"default": false
|
|
1285
1280
|
},
|
|
1286
1281
|
"outputs": {
|
|
@@ -1335,7 +1330,7 @@
|
|
|
1335
1330
|
},
|
|
1336
1331
|
"unsafe": {
|
|
1337
1332
|
"type": "boolean",
|
|
1338
|
-
"description": "Whether or not the
|
|
1333
|
+
"description": "Whether or not the step may be unsafe. Unsafe steps may perform actions that could modify the system or environment in unexpected ways. Unsafe steps are only performed within Docker containers or if unsafe steps are enabled with the `allowUnsafeSteps` config property or the `--allow-unsafe` flag.",
|
|
1339
1334
|
"default": false
|
|
1340
1335
|
},
|
|
1341
1336
|
"outputs": {
|
|
@@ -1546,7 +1541,7 @@
|
|
|
1546
1541
|
},
|
|
1547
1542
|
"unsafe": {
|
|
1548
1543
|
"type": "boolean",
|
|
1549
|
-
"description": "Whether or not the
|
|
1544
|
+
"description": "Whether or not the step may be unsafe. Unsafe steps may perform actions that could modify the system or environment in unexpected ways. Unsafe steps are only performed within Docker containers or if unsafe steps are enabled with the `allowUnsafeSteps` config property or the `--allow-unsafe` flag.",
|
|
1550
1545
|
"default": false
|
|
1551
1546
|
},
|
|
1552
1547
|
"outputs": {
|
|
@@ -1728,7 +1723,7 @@
|
|
|
1728
1723
|
},
|
|
1729
1724
|
"unsafe": {
|
|
1730
1725
|
"type": "boolean",
|
|
1731
|
-
"description": "Whether or not the
|
|
1726
|
+
"description": "Whether or not the step may be unsafe. Unsafe steps may perform actions that could modify the system or environment in unexpected ways. Unsafe steps are only performed within Docker containers or if unsafe steps are enabled with the `allowUnsafeSteps` config property or the `--allow-unsafe` flag.",
|
|
1732
1727
|
"default": false
|
|
1733
1728
|
},
|
|
1734
1729
|
"outputs": {
|
|
@@ -2524,7 +2519,7 @@
|
|
|
2524
2519
|
},
|
|
2525
2520
|
"unsafe": {
|
|
2526
2521
|
"type": "boolean",
|
|
2527
|
-
"description": "Whether or not the
|
|
2522
|
+
"description": "Whether or not the step may be unsafe. Unsafe steps may perform actions that could modify the system or environment in unexpected ways. Unsafe steps are only performed within Docker containers or if unsafe steps are enabled with the `allowUnsafeSteps` config property or the `--allow-unsafe` flag.",
|
|
2528
2523
|
"default": false
|
|
2529
2524
|
},
|
|
2530
2525
|
"outputs": {
|
|
@@ -2681,7 +2676,7 @@
|
|
|
2681
2676
|
},
|
|
2682
2677
|
"unsafe": {
|
|
2683
2678
|
"type": "boolean",
|
|
2684
|
-
"description": "Whether or not the
|
|
2679
|
+
"description": "Whether or not the step may be unsafe. Unsafe steps may perform actions that could modify the system or environment in unexpected ways. Unsafe steps are only performed within Docker containers or if unsafe steps are enabled with the `allowUnsafeSteps` config property or the `--allow-unsafe` flag.",
|
|
2685
2680
|
"default": false
|
|
2686
2681
|
},
|
|
2687
2682
|
"outputs": {
|
|
@@ -3679,7 +3674,7 @@
|
|
|
3679
3674
|
},
|
|
3680
3675
|
"unsafe": {
|
|
3681
3676
|
"type": "boolean",
|
|
3682
|
-
"description": "Whether or not the
|
|
3677
|
+
"description": "Whether or not the step may be unsafe. Unsafe steps may perform actions that could modify the system or environment in unexpected ways. Unsafe steps are only performed within Docker containers or if unsafe steps are enabled with the `allowUnsafeSteps` config property or the `--allow-unsafe` flag.",
|
|
3683
3678
|
"default": false
|
|
3684
3679
|
},
|
|
3685
3680
|
"outputs": {
|
|
@@ -3981,7 +3976,7 @@
|
|
|
3981
3976
|
},
|
|
3982
3977
|
"unsafe": {
|
|
3983
3978
|
"type": "boolean",
|
|
3984
|
-
"description": "Whether or not the
|
|
3979
|
+
"description": "Whether or not the step may be unsafe. Unsafe steps may perform actions that could modify the system or environment in unexpected ways. Unsafe steps are only performed within Docker containers or if unsafe steps are enabled with the `allowUnsafeSteps` config property or the `--allow-unsafe` flag.",
|
|
3985
3980
|
"default": false
|
|
3986
3981
|
},
|
|
3987
3982
|
"outputs": {
|
|
@@ -4269,7 +4264,7 @@
|
|
|
4269
4264
|
},
|
|
4270
4265
|
"unsafe": {
|
|
4271
4266
|
"type": "boolean",
|
|
4272
|
-
"description": "Whether or not the
|
|
4267
|
+
"description": "Whether or not the step may be unsafe. Unsafe steps may perform actions that could modify the system or environment in unexpected ways. Unsafe steps are only performed within Docker containers or if unsafe steps are enabled with the `allowUnsafeSteps` config property or the `--allow-unsafe` flag.",
|
|
4273
4268
|
"default": false
|
|
4274
4269
|
},
|
|
4275
4270
|
"outputs": {
|
|
@@ -4485,7 +4480,7 @@
|
|
|
4485
4480
|
},
|
|
4486
4481
|
"unsafe": {
|
|
4487
4482
|
"type": "boolean",
|
|
4488
|
-
"description": "Whether or not the
|
|
4483
|
+
"description": "Whether or not the step may be unsafe. Unsafe steps may perform actions that could modify the system or environment in unexpected ways. Unsafe steps are only performed within Docker containers or if unsafe steps are enabled with the `allowUnsafeSteps` config property or the `--allow-unsafe` flag.",
|
|
4489
4484
|
"default": false
|
|
4490
4485
|
},
|
|
4491
4486
|
"outputs": {
|
|
@@ -4928,7 +4923,7 @@
|
|
|
4928
4923
|
},
|
|
4929
4924
|
"unsafe": {
|
|
4930
4925
|
"type": "boolean",
|
|
4931
|
-
"description": "Whether or not the
|
|
4926
|
+
"description": "Whether or not the step may be unsafe. Unsafe steps may perform actions that could modify the system or environment in unexpected ways. Unsafe steps are only performed within Docker containers or if unsafe steps are enabled with the `allowUnsafeSteps` config property or the `--allow-unsafe` flag.",
|
|
4932
4927
|
"default": false
|
|
4933
4928
|
},
|
|
4934
4929
|
"outputs": {
|
|
@@ -5095,7 +5090,7 @@
|
|
|
5095
5090
|
},
|
|
5096
5091
|
"unsafe": {
|
|
5097
5092
|
"type": "boolean",
|
|
5098
|
-
"description": "Whether or not the
|
|
5093
|
+
"description": "Whether or not the step may be unsafe. Unsafe steps may perform actions that could modify the system or environment in unexpected ways. Unsafe steps are only performed within Docker containers or if unsafe steps are enabled with the `allowUnsafeSteps` config property or the `--allow-unsafe` flag.",
|
|
5099
5094
|
"default": false
|
|
5100
5095
|
},
|
|
5101
5096
|
"outputs": {
|
|
@@ -5175,7 +5170,7 @@
|
|
|
5175
5170
|
},
|
|
5176
5171
|
"unsafe": {
|
|
5177
5172
|
"type": "boolean",
|
|
5178
|
-
"description": "Whether or not the
|
|
5173
|
+
"description": "Whether or not the step may be unsafe. Unsafe steps may perform actions that could modify the system or environment in unexpected ways. Unsafe steps are only performed within Docker containers or if unsafe steps are enabled with the `allowUnsafeSteps` config property or the `--allow-unsafe` flag.",
|
|
5179
5174
|
"default": false
|
|
5180
5175
|
},
|
|
5181
5176
|
"outputs": {
|
|
@@ -5250,7 +5245,7 @@
|
|
|
5250
5245
|
},
|
|
5251
5246
|
"unsafe": {
|
|
5252
5247
|
"type": "boolean",
|
|
5253
|
-
"description": "Whether or not the
|
|
5248
|
+
"description": "Whether or not the step may be unsafe. Unsafe steps may perform actions that could modify the system or environment in unexpected ways. Unsafe steps are only performed within Docker containers or if unsafe steps are enabled with the `allowUnsafeSteps` config property or the `--allow-unsafe` flag.",
|
|
5254
5249
|
"default": false
|
|
5255
5250
|
},
|
|
5256
5251
|
"outputs": {
|
|
@@ -5935,11 +5930,6 @@
|
|
|
5935
5930
|
]
|
|
5936
5931
|
}
|
|
5937
5932
|
},
|
|
5938
|
-
"unsafe": {
|
|
5939
|
-
"type": "boolean",
|
|
5940
|
-
"description": "Whether or not the test or step is may be unsafe. Unsafe tests and steps may perform actions that could modify the system or environment in unexpected ways. Tests that contain unsafe steps are only performed within Docker containers or if unsafe tests are enabled with the `allowUnsafeTests` config property or the `--unsafe` flag.",
|
|
5941
|
-
"default": false
|
|
5942
|
-
},
|
|
5943
5933
|
"steps": {
|
|
5944
5934
|
"description": "Steps to perform as part of the test. Performed in the sequence defined. If one or more actions fail, the test fails. By default, if a step fails, the test stops and the remaining steps are not executed.",
|
|
5945
5935
|
"type": "array",
|
|
@@ -5974,7 +5964,7 @@
|
|
|
5974
5964
|
},
|
|
5975
5965
|
"unsafe": {
|
|
5976
5966
|
"type": "boolean",
|
|
5977
|
-
"description": "Whether or not the
|
|
5967
|
+
"description": "Whether or not the step may be unsafe. Unsafe steps may perform actions that could modify the system or environment in unexpected ways. Unsafe steps are only performed within Docker containers or if unsafe steps are enabled with the `allowUnsafeSteps` config property or the `--allow-unsafe` flag.",
|
|
5978
5968
|
"default": false
|
|
5979
5969
|
},
|
|
5980
5970
|
"outputs": {
|
|
@@ -6021,7 +6011,7 @@
|
|
|
6021
6011
|
},
|
|
6022
6012
|
"unsafe": {
|
|
6023
6013
|
"type": "boolean",
|
|
6024
|
-
"description": "Whether or not the
|
|
6014
|
+
"description": "Whether or not the step may be unsafe. Unsafe steps may perform actions that could modify the system or environment in unexpected ways. Unsafe steps are only performed within Docker containers or if unsafe steps are enabled with the `allowUnsafeSteps` config property or the `--allow-unsafe` flag.",
|
|
6025
6015
|
"default": false
|
|
6026
6016
|
},
|
|
6027
6017
|
"outputs": {
|
|
@@ -6076,7 +6066,7 @@
|
|
|
6076
6066
|
},
|
|
6077
6067
|
"unsafe": {
|
|
6078
6068
|
"type": "boolean",
|
|
6079
|
-
"description": "Whether or not the
|
|
6069
|
+
"description": "Whether or not the step may be unsafe. Unsafe steps may perform actions that could modify the system or environment in unexpected ways. Unsafe steps are only performed within Docker containers or if unsafe steps are enabled with the `allowUnsafeSteps` config property or the `--allow-unsafe` flag.",
|
|
6080
6070
|
"default": false
|
|
6081
6071
|
},
|
|
6082
6072
|
"outputs": {
|
|
@@ -6287,7 +6277,7 @@
|
|
|
6287
6277
|
},
|
|
6288
6278
|
"unsafe": {
|
|
6289
6279
|
"type": "boolean",
|
|
6290
|
-
"description": "Whether or not the
|
|
6280
|
+
"description": "Whether or not the step may be unsafe. Unsafe steps may perform actions that could modify the system or environment in unexpected ways. Unsafe steps are only performed within Docker containers or if unsafe steps are enabled with the `allowUnsafeSteps` config property or the `--allow-unsafe` flag.",
|
|
6291
6281
|
"default": false
|
|
6292
6282
|
},
|
|
6293
6283
|
"outputs": {
|
|
@@ -6469,7 +6459,7 @@
|
|
|
6469
6459
|
},
|
|
6470
6460
|
"unsafe": {
|
|
6471
6461
|
"type": "boolean",
|
|
6472
|
-
"description": "Whether or not the
|
|
6462
|
+
"description": "Whether or not the step may be unsafe. Unsafe steps may perform actions that could modify the system or environment in unexpected ways. Unsafe steps are only performed within Docker containers or if unsafe steps are enabled with the `allowUnsafeSteps` config property or the `--allow-unsafe` flag.",
|
|
6473
6463
|
"default": false
|
|
6474
6464
|
},
|
|
6475
6465
|
"outputs": {
|
|
@@ -7265,7 +7255,7 @@
|
|
|
7265
7255
|
},
|
|
7266
7256
|
"unsafe": {
|
|
7267
7257
|
"type": "boolean",
|
|
7268
|
-
"description": "Whether or not the
|
|
7258
|
+
"description": "Whether or not the step may be unsafe. Unsafe steps may perform actions that could modify the system or environment in unexpected ways. Unsafe steps are only performed within Docker containers or if unsafe steps are enabled with the `allowUnsafeSteps` config property or the `--allow-unsafe` flag.",
|
|
7269
7259
|
"default": false
|
|
7270
7260
|
},
|
|
7271
7261
|
"outputs": {
|
|
@@ -7422,7 +7412,7 @@
|
|
|
7422
7412
|
},
|
|
7423
7413
|
"unsafe": {
|
|
7424
7414
|
"type": "boolean",
|
|
7425
|
-
"description": "Whether or not the
|
|
7415
|
+
"description": "Whether or not the step may be unsafe. Unsafe steps may perform actions that could modify the system or environment in unexpected ways. Unsafe steps are only performed within Docker containers or if unsafe steps are enabled with the `allowUnsafeSteps` config property or the `--allow-unsafe` flag.",
|
|
7426
7416
|
"default": false
|
|
7427
7417
|
},
|
|
7428
7418
|
"outputs": {
|
|
@@ -8420,7 +8410,7 @@
|
|
|
8420
8410
|
},
|
|
8421
8411
|
"unsafe": {
|
|
8422
8412
|
"type": "boolean",
|
|
8423
|
-
"description": "Whether or not the
|
|
8413
|
+
"description": "Whether or not the step may be unsafe. Unsafe steps may perform actions that could modify the system or environment in unexpected ways. Unsafe steps are only performed within Docker containers or if unsafe steps are enabled with the `allowUnsafeSteps` config property or the `--allow-unsafe` flag.",
|
|
8424
8414
|
"default": false
|
|
8425
8415
|
},
|
|
8426
8416
|
"outputs": {
|
|
@@ -8722,7 +8712,7 @@
|
|
|
8722
8712
|
},
|
|
8723
8713
|
"unsafe": {
|
|
8724
8714
|
"type": "boolean",
|
|
8725
|
-
"description": "Whether or not the
|
|
8715
|
+
"description": "Whether or not the step may be unsafe. Unsafe steps may perform actions that could modify the system or environment in unexpected ways. Unsafe steps are only performed within Docker containers or if unsafe steps are enabled with the `allowUnsafeSteps` config property or the `--allow-unsafe` flag.",
|
|
8726
8716
|
"default": false
|
|
8727
8717
|
},
|
|
8728
8718
|
"outputs": {
|
|
@@ -9010,7 +9000,7 @@
|
|
|
9010
9000
|
},
|
|
9011
9001
|
"unsafe": {
|
|
9012
9002
|
"type": "boolean",
|
|
9013
|
-
"description": "Whether or not the
|
|
9003
|
+
"description": "Whether or not the step may be unsafe. Unsafe steps may perform actions that could modify the system or environment in unexpected ways. Unsafe steps are only performed within Docker containers or if unsafe steps are enabled with the `allowUnsafeSteps` config property or the `--allow-unsafe` flag.",
|
|
9014
9004
|
"default": false
|
|
9015
9005
|
},
|
|
9016
9006
|
"outputs": {
|
|
@@ -9226,7 +9216,7 @@
|
|
|
9226
9216
|
},
|
|
9227
9217
|
"unsafe": {
|
|
9228
9218
|
"type": "boolean",
|
|
9229
|
-
"description": "Whether or not the
|
|
9219
|
+
"description": "Whether or not the step may be unsafe. Unsafe steps may perform actions that could modify the system or environment in unexpected ways. Unsafe steps are only performed within Docker containers or if unsafe steps are enabled with the `allowUnsafeSteps` config property or the `--allow-unsafe` flag.",
|
|
9230
9220
|
"default": false
|
|
9231
9221
|
},
|
|
9232
9222
|
"outputs": {
|
|
@@ -9669,7 +9659,7 @@
|
|
|
9669
9659
|
},
|
|
9670
9660
|
"unsafe": {
|
|
9671
9661
|
"type": "boolean",
|
|
9672
|
-
"description": "Whether or not the
|
|
9662
|
+
"description": "Whether or not the step may be unsafe. Unsafe steps may perform actions that could modify the system or environment in unexpected ways. Unsafe steps are only performed within Docker containers or if unsafe steps are enabled with the `allowUnsafeSteps` config property or the `--allow-unsafe` flag.",
|
|
9673
9663
|
"default": false
|
|
9674
9664
|
},
|
|
9675
9665
|
"outputs": {
|
|
@@ -9836,7 +9826,7 @@
|
|
|
9836
9826
|
},
|
|
9837
9827
|
"unsafe": {
|
|
9838
9828
|
"type": "boolean",
|
|
9839
|
-
"description": "Whether or not the
|
|
9829
|
+
"description": "Whether or not the step may be unsafe. Unsafe steps may perform actions that could modify the system or environment in unexpected ways. Unsafe steps are only performed within Docker containers or if unsafe steps are enabled with the `allowUnsafeSteps` config property or the `--allow-unsafe` flag.",
|
|
9840
9830
|
"default": false
|
|
9841
9831
|
},
|
|
9842
9832
|
"outputs": {
|
|
@@ -9916,7 +9906,7 @@
|
|
|
9916
9906
|
},
|
|
9917
9907
|
"unsafe": {
|
|
9918
9908
|
"type": "boolean",
|
|
9919
|
-
"description": "Whether or not the
|
|
9909
|
+
"description": "Whether or not the step may be unsafe. Unsafe steps may perform actions that could modify the system or environment in unexpected ways. Unsafe steps are only performed within Docker containers or if unsafe steps are enabled with the `allowUnsafeSteps` config property or the `--allow-unsafe` flag.",
|
|
9920
9910
|
"default": false
|
|
9921
9911
|
},
|
|
9922
9912
|
"outputs": {
|
|
@@ -9991,7 +9981,7 @@
|
|
|
9991
9981
|
},
|
|
9992
9982
|
"unsafe": {
|
|
9993
9983
|
"type": "boolean",
|
|
9994
|
-
"description": "Whether or not the
|
|
9984
|
+
"description": "Whether or not the step may be unsafe. Unsafe steps may perform actions that could modify the system or environment in unexpected ways. Unsafe steps are only performed within Docker containers or if unsafe steps are enabled with the `allowUnsafeSteps` config property or the `--allow-unsafe` flag.",
|
|
9995
9985
|
"default": false
|
|
9996
9986
|
},
|
|
9997
9987
|
"outputs": {
|
|
@@ -10664,7 +10654,6 @@
|
|
|
10664
10654
|
"description": "This test includes every property across all actions.",
|
|
10665
10655
|
"before": "setup.json",
|
|
10666
10656
|
"after": "cleanup.json",
|
|
10667
|
-
"unsafe": true,
|
|
10668
10657
|
"runOn": [
|
|
10669
10658
|
{
|
|
10670
10659
|
"platforms": [
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
"unsafe": {
|
|
30
30
|
"type": "boolean",
|
|
31
|
-
"description": "Whether or not the
|
|
31
|
+
"description": "Whether or not the step may be unsafe. Unsafe steps may perform actions that could modify the system or environment in unexpected ways. Unsafe steps are only performed within Docker containers or if unsafe steps are enabled with the `allowUnsafeSteps` config property or the `--allow-unsafe` flag.",
|
|
32
32
|
"default": false
|
|
33
33
|
},
|
|
34
34
|
"outputs": {
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
},
|
|
76
76
|
"unsafe": {
|
|
77
77
|
"type": "boolean",
|
|
78
|
-
"description": "Whether or not the
|
|
78
|
+
"description": "Whether or not the step may be unsafe. Unsafe steps may perform actions that could modify the system or environment in unexpected ways. Unsafe steps are only performed within Docker containers or if unsafe steps are enabled with the `allowUnsafeSteps` config property or the `--allow-unsafe` flag.",
|
|
79
79
|
"default": false
|
|
80
80
|
},
|
|
81
81
|
"outputs": {
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
},
|
|
131
131
|
"unsafe": {
|
|
132
132
|
"type": "boolean",
|
|
133
|
-
"description": "Whether or not the
|
|
133
|
+
"description": "Whether or not the step may be unsafe. Unsafe steps may perform actions that could modify the system or environment in unexpected ways. Unsafe steps are only performed within Docker containers or if unsafe steps are enabled with the `allowUnsafeSteps` config property or the `--allow-unsafe` flag.",
|
|
134
134
|
"default": false
|
|
135
135
|
},
|
|
136
136
|
"outputs": {
|
|
@@ -341,7 +341,7 @@
|
|
|
341
341
|
},
|
|
342
342
|
"unsafe": {
|
|
343
343
|
"type": "boolean",
|
|
344
|
-
"description": "Whether or not the
|
|
344
|
+
"description": "Whether or not the step may be unsafe. Unsafe steps may perform actions that could modify the system or environment in unexpected ways. Unsafe steps are only performed within Docker containers or if unsafe steps are enabled with the `allowUnsafeSteps` config property or the `--allow-unsafe` flag.",
|
|
345
345
|
"default": false
|
|
346
346
|
},
|
|
347
347
|
"outputs": {
|
|
@@ -523,7 +523,7 @@
|
|
|
523
523
|
},
|
|
524
524
|
"unsafe": {
|
|
525
525
|
"type": "boolean",
|
|
526
|
-
"description": "Whether or not the
|
|
526
|
+
"description": "Whether or not the step may be unsafe. Unsafe steps may perform actions that could modify the system or environment in unexpected ways. Unsafe steps are only performed within Docker containers or if unsafe steps are enabled with the `allowUnsafeSteps` config property or the `--allow-unsafe` flag.",
|
|
527
527
|
"default": false
|
|
528
528
|
},
|
|
529
529
|
"outputs": {
|
|
@@ -1319,7 +1319,7 @@
|
|
|
1319
1319
|
},
|
|
1320
1320
|
"unsafe": {
|
|
1321
1321
|
"type": "boolean",
|
|
1322
|
-
"description": "Whether or not the
|
|
1322
|
+
"description": "Whether or not the step may be unsafe. Unsafe steps may perform actions that could modify the system or environment in unexpected ways. Unsafe steps are only performed within Docker containers or if unsafe steps are enabled with the `allowUnsafeSteps` config property or the `--allow-unsafe` flag.",
|
|
1323
1323
|
"default": false
|
|
1324
1324
|
},
|
|
1325
1325
|
"outputs": {
|
|
@@ -1476,7 +1476,7 @@
|
|
|
1476
1476
|
},
|
|
1477
1477
|
"unsafe": {
|
|
1478
1478
|
"type": "boolean",
|
|
1479
|
-
"description": "Whether or not the
|
|
1479
|
+
"description": "Whether or not the step may be unsafe. Unsafe steps may perform actions that could modify the system or environment in unexpected ways. Unsafe steps are only performed within Docker containers or if unsafe steps are enabled with the `allowUnsafeSteps` config property or the `--allow-unsafe` flag.",
|
|
1480
1480
|
"default": false
|
|
1481
1481
|
},
|
|
1482
1482
|
"outputs": {
|
|
@@ -2474,7 +2474,7 @@
|
|
|
2474
2474
|
},
|
|
2475
2475
|
"unsafe": {
|
|
2476
2476
|
"type": "boolean",
|
|
2477
|
-
"description": "Whether or not the
|
|
2477
|
+
"description": "Whether or not the step may be unsafe. Unsafe steps may perform actions that could modify the system or environment in unexpected ways. Unsafe steps are only performed within Docker containers or if unsafe steps are enabled with the `allowUnsafeSteps` config property or the `--allow-unsafe` flag.",
|
|
2478
2478
|
"default": false
|
|
2479
2479
|
},
|
|
2480
2480
|
"outputs": {
|
|
@@ -2776,7 +2776,7 @@
|
|
|
2776
2776
|
},
|
|
2777
2777
|
"unsafe": {
|
|
2778
2778
|
"type": "boolean",
|
|
2779
|
-
"description": "Whether or not the
|
|
2779
|
+
"description": "Whether or not the step may be unsafe. Unsafe steps may perform actions that could modify the system or environment in unexpected ways. Unsafe steps are only performed within Docker containers or if unsafe steps are enabled with the `allowUnsafeSteps` config property or the `--allow-unsafe` flag.",
|
|
2780
2780
|
"default": false
|
|
2781
2781
|
},
|
|
2782
2782
|
"outputs": {
|
|
@@ -3064,7 +3064,7 @@
|
|
|
3064
3064
|
},
|
|
3065
3065
|
"unsafe": {
|
|
3066
3066
|
"type": "boolean",
|
|
3067
|
-
"description": "Whether or not the
|
|
3067
|
+
"description": "Whether or not the step may be unsafe. Unsafe steps may perform actions that could modify the system or environment in unexpected ways. Unsafe steps are only performed within Docker containers or if unsafe steps are enabled with the `allowUnsafeSteps` config property or the `--allow-unsafe` flag.",
|
|
3068
3068
|
"default": false
|
|
3069
3069
|
},
|
|
3070
3070
|
"outputs": {
|
|
@@ -3280,7 +3280,7 @@
|
|
|
3280
3280
|
},
|
|
3281
3281
|
"unsafe": {
|
|
3282
3282
|
"type": "boolean",
|
|
3283
|
-
"description": "Whether or not the
|
|
3283
|
+
"description": "Whether or not the step may be unsafe. Unsafe steps may perform actions that could modify the system or environment in unexpected ways. Unsafe steps are only performed within Docker containers or if unsafe steps are enabled with the `allowUnsafeSteps` config property or the `--allow-unsafe` flag.",
|
|
3284
3284
|
"default": false
|
|
3285
3285
|
},
|
|
3286
3286
|
"outputs": {
|
|
@@ -3723,7 +3723,7 @@
|
|
|
3723
3723
|
},
|
|
3724
3724
|
"unsafe": {
|
|
3725
3725
|
"type": "boolean",
|
|
3726
|
-
"description": "Whether or not the
|
|
3726
|
+
"description": "Whether or not the step may be unsafe. Unsafe steps may perform actions that could modify the system or environment in unexpected ways. Unsafe steps are only performed within Docker containers or if unsafe steps are enabled with the `allowUnsafeSteps` config property or the `--allow-unsafe` flag.",
|
|
3727
3727
|
"default": false
|
|
3728
3728
|
},
|
|
3729
3729
|
"outputs": {
|
|
@@ -3890,7 +3890,7 @@
|
|
|
3890
3890
|
},
|
|
3891
3891
|
"unsafe": {
|
|
3892
3892
|
"type": "boolean",
|
|
3893
|
-
"description": "Whether or not the
|
|
3893
|
+
"description": "Whether or not the step may be unsafe. Unsafe steps may perform actions that could modify the system or environment in unexpected ways. Unsafe steps are only performed within Docker containers or if unsafe steps are enabled with the `allowUnsafeSteps` config property or the `--allow-unsafe` flag.",
|
|
3894
3894
|
"default": false
|
|
3895
3895
|
},
|
|
3896
3896
|
"outputs": {
|
|
@@ -3970,7 +3970,7 @@
|
|
|
3970
3970
|
},
|
|
3971
3971
|
"unsafe": {
|
|
3972
3972
|
"type": "boolean",
|
|
3973
|
-
"description": "Whether or not the
|
|
3973
|
+
"description": "Whether or not the step may be unsafe. Unsafe steps may perform actions that could modify the system or environment in unexpected ways. Unsafe steps are only performed within Docker containers or if unsafe steps are enabled with the `allowUnsafeSteps` config property or the `--allow-unsafe` flag.",
|
|
3974
3974
|
"default": false
|
|
3975
3975
|
},
|
|
3976
3976
|
"outputs": {
|
|
@@ -4045,7 +4045,7 @@
|
|
|
4045
4045
|
},
|
|
4046
4046
|
"unsafe": {
|
|
4047
4047
|
"type": "boolean",
|
|
4048
|
-
"description": "Whether or not the
|
|
4048
|
+
"description": "Whether or not the step may be unsafe. Unsafe steps may perform actions that could modify the system or environment in unexpected ways. Unsafe steps are only performed within Docker containers or if unsafe steps are enabled with the `allowUnsafeSteps` config property or the `--allow-unsafe` flag.",
|
|
4049
4049
|
"default": false
|
|
4050
4050
|
},
|
|
4051
4051
|
"outputs": {
|