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.
@@ -16,11 +16,6 @@
16
16
  "type": "string",
17
17
  "description": "Path to the content that the test is associated with."
18
18
  },
19
- "unsafe": {
20
- "type": "boolean",
21
- "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.",
22
- "default": false
23
- },
24
19
  "detectSteps": {
25
20
  "type": "boolean",
26
21
  "description": "Whether or not to detect steps in input files based on markup regex.",
@@ -632,7 +627,7 @@
632
627
  },
633
628
  "unsafe": {
634
629
  "type": "boolean",
635
- "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.",
630
+ "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.",
636
631
  "default": false
637
632
  },
638
633
  "outputs": {
@@ -679,7 +674,7 @@
679
674
  },
680
675
  "unsafe": {
681
676
  "type": "boolean",
682
- "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.",
677
+ "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.",
683
678
  "default": false
684
679
  },
685
680
  "outputs": {
@@ -734,7 +729,7 @@
734
729
  },
735
730
  "unsafe": {
736
731
  "type": "boolean",
737
- "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.",
732
+ "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.",
738
733
  "default": false
739
734
  },
740
735
  "outputs": {
@@ -945,7 +940,7 @@
945
940
  },
946
941
  "unsafe": {
947
942
  "type": "boolean",
948
- "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.",
943
+ "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.",
949
944
  "default": false
950
945
  },
951
946
  "outputs": {
@@ -1127,7 +1122,7 @@
1127
1122
  },
1128
1123
  "unsafe": {
1129
1124
  "type": "boolean",
1130
- "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.",
1125
+ "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.",
1131
1126
  "default": false
1132
1127
  },
1133
1128
  "outputs": {
@@ -1923,7 +1918,7 @@
1923
1918
  },
1924
1919
  "unsafe": {
1925
1920
  "type": "boolean",
1926
- "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.",
1921
+ "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.",
1927
1922
  "default": false
1928
1923
  },
1929
1924
  "outputs": {
@@ -2080,7 +2075,7 @@
2080
2075
  },
2081
2076
  "unsafe": {
2082
2077
  "type": "boolean",
2083
- "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.",
2078
+ "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.",
2084
2079
  "default": false
2085
2080
  },
2086
2081
  "outputs": {
@@ -3078,7 +3073,7 @@
3078
3073
  },
3079
3074
  "unsafe": {
3080
3075
  "type": "boolean",
3081
- "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.",
3076
+ "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.",
3082
3077
  "default": false
3083
3078
  },
3084
3079
  "outputs": {
@@ -3380,7 +3375,7 @@
3380
3375
  },
3381
3376
  "unsafe": {
3382
3377
  "type": "boolean",
3383
- "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.",
3378
+ "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.",
3384
3379
  "default": false
3385
3380
  },
3386
3381
  "outputs": {
@@ -3668,7 +3663,7 @@
3668
3663
  },
3669
3664
  "unsafe": {
3670
3665
  "type": "boolean",
3671
- "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.",
3666
+ "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.",
3672
3667
  "default": false
3673
3668
  },
3674
3669
  "outputs": {
@@ -3884,7 +3879,7 @@
3884
3879
  },
3885
3880
  "unsafe": {
3886
3881
  "type": "boolean",
3887
- "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.",
3882
+ "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.",
3888
3883
  "default": false
3889
3884
  },
3890
3885
  "outputs": {
@@ -4327,7 +4322,7 @@
4327
4322
  },
4328
4323
  "unsafe": {
4329
4324
  "type": "boolean",
4330
- "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.",
4325
+ "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.",
4331
4326
  "default": false
4332
4327
  },
4333
4328
  "outputs": {
@@ -4494,7 +4489,7 @@
4494
4489
  },
4495
4490
  "unsafe": {
4496
4491
  "type": "boolean",
4497
- "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.",
4492
+ "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.",
4498
4493
  "default": false
4499
4494
  },
4500
4495
  "outputs": {
@@ -4574,7 +4569,7 @@
4574
4569
  },
4575
4570
  "unsafe": {
4576
4571
  "type": "boolean",
4577
- "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.",
4572
+ "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.",
4578
4573
  "default": false
4579
4574
  },
4580
4575
  "outputs": {
@@ -4649,7 +4644,7 @@
4649
4644
  },
4650
4645
  "unsafe": {
4651
4646
  "type": "boolean",
4652
- "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.",
4647
+ "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.",
4653
4648
  "default": false
4654
4649
  },
4655
4650
  "outputs": {
@@ -5334,11 +5329,6 @@
5334
5329
  ]
5335
5330
  }
5336
5331
  },
5337
- "unsafe": {
5338
- "type": "boolean",
5339
- "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.",
5340
- "default": false
5341
- },
5342
5332
  "steps": {
5343
5333
  "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.",
5344
5334
  "type": "array",
@@ -5373,7 +5363,7 @@
5373
5363
  },
5374
5364
  "unsafe": {
5375
5365
  "type": "boolean",
5376
- "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.",
5366
+ "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.",
5377
5367
  "default": false
5378
5368
  },
5379
5369
  "outputs": {
@@ -5420,7 +5410,7 @@
5420
5410
  },
5421
5411
  "unsafe": {
5422
5412
  "type": "boolean",
5423
- "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.",
5413
+ "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.",
5424
5414
  "default": false
5425
5415
  },
5426
5416
  "outputs": {
@@ -5475,7 +5465,7 @@
5475
5465
  },
5476
5466
  "unsafe": {
5477
5467
  "type": "boolean",
5478
- "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.",
5468
+ "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.",
5479
5469
  "default": false
5480
5470
  },
5481
5471
  "outputs": {
@@ -5686,7 +5676,7 @@
5686
5676
  },
5687
5677
  "unsafe": {
5688
5678
  "type": "boolean",
5689
- "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.",
5679
+ "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.",
5690
5680
  "default": false
5691
5681
  },
5692
5682
  "outputs": {
@@ -5868,7 +5858,7 @@
5868
5858
  },
5869
5859
  "unsafe": {
5870
5860
  "type": "boolean",
5871
- "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.",
5861
+ "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.",
5872
5862
  "default": false
5873
5863
  },
5874
5864
  "outputs": {
@@ -6664,7 +6654,7 @@
6664
6654
  },
6665
6655
  "unsafe": {
6666
6656
  "type": "boolean",
6667
- "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.",
6657
+ "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.",
6668
6658
  "default": false
6669
6659
  },
6670
6660
  "outputs": {
@@ -6821,7 +6811,7 @@
6821
6811
  },
6822
6812
  "unsafe": {
6823
6813
  "type": "boolean",
6824
- "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.",
6814
+ "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.",
6825
6815
  "default": false
6826
6816
  },
6827
6817
  "outputs": {
@@ -7819,7 +7809,7 @@
7819
7809
  },
7820
7810
  "unsafe": {
7821
7811
  "type": "boolean",
7822
- "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.",
7812
+ "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.",
7823
7813
  "default": false
7824
7814
  },
7825
7815
  "outputs": {
@@ -8121,7 +8111,7 @@
8121
8111
  },
8122
8112
  "unsafe": {
8123
8113
  "type": "boolean",
8124
- "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.",
8114
+ "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.",
8125
8115
  "default": false
8126
8116
  },
8127
8117
  "outputs": {
@@ -8409,7 +8399,7 @@
8409
8399
  },
8410
8400
  "unsafe": {
8411
8401
  "type": "boolean",
8412
- "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.",
8402
+ "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.",
8413
8403
  "default": false
8414
8404
  },
8415
8405
  "outputs": {
@@ -8625,7 +8615,7 @@
8625
8615
  },
8626
8616
  "unsafe": {
8627
8617
  "type": "boolean",
8628
- "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.",
8618
+ "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.",
8629
8619
  "default": false
8630
8620
  },
8631
8621
  "outputs": {
@@ -9068,7 +9058,7 @@
9068
9058
  },
9069
9059
  "unsafe": {
9070
9060
  "type": "boolean",
9071
- "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.",
9061
+ "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.",
9072
9062
  "default": false
9073
9063
  },
9074
9064
  "outputs": {
@@ -9235,7 +9225,7 @@
9235
9225
  },
9236
9226
  "unsafe": {
9237
9227
  "type": "boolean",
9238
- "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.",
9228
+ "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.",
9239
9229
  "default": false
9240
9230
  },
9241
9231
  "outputs": {
@@ -9315,7 +9305,7 @@
9315
9305
  },
9316
9306
  "unsafe": {
9317
9307
  "type": "boolean",
9318
- "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.",
9308
+ "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.",
9319
9309
  "default": false
9320
9310
  },
9321
9311
  "outputs": {
@@ -9390,7 +9380,7 @@
9390
9380
  },
9391
9381
  "unsafe": {
9392
9382
  "type": "boolean",
9393
- "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.",
9383
+ "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.",
9394
9384
  "default": false
9395
9385
  },
9396
9386
  "outputs": {
@@ -10063,7 +10053,6 @@
10063
10053
  "description": "This test includes every property across all actions.",
10064
10054
  "before": "setup.json",
10065
10055
  "after": "cleanup.json",
10066
- "unsafe": true,
10067
10056
  "runOn": [
10068
10057
  {
10069
10058
  "platforms": [