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.
@@ -117,9 +117,9 @@
117
117
  "description": "Whether or not to detect steps in input files based on defined markup.",
118
118
  "default": true
119
119
  },
120
- "allowUnsafeTests": {
120
+ "allowUnsafeSteps": {
121
121
  "type": "boolean",
122
- "description": "Whether or not to run potentially unsafe tests, such as those that execute shell commands or run code."
122
+ "description": "Whether or not to run potentially unsafe steps, such as those that might modify files or system state."
123
123
  },
124
124
  "logLevel": {
125
125
  "description": "Amount of detail to output when performing an operation.",
@@ -797,7 +797,7 @@
797
797
  },
798
798
  "unsafe": {
799
799
  "type": "boolean",
800
- "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.",
800
+ "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.",
801
801
  "default": false
802
802
  },
803
803
  "outputs": {
@@ -844,7 +844,7 @@
844
844
  },
845
845
  "unsafe": {
846
846
  "type": "boolean",
847
- "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.",
847
+ "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.",
848
848
  "default": false
849
849
  },
850
850
  "outputs": {
@@ -899,7 +899,7 @@
899
899
  },
900
900
  "unsafe": {
901
901
  "type": "boolean",
902
- "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.",
902
+ "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.",
903
903
  "default": false
904
904
  },
905
905
  "outputs": {
@@ -1110,7 +1110,7 @@
1110
1110
  },
1111
1111
  "unsafe": {
1112
1112
  "type": "boolean",
1113
- "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.",
1113
+ "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.",
1114
1114
  "default": false
1115
1115
  },
1116
1116
  "outputs": {
@@ -1292,7 +1292,7 @@
1292
1292
  },
1293
1293
  "unsafe": {
1294
1294
  "type": "boolean",
1295
- "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.",
1295
+ "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.",
1296
1296
  "default": false
1297
1297
  },
1298
1298
  "outputs": {
@@ -2088,7 +2088,7 @@
2088
2088
  },
2089
2089
  "unsafe": {
2090
2090
  "type": "boolean",
2091
- "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.",
2091
+ "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.",
2092
2092
  "default": false
2093
2093
  },
2094
2094
  "outputs": {
@@ -2245,7 +2245,7 @@
2245
2245
  },
2246
2246
  "unsafe": {
2247
2247
  "type": "boolean",
2248
- "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.",
2248
+ "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.",
2249
2249
  "default": false
2250
2250
  },
2251
2251
  "outputs": {
@@ -3243,7 +3243,7 @@
3243
3243
  },
3244
3244
  "unsafe": {
3245
3245
  "type": "boolean",
3246
- "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.",
3246
+ "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.",
3247
3247
  "default": false
3248
3248
  },
3249
3249
  "outputs": {
@@ -3545,7 +3545,7 @@
3545
3545
  },
3546
3546
  "unsafe": {
3547
3547
  "type": "boolean",
3548
- "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.",
3548
+ "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.",
3549
3549
  "default": false
3550
3550
  },
3551
3551
  "outputs": {
@@ -3833,7 +3833,7 @@
3833
3833
  },
3834
3834
  "unsafe": {
3835
3835
  "type": "boolean",
3836
- "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.",
3836
+ "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.",
3837
3837
  "default": false
3838
3838
  },
3839
3839
  "outputs": {
@@ -4049,7 +4049,7 @@
4049
4049
  },
4050
4050
  "unsafe": {
4051
4051
  "type": "boolean",
4052
- "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.",
4052
+ "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.",
4053
4053
  "default": false
4054
4054
  },
4055
4055
  "outputs": {
@@ -4492,7 +4492,7 @@
4492
4492
  },
4493
4493
  "unsafe": {
4494
4494
  "type": "boolean",
4495
- "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.",
4495
+ "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.",
4496
4496
  "default": false
4497
4497
  },
4498
4498
  "outputs": {
@@ -4659,7 +4659,7 @@
4659
4659
  },
4660
4660
  "unsafe": {
4661
4661
  "type": "boolean",
4662
- "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.",
4662
+ "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.",
4663
4663
  "default": false
4664
4664
  },
4665
4665
  "outputs": {
@@ -4739,7 +4739,7 @@
4739
4739
  },
4740
4740
  "unsafe": {
4741
4741
  "type": "boolean",
4742
- "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.",
4742
+ "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.",
4743
4743
  "default": false
4744
4744
  },
4745
4745
  "outputs": {
@@ -4814,7 +4814,7 @@
4814
4814
  },
4815
4815
  "unsafe": {
4816
4816
  "type": "boolean",
4817
- "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.",
4817
+ "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.",
4818
4818
  "default": false
4819
4819
  },
4820
4820
  "outputs": {
@@ -5921,7 +5921,7 @@
5921
5921
  },
5922
5922
  "unsafe": {
5923
5923
  "type": "boolean",
5924
- "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.",
5924
+ "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.",
5925
5925
  "default": false
5926
5926
  },
5927
5927
  "outputs": {
@@ -5968,7 +5968,7 @@
5968
5968
  },
5969
5969
  "unsafe": {
5970
5970
  "type": "boolean",
5971
- "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.",
5971
+ "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.",
5972
5972
  "default": false
5973
5973
  },
5974
5974
  "outputs": {
@@ -6023,7 +6023,7 @@
6023
6023
  },
6024
6024
  "unsafe": {
6025
6025
  "type": "boolean",
6026
- "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.",
6026
+ "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.",
6027
6027
  "default": false
6028
6028
  },
6029
6029
  "outputs": {
@@ -6234,7 +6234,7 @@
6234
6234
  },
6235
6235
  "unsafe": {
6236
6236
  "type": "boolean",
6237
- "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.",
6237
+ "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.",
6238
6238
  "default": false
6239
6239
  },
6240
6240
  "outputs": {
@@ -6416,7 +6416,7 @@
6416
6416
  },
6417
6417
  "unsafe": {
6418
6418
  "type": "boolean",
6419
- "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.",
6419
+ "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.",
6420
6420
  "default": false
6421
6421
  },
6422
6422
  "outputs": {
@@ -7212,7 +7212,7 @@
7212
7212
  },
7213
7213
  "unsafe": {
7214
7214
  "type": "boolean",
7215
- "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.",
7215
+ "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.",
7216
7216
  "default": false
7217
7217
  },
7218
7218
  "outputs": {
@@ -7369,7 +7369,7 @@
7369
7369
  },
7370
7370
  "unsafe": {
7371
7371
  "type": "boolean",
7372
- "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.",
7372
+ "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.",
7373
7373
  "default": false
7374
7374
  },
7375
7375
  "outputs": {
@@ -8367,7 +8367,7 @@
8367
8367
  },
8368
8368
  "unsafe": {
8369
8369
  "type": "boolean",
8370
- "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.",
8370
+ "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.",
8371
8371
  "default": false
8372
8372
  },
8373
8373
  "outputs": {
@@ -8669,7 +8669,7 @@
8669
8669
  },
8670
8670
  "unsafe": {
8671
8671
  "type": "boolean",
8672
- "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.",
8672
+ "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.",
8673
8673
  "default": false
8674
8674
  },
8675
8675
  "outputs": {
@@ -8957,7 +8957,7 @@
8957
8957
  },
8958
8958
  "unsafe": {
8959
8959
  "type": "boolean",
8960
- "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.",
8960
+ "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.",
8961
8961
  "default": false
8962
8962
  },
8963
8963
  "outputs": {
@@ -9173,7 +9173,7 @@
9173
9173
  },
9174
9174
  "unsafe": {
9175
9175
  "type": "boolean",
9176
- "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.",
9176
+ "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.",
9177
9177
  "default": false
9178
9178
  },
9179
9179
  "outputs": {
@@ -9616,7 +9616,7 @@
9616
9616
  },
9617
9617
  "unsafe": {
9618
9618
  "type": "boolean",
9619
- "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.",
9619
+ "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.",
9620
9620
  "default": false
9621
9621
  },
9622
9622
  "outputs": {
@@ -9783,7 +9783,7 @@
9783
9783
  },
9784
9784
  "unsafe": {
9785
9785
  "type": "boolean",
9786
- "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.",
9786
+ "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.",
9787
9787
  "default": false
9788
9788
  },
9789
9789
  "outputs": {
@@ -9863,7 +9863,7 @@
9863
9863
  },
9864
9864
  "unsafe": {
9865
9865
  "type": "boolean",
9866
- "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.",
9866
+ "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.",
9867
9867
  "default": false
9868
9868
  },
9869
9869
  "outputs": {
@@ -9938,7 +9938,7 @@
9938
9938
  },
9939
9939
  "unsafe": {
9940
9940
  "type": "boolean",
9941
- "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.",
9941
+ "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.",
9942
9942
  "default": false
9943
9943
  },
9944
9944
  "outputs": {