@nail00749/agent-gvozd 0.1.8 → 0.2.0

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.
@@ -11,20 +11,1969 @@
11
11
  "modern-web-guidance",
12
12
  "make-interfaces-feel-better"
13
13
  ],
14
- "mcp": ["context7"],
14
+ "mcp": [
15
+ "context7"
16
+ ],
15
17
  "permissions": [
16
- { "action": "subagent", "resource": "*", "effect": "deny" },
17
- { "action": "playwright_*", "resource": "*", "effect": "ask" },
18
- { "action": "playwright_browser_get_config", "resource": "*", "effect": "allow" },
19
- { "action": "playwright_browser_snapshot", "resource": "*", "effect": "allow" },
20
- { "action": "playwright_browser_take_screenshot", "resource": "*", "effect": "allow" },
21
- { "action": "playwright_browser_console_messages", "resource": "*", "effect": "allow" },
22
- { "action": "playwright_browser_network_requests", "resource": "*", "effect": "allow" },
23
- { "action": "playwright_browser_tabs", "resource": "*", "effect": "allow" },
24
- { "action": "playwright_browser_find", "resource": "*", "effect": "allow" },
25
- { "action": "playwright_browser_generate_locator", "resource": "*", "effect": "allow" },
26
- { "action": "playwright_browser_verify_*", "resource": "*", "effect": "allow" },
27
- { "action": "playwright_browser_run_code_unsafe", "resource": "*", "effect": "deny" },
28
- { "action": "browser", "resource": "*", "effect": "deny" }
18
+ {
19
+ "action": "subagent",
20
+ "resource": "*",
21
+ "effect": "deny"
22
+ },
23
+ {
24
+ "action": "playwright_*",
25
+ "resource": "*",
26
+ "effect": "ask"
27
+ },
28
+ {
29
+ "action": "playwright_browser_get_config",
30
+ "resource": "*",
31
+ "effect": "allow"
32
+ },
33
+ {
34
+ "action": "playwright_browser_snapshot",
35
+ "resource": "*",
36
+ "effect": "allow"
37
+ },
38
+ {
39
+ "action": "playwright_browser_take_screenshot",
40
+ "resource": "*",
41
+ "effect": "allow"
42
+ },
43
+ {
44
+ "action": "playwright_browser_console_messages",
45
+ "resource": "*",
46
+ "effect": "allow"
47
+ },
48
+ {
49
+ "action": "playwright_browser_network_requests",
50
+ "resource": "*",
51
+ "effect": "allow"
52
+ },
53
+ {
54
+ "action": "playwright_browser_tabs",
55
+ "resource": "*",
56
+ "effect": "allow"
57
+ },
58
+ {
59
+ "action": "playwright_browser_find",
60
+ "resource": "*",
61
+ "effect": "allow"
62
+ },
63
+ {
64
+ "action": "playwright_browser_generate_locator",
65
+ "resource": "*",
66
+ "effect": "allow"
67
+ },
68
+ {
69
+ "action": "playwright_browser_verify_*",
70
+ "resource": "*",
71
+ "effect": "allow"
72
+ },
73
+ {
74
+ "action": "playwright_browser_run_code_unsafe",
75
+ "resource": "*",
76
+ "effect": "deny"
77
+ },
78
+ {
79
+ "action": "browser",
80
+ "resource": "*",
81
+ "effect": "deny"
82
+ },
83
+ {
84
+ "action": "shell",
85
+ "resource": "*",
86
+ "effect": "deny"
87
+ },
88
+ {
89
+ "action": "shell",
90
+ "resource": "pwd",
91
+ "effect": "allow"
92
+ },
93
+ {
94
+ "action": "shell",
95
+ "resource": "pwd *",
96
+ "effect": "allow"
97
+ },
98
+ {
99
+ "action": "shell",
100
+ "resource": "true",
101
+ "effect": "allow"
102
+ },
103
+ {
104
+ "action": "shell",
105
+ "resource": "true *",
106
+ "effect": "allow"
107
+ },
108
+ {
109
+ "action": "shell",
110
+ "resource": "test",
111
+ "effect": "allow"
112
+ },
113
+ {
114
+ "action": "shell",
115
+ "resource": "test *",
116
+ "effect": "allow"
117
+ },
118
+ {
119
+ "action": "shell",
120
+ "resource": "cat",
121
+ "effect": "allow"
122
+ },
123
+ {
124
+ "action": "shell",
125
+ "resource": "cat *",
126
+ "effect": "allow"
127
+ },
128
+ {
129
+ "action": "shell",
130
+ "resource": "head",
131
+ "effect": "allow"
132
+ },
133
+ {
134
+ "action": "shell",
135
+ "resource": "head *",
136
+ "effect": "allow"
137
+ },
138
+ {
139
+ "action": "shell",
140
+ "resource": "tail",
141
+ "effect": "allow"
142
+ },
143
+ {
144
+ "action": "shell",
145
+ "resource": "tail *",
146
+ "effect": "allow"
147
+ },
148
+ {
149
+ "action": "shell",
150
+ "resource": "wc",
151
+ "effect": "allow"
152
+ },
153
+ {
154
+ "action": "shell",
155
+ "resource": "wc *",
156
+ "effect": "allow"
157
+ },
158
+ {
159
+ "action": "shell",
160
+ "resource": "sort",
161
+ "effect": "allow"
162
+ },
163
+ {
164
+ "action": "shell",
165
+ "resource": "sort *",
166
+ "effect": "allow"
167
+ },
168
+ {
169
+ "action": "shell",
170
+ "resource": "uniq",
171
+ "effect": "allow"
172
+ },
173
+ {
174
+ "action": "shell",
175
+ "resource": "uniq *",
176
+ "effect": "allow"
177
+ },
178
+ {
179
+ "action": "shell",
180
+ "resource": "printf",
181
+ "effect": "allow"
182
+ },
183
+ {
184
+ "action": "shell",
185
+ "resource": "printf *",
186
+ "effect": "allow"
187
+ },
188
+ {
189
+ "action": "shell",
190
+ "resource": "echo",
191
+ "effect": "allow"
192
+ },
193
+ {
194
+ "action": "shell",
195
+ "resource": "echo *",
196
+ "effect": "allow"
197
+ },
198
+ {
199
+ "action": "shell",
200
+ "resource": "grep",
201
+ "effect": "allow"
202
+ },
203
+ {
204
+ "action": "shell",
205
+ "resource": "grep *",
206
+ "effect": "allow"
207
+ },
208
+ {
209
+ "action": "shell",
210
+ "resource": "rg",
211
+ "effect": "allow"
212
+ },
213
+ {
214
+ "action": "shell",
215
+ "resource": "rg *",
216
+ "effect": "allow"
217
+ },
218
+ {
219
+ "action": "shell",
220
+ "resource": "find",
221
+ "effect": "allow"
222
+ },
223
+ {
224
+ "action": "shell",
225
+ "resource": "find *",
226
+ "effect": "allow"
227
+ },
228
+ {
229
+ "action": "shell",
230
+ "resource": "diff",
231
+ "effect": "allow"
232
+ },
233
+ {
234
+ "action": "shell",
235
+ "resource": "diff *",
236
+ "effect": "allow"
237
+ },
238
+ {
239
+ "action": "shell",
240
+ "resource": "cmp",
241
+ "effect": "allow"
242
+ },
243
+ {
244
+ "action": "shell",
245
+ "resource": "cmp *",
246
+ "effect": "allow"
247
+ },
248
+ {
249
+ "action": "shell",
250
+ "resource": "ls",
251
+ "effect": "allow"
252
+ },
253
+ {
254
+ "action": "shell",
255
+ "resource": "ls *",
256
+ "effect": "allow"
257
+ },
258
+ {
259
+ "action": "shell",
260
+ "resource": "du",
261
+ "effect": "allow"
262
+ },
263
+ {
264
+ "action": "shell",
265
+ "resource": "du *",
266
+ "effect": "allow"
267
+ },
268
+ {
269
+ "action": "shell",
270
+ "resource": "df",
271
+ "effect": "allow"
272
+ },
273
+ {
274
+ "action": "shell",
275
+ "resource": "df *",
276
+ "effect": "allow"
277
+ },
278
+ {
279
+ "action": "shell",
280
+ "resource": "stat",
281
+ "effect": "allow"
282
+ },
283
+ {
284
+ "action": "shell",
285
+ "resource": "stat *",
286
+ "effect": "allow"
287
+ },
288
+ {
289
+ "action": "shell",
290
+ "resource": "file",
291
+ "effect": "allow"
292
+ },
293
+ {
294
+ "action": "shell",
295
+ "resource": "file *",
296
+ "effect": "allow"
297
+ },
298
+ {
299
+ "action": "shell",
300
+ "resource": "realpath",
301
+ "effect": "allow"
302
+ },
303
+ {
304
+ "action": "shell",
305
+ "resource": "realpath *",
306
+ "effect": "allow"
307
+ },
308
+ {
309
+ "action": "shell",
310
+ "resource": "basename",
311
+ "effect": "allow"
312
+ },
313
+ {
314
+ "action": "shell",
315
+ "resource": "basename *",
316
+ "effect": "allow"
317
+ },
318
+ {
319
+ "action": "shell",
320
+ "resource": "dirname",
321
+ "effect": "allow"
322
+ },
323
+ {
324
+ "action": "shell",
325
+ "resource": "dirname *",
326
+ "effect": "allow"
327
+ },
328
+ {
329
+ "action": "shell",
330
+ "resource": "shasum",
331
+ "effect": "allow"
332
+ },
333
+ {
334
+ "action": "shell",
335
+ "resource": "shasum *",
336
+ "effect": "allow"
337
+ },
338
+ {
339
+ "action": "shell",
340
+ "resource": "sha256sum",
341
+ "effect": "allow"
342
+ },
343
+ {
344
+ "action": "shell",
345
+ "resource": "sha256sum *",
346
+ "effect": "allow"
347
+ },
348
+ {
349
+ "action": "shell",
350
+ "resource": "md5sum",
351
+ "effect": "allow"
352
+ },
353
+ {
354
+ "action": "shell",
355
+ "resource": "md5sum *",
356
+ "effect": "allow"
357
+ },
358
+ {
359
+ "action": "shell",
360
+ "resource": "uname",
361
+ "effect": "allow"
362
+ },
363
+ {
364
+ "action": "shell",
365
+ "resource": "uname *",
366
+ "effect": "allow"
367
+ },
368
+ {
369
+ "action": "shell",
370
+ "resource": "whoami",
371
+ "effect": "allow"
372
+ },
373
+ {
374
+ "action": "shell",
375
+ "resource": "whoami *",
376
+ "effect": "allow"
377
+ },
378
+ {
379
+ "action": "shell",
380
+ "resource": "hostname",
381
+ "effect": "allow"
382
+ },
383
+ {
384
+ "action": "shell",
385
+ "resource": "hostname *",
386
+ "effect": "allow"
387
+ },
388
+ {
389
+ "action": "shell",
390
+ "resource": "date",
391
+ "effect": "allow"
392
+ },
393
+ {
394
+ "action": "shell",
395
+ "resource": "date *",
396
+ "effect": "allow"
397
+ },
398
+ {
399
+ "action": "shell",
400
+ "resource": "printenv",
401
+ "effect": "allow"
402
+ },
403
+ {
404
+ "action": "shell",
405
+ "resource": "printenv *",
406
+ "effect": "allow"
407
+ },
408
+ {
409
+ "action": "shell",
410
+ "resource": "which",
411
+ "effect": "allow"
412
+ },
413
+ {
414
+ "action": "shell",
415
+ "resource": "which *",
416
+ "effect": "allow"
417
+ },
418
+ {
419
+ "action": "shell",
420
+ "resource": "command -v",
421
+ "effect": "allow"
422
+ },
423
+ {
424
+ "action": "shell",
425
+ "resource": "command -v *",
426
+ "effect": "allow"
427
+ },
428
+ {
429
+ "action": "shell",
430
+ "resource": "mktemp",
431
+ "effect": "allow"
432
+ },
433
+ {
434
+ "action": "shell",
435
+ "resource": "mktemp *",
436
+ "effect": "allow"
437
+ },
438
+ {
439
+ "action": "shell",
440
+ "resource": "tr",
441
+ "effect": "allow"
442
+ },
443
+ {
444
+ "action": "shell",
445
+ "resource": "tr *",
446
+ "effect": "allow"
447
+ },
448
+ {
449
+ "action": "shell",
450
+ "resource": "cut",
451
+ "effect": "allow"
452
+ },
453
+ {
454
+ "action": "shell",
455
+ "resource": "cut *",
456
+ "effect": "allow"
457
+ },
458
+ {
459
+ "action": "shell",
460
+ "resource": "paste",
461
+ "effect": "allow"
462
+ },
463
+ {
464
+ "action": "shell",
465
+ "resource": "paste *",
466
+ "effect": "allow"
467
+ },
468
+ {
469
+ "action": "shell",
470
+ "resource": "column",
471
+ "effect": "allow"
472
+ },
473
+ {
474
+ "action": "shell",
475
+ "resource": "column *",
476
+ "effect": "allow"
477
+ },
478
+ {
479
+ "action": "shell",
480
+ "resource": "node --version",
481
+ "effect": "allow"
482
+ },
483
+ {
484
+ "action": "shell",
485
+ "resource": "node --version *",
486
+ "effect": "allow"
487
+ },
488
+ {
489
+ "action": "shell",
490
+ "resource": "python3 --version",
491
+ "effect": "allow"
492
+ },
493
+ {
494
+ "action": "shell",
495
+ "resource": "python3 --version *",
496
+ "effect": "allow"
497
+ },
498
+ {
499
+ "action": "shell",
500
+ "resource": "python --version",
501
+ "effect": "allow"
502
+ },
503
+ {
504
+ "action": "shell",
505
+ "resource": "python --version *",
506
+ "effect": "allow"
507
+ },
508
+ {
509
+ "action": "shell",
510
+ "resource": "deno --version",
511
+ "effect": "allow"
512
+ },
513
+ {
514
+ "action": "shell",
515
+ "resource": "deno --version *",
516
+ "effect": "allow"
517
+ },
518
+ {
519
+ "action": "shell",
520
+ "resource": "bun test",
521
+ "effect": "allow"
522
+ },
523
+ {
524
+ "action": "shell",
525
+ "resource": "bun test *",
526
+ "effect": "allow"
527
+ },
528
+ {
529
+ "action": "shell",
530
+ "resource": "bun run test",
531
+ "effect": "allow"
532
+ },
533
+ {
534
+ "action": "shell",
535
+ "resource": "bun run test *",
536
+ "effect": "allow"
537
+ },
538
+ {
539
+ "action": "shell",
540
+ "resource": "bun --version",
541
+ "effect": "allow"
542
+ },
543
+ {
544
+ "action": "shell",
545
+ "resource": "bun --version *",
546
+ "effect": "allow"
547
+ },
548
+ {
549
+ "action": "shell",
550
+ "resource": "bun run typecheck",
551
+ "effect": "allow"
552
+ },
553
+ {
554
+ "action": "shell",
555
+ "resource": "bun run typecheck *",
556
+ "effect": "allow"
557
+ },
558
+ {
559
+ "action": "shell",
560
+ "resource": "bun run lint",
561
+ "effect": "allow"
562
+ },
563
+ {
564
+ "action": "shell",
565
+ "resource": "bun run lint *",
566
+ "effect": "allow"
567
+ },
568
+ {
569
+ "action": "shell",
570
+ "resource": "bun run build",
571
+ "effect": "allow"
572
+ },
573
+ {
574
+ "action": "shell",
575
+ "resource": "bun run build *",
576
+ "effect": "allow"
577
+ },
578
+ {
579
+ "action": "shell",
580
+ "resource": "bun run check",
581
+ "effect": "allow"
582
+ },
583
+ {
584
+ "action": "shell",
585
+ "resource": "bun run check *",
586
+ "effect": "allow"
587
+ },
588
+ {
589
+ "action": "shell",
590
+ "resource": "tsc --noEmit",
591
+ "effect": "allow"
592
+ },
593
+ {
594
+ "action": "shell",
595
+ "resource": "tsc --noEmit *",
596
+ "effect": "allow"
597
+ },
598
+ {
599
+ "action": "shell",
600
+ "resource": "npx tsc --noEmit",
601
+ "effect": "allow"
602
+ },
603
+ {
604
+ "action": "shell",
605
+ "resource": "npx tsc --noEmit *",
606
+ "effect": "allow"
607
+ },
608
+ {
609
+ "action": "shell",
610
+ "resource": "eslint",
611
+ "effect": "allow"
612
+ },
613
+ {
614
+ "action": "shell",
615
+ "resource": "eslint *",
616
+ "effect": "allow"
617
+ },
618
+ {
619
+ "action": "shell",
620
+ "resource": "biome check",
621
+ "effect": "allow"
622
+ },
623
+ {
624
+ "action": "shell",
625
+ "resource": "biome check *",
626
+ "effect": "allow"
627
+ },
628
+ {
629
+ "action": "shell",
630
+ "resource": "prettier --check",
631
+ "effect": "allow"
632
+ },
633
+ {
634
+ "action": "shell",
635
+ "resource": "prettier --check *",
636
+ "effect": "allow"
637
+ },
638
+ {
639
+ "action": "shell",
640
+ "resource": "npm test",
641
+ "effect": "allow"
642
+ },
643
+ {
644
+ "action": "shell",
645
+ "resource": "npm test *",
646
+ "effect": "allow"
647
+ },
648
+ {
649
+ "action": "shell",
650
+ "resource": "npm run test",
651
+ "effect": "allow"
652
+ },
653
+ {
654
+ "action": "shell",
655
+ "resource": "npm run test *",
656
+ "effect": "allow"
657
+ },
658
+ {
659
+ "action": "shell",
660
+ "resource": "npm run typecheck",
661
+ "effect": "allow"
662
+ },
663
+ {
664
+ "action": "shell",
665
+ "resource": "npm run typecheck *",
666
+ "effect": "allow"
667
+ },
668
+ {
669
+ "action": "shell",
670
+ "resource": "npm run lint",
671
+ "effect": "allow"
672
+ },
673
+ {
674
+ "action": "shell",
675
+ "resource": "npm run lint *",
676
+ "effect": "allow"
677
+ },
678
+ {
679
+ "action": "shell",
680
+ "resource": "npm run build",
681
+ "effect": "allow"
682
+ },
683
+ {
684
+ "action": "shell",
685
+ "resource": "npm run build *",
686
+ "effect": "allow"
687
+ },
688
+ {
689
+ "action": "shell",
690
+ "resource": "pnpm test",
691
+ "effect": "allow"
692
+ },
693
+ {
694
+ "action": "shell",
695
+ "resource": "pnpm test *",
696
+ "effect": "allow"
697
+ },
698
+ {
699
+ "action": "shell",
700
+ "resource": "pnpm run test",
701
+ "effect": "allow"
702
+ },
703
+ {
704
+ "action": "shell",
705
+ "resource": "pnpm run test *",
706
+ "effect": "allow"
707
+ },
708
+ {
709
+ "action": "shell",
710
+ "resource": "pnpm run build",
711
+ "effect": "allow"
712
+ },
713
+ {
714
+ "action": "shell",
715
+ "resource": "pnpm run build *",
716
+ "effect": "allow"
717
+ },
718
+ {
719
+ "action": "shell",
720
+ "resource": "yarn test",
721
+ "effect": "allow"
722
+ },
723
+ {
724
+ "action": "shell",
725
+ "resource": "yarn test *",
726
+ "effect": "allow"
727
+ },
728
+ {
729
+ "action": "shell",
730
+ "resource": "yarn build",
731
+ "effect": "allow"
732
+ },
733
+ {
734
+ "action": "shell",
735
+ "resource": "yarn build *",
736
+ "effect": "allow"
737
+ },
738
+ {
739
+ "action": "shell",
740
+ "resource": "vitest run",
741
+ "effect": "allow"
742
+ },
743
+ {
744
+ "action": "shell",
745
+ "resource": "vitest run *",
746
+ "effect": "allow"
747
+ },
748
+ {
749
+ "action": "shell",
750
+ "resource": "jest",
751
+ "effect": "allow"
752
+ },
753
+ {
754
+ "action": "shell",
755
+ "resource": "jest *",
756
+ "effect": "allow"
757
+ },
758
+ {
759
+ "action": "shell",
760
+ "resource": "playwright test",
761
+ "effect": "allow"
762
+ },
763
+ {
764
+ "action": "shell",
765
+ "resource": "playwright test *",
766
+ "effect": "allow"
767
+ },
768
+ {
769
+ "action": "shell",
770
+ "resource": "cargo check",
771
+ "effect": "allow"
772
+ },
773
+ {
774
+ "action": "shell",
775
+ "resource": "cargo check *",
776
+ "effect": "allow"
777
+ },
778
+ {
779
+ "action": "shell",
780
+ "resource": "cargo test",
781
+ "effect": "allow"
782
+ },
783
+ {
784
+ "action": "shell",
785
+ "resource": "cargo test *",
786
+ "effect": "allow"
787
+ },
788
+ {
789
+ "action": "shell",
790
+ "resource": "cargo build",
791
+ "effect": "allow"
792
+ },
793
+ {
794
+ "action": "shell",
795
+ "resource": "cargo build *",
796
+ "effect": "allow"
797
+ },
798
+ {
799
+ "action": "shell",
800
+ "resource": "cargo clippy",
801
+ "effect": "allow"
802
+ },
803
+ {
804
+ "action": "shell",
805
+ "resource": "cargo clippy *",
806
+ "effect": "allow"
807
+ },
808
+ {
809
+ "action": "shell",
810
+ "resource": "cargo fmt --check",
811
+ "effect": "allow"
812
+ },
813
+ {
814
+ "action": "shell",
815
+ "resource": "cargo fmt --check *",
816
+ "effect": "allow"
817
+ },
818
+ {
819
+ "action": "shell",
820
+ "resource": "cargo --version",
821
+ "effect": "allow"
822
+ },
823
+ {
824
+ "action": "shell",
825
+ "resource": "cargo --version *",
826
+ "effect": "allow"
827
+ },
828
+ {
829
+ "action": "shell",
830
+ "resource": "go build ./...",
831
+ "effect": "allow"
832
+ },
833
+ {
834
+ "action": "shell",
835
+ "resource": "go build ./... *",
836
+ "effect": "allow"
837
+ },
838
+ {
839
+ "action": "shell",
840
+ "resource": "go test ./...",
841
+ "effect": "allow"
842
+ },
843
+ {
844
+ "action": "shell",
845
+ "resource": "go test ./... *",
846
+ "effect": "allow"
847
+ },
848
+ {
849
+ "action": "shell",
850
+ "resource": "go vet ./...",
851
+ "effect": "allow"
852
+ },
853
+ {
854
+ "action": "shell",
855
+ "resource": "go vet ./... *",
856
+ "effect": "allow"
857
+ },
858
+ {
859
+ "action": "shell",
860
+ "resource": "go version",
861
+ "effect": "allow"
862
+ },
863
+ {
864
+ "action": "shell",
865
+ "resource": "go version *",
866
+ "effect": "allow"
867
+ },
868
+ {
869
+ "action": "shell",
870
+ "resource": "pytest",
871
+ "effect": "allow"
872
+ },
873
+ {
874
+ "action": "shell",
875
+ "resource": "pytest *",
876
+ "effect": "allow"
877
+ },
878
+ {
879
+ "action": "shell",
880
+ "resource": "python3 -m pytest",
881
+ "effect": "allow"
882
+ },
883
+ {
884
+ "action": "shell",
885
+ "resource": "python3 -m pytest *",
886
+ "effect": "allow"
887
+ },
888
+ {
889
+ "action": "shell",
890
+ "resource": "python -m pytest",
891
+ "effect": "allow"
892
+ },
893
+ {
894
+ "action": "shell",
895
+ "resource": "python -m pytest *",
896
+ "effect": "allow"
897
+ },
898
+ {
899
+ "action": "shell",
900
+ "resource": "ruff check",
901
+ "effect": "allow"
902
+ },
903
+ {
904
+ "action": "shell",
905
+ "resource": "ruff check *",
906
+ "effect": "allow"
907
+ },
908
+ {
909
+ "action": "shell",
910
+ "resource": "mypy",
911
+ "effect": "allow"
912
+ },
913
+ {
914
+ "action": "shell",
915
+ "resource": "mypy *",
916
+ "effect": "allow"
917
+ },
918
+ {
919
+ "action": "shell",
920
+ "resource": "pyright",
921
+ "effect": "allow"
922
+ },
923
+ {
924
+ "action": "shell",
925
+ "resource": "pyright *",
926
+ "effect": "allow"
927
+ },
928
+ {
929
+ "action": "shell",
930
+ "resource": "mvn test",
931
+ "effect": "allow"
932
+ },
933
+ {
934
+ "action": "shell",
935
+ "resource": "mvn test *",
936
+ "effect": "allow"
937
+ },
938
+ {
939
+ "action": "shell",
940
+ "resource": "mvn verify",
941
+ "effect": "allow"
942
+ },
943
+ {
944
+ "action": "shell",
945
+ "resource": "mvn verify *",
946
+ "effect": "allow"
947
+ },
948
+ {
949
+ "action": "shell",
950
+ "resource": "gradle test",
951
+ "effect": "allow"
952
+ },
953
+ {
954
+ "action": "shell",
955
+ "resource": "gradle test *",
956
+ "effect": "allow"
957
+ },
958
+ {
959
+ "action": "shell",
960
+ "resource": "gradle check",
961
+ "effect": "allow"
962
+ },
963
+ {
964
+ "action": "shell",
965
+ "resource": "gradle check *",
966
+ "effect": "allow"
967
+ },
968
+ {
969
+ "action": "shell",
970
+ "resource": "./gradlew test",
971
+ "effect": "allow"
972
+ },
973
+ {
974
+ "action": "shell",
975
+ "resource": "./gradlew test *",
976
+ "effect": "allow"
977
+ },
978
+ {
979
+ "action": "shell",
980
+ "resource": "./gradlew check",
981
+ "effect": "allow"
982
+ },
983
+ {
984
+ "action": "shell",
985
+ "resource": "./gradlew check *",
986
+ "effect": "allow"
987
+ },
988
+ {
989
+ "action": "shell",
990
+ "resource": "make test",
991
+ "effect": "allow"
992
+ },
993
+ {
994
+ "action": "shell",
995
+ "resource": "make test *",
996
+ "effect": "allow"
997
+ },
998
+ {
999
+ "action": "shell",
1000
+ "resource": "make check",
1001
+ "effect": "allow"
1002
+ },
1003
+ {
1004
+ "action": "shell",
1005
+ "resource": "make check *",
1006
+ "effect": "allow"
1007
+ },
1008
+ {
1009
+ "action": "shell",
1010
+ "resource": "make build",
1011
+ "effect": "allow"
1012
+ },
1013
+ {
1014
+ "action": "shell",
1015
+ "resource": "make build *",
1016
+ "effect": "allow"
1017
+ },
1018
+ {
1019
+ "action": "shell",
1020
+ "resource": "make --version",
1021
+ "effect": "allow"
1022
+ },
1023
+ {
1024
+ "action": "shell",
1025
+ "resource": "make --version *",
1026
+ "effect": "allow"
1027
+ },
1028
+ {
1029
+ "action": "shell",
1030
+ "resource": "just --list",
1031
+ "effect": "allow"
1032
+ },
1033
+ {
1034
+ "action": "shell",
1035
+ "resource": "just --list *",
1036
+ "effect": "allow"
1037
+ },
1038
+ {
1039
+ "action": "shell",
1040
+ "resource": "git status",
1041
+ "effect": "allow"
1042
+ },
1043
+ {
1044
+ "action": "shell",
1045
+ "resource": "git status *",
1046
+ "effect": "allow"
1047
+ },
1048
+ {
1049
+ "action": "shell",
1050
+ "resource": "git status --short",
1051
+ "effect": "allow"
1052
+ },
1053
+ {
1054
+ "action": "shell",
1055
+ "resource": "git status --short *",
1056
+ "effect": "allow"
1057
+ },
1058
+ {
1059
+ "action": "shell",
1060
+ "resource": "git status --short --branch",
1061
+ "effect": "allow"
1062
+ },
1063
+ {
1064
+ "action": "shell",
1065
+ "resource": "git status --short --branch *",
1066
+ "effect": "allow"
1067
+ },
1068
+ {
1069
+ "action": "shell",
1070
+ "resource": "git status --porcelain",
1071
+ "effect": "allow"
1072
+ },
1073
+ {
1074
+ "action": "shell",
1075
+ "resource": "git status --porcelain *",
1076
+ "effect": "allow"
1077
+ },
1078
+ {
1079
+ "action": "shell",
1080
+ "resource": "git status --porcelain=v1 --branch",
1081
+ "effect": "allow"
1082
+ },
1083
+ {
1084
+ "action": "shell",
1085
+ "resource": "git status --porcelain=v1 --branch *",
1086
+ "effect": "allow"
1087
+ },
1088
+ {
1089
+ "action": "shell",
1090
+ "resource": "git diff",
1091
+ "effect": "allow"
1092
+ },
1093
+ {
1094
+ "action": "shell",
1095
+ "resource": "git diff *",
1096
+ "effect": "allow"
1097
+ },
1098
+ {
1099
+ "action": "shell",
1100
+ "resource": "git diff --stat",
1101
+ "effect": "allow"
1102
+ },
1103
+ {
1104
+ "action": "shell",
1105
+ "resource": "git diff --stat *",
1106
+ "effect": "allow"
1107
+ },
1108
+ {
1109
+ "action": "shell",
1110
+ "resource": "git diff --cached",
1111
+ "effect": "allow"
1112
+ },
1113
+ {
1114
+ "action": "shell",
1115
+ "resource": "git diff --cached *",
1116
+ "effect": "allow"
1117
+ },
1118
+ {
1119
+ "action": "shell",
1120
+ "resource": "git diff --check",
1121
+ "effect": "allow"
1122
+ },
1123
+ {
1124
+ "action": "shell",
1125
+ "resource": "git diff --check *",
1126
+ "effect": "allow"
1127
+ },
1128
+ {
1129
+ "action": "shell",
1130
+ "resource": "git log",
1131
+ "effect": "allow"
1132
+ },
1133
+ {
1134
+ "action": "shell",
1135
+ "resource": "git log *",
1136
+ "effect": "allow"
1137
+ },
1138
+ {
1139
+ "action": "shell",
1140
+ "resource": "git show",
1141
+ "effect": "allow"
1142
+ },
1143
+ {
1144
+ "action": "shell",
1145
+ "resource": "git show *",
1146
+ "effect": "allow"
1147
+ },
1148
+ {
1149
+ "action": "shell",
1150
+ "resource": "git rev-parse",
1151
+ "effect": "allow"
1152
+ },
1153
+ {
1154
+ "action": "shell",
1155
+ "resource": "git rev-parse *",
1156
+ "effect": "allow"
1157
+ },
1158
+ {
1159
+ "action": "shell",
1160
+ "resource": "git rev-list",
1161
+ "effect": "allow"
1162
+ },
1163
+ {
1164
+ "action": "shell",
1165
+ "resource": "git rev-list *",
1166
+ "effect": "allow"
1167
+ },
1168
+ {
1169
+ "action": "shell",
1170
+ "resource": "git show-ref",
1171
+ "effect": "allow"
1172
+ },
1173
+ {
1174
+ "action": "shell",
1175
+ "resource": "git show-ref *",
1176
+ "effect": "allow"
1177
+ },
1178
+ {
1179
+ "action": "shell",
1180
+ "resource": "git cat-file",
1181
+ "effect": "allow"
1182
+ },
1183
+ {
1184
+ "action": "shell",
1185
+ "resource": "git cat-file *",
1186
+ "effect": "allow"
1187
+ },
1188
+ {
1189
+ "action": "shell",
1190
+ "resource": "git symbolic-ref HEAD",
1191
+ "effect": "allow"
1192
+ },
1193
+ {
1194
+ "action": "shell",
1195
+ "resource": "git symbolic-ref HEAD *",
1196
+ "effect": "allow"
1197
+ },
1198
+ {
1199
+ "action": "shell",
1200
+ "resource": "git symbolic-ref --short HEAD",
1201
+ "effect": "allow"
1202
+ },
1203
+ {
1204
+ "action": "shell",
1205
+ "resource": "git symbolic-ref --short HEAD *",
1206
+ "effect": "allow"
1207
+ },
1208
+ {
1209
+ "action": "shell",
1210
+ "resource": "git ls-files",
1211
+ "effect": "allow"
1212
+ },
1213
+ {
1214
+ "action": "shell",
1215
+ "resource": "git ls-files *",
1216
+ "effect": "allow"
1217
+ },
1218
+ {
1219
+ "action": "shell",
1220
+ "resource": "git ls-remote",
1221
+ "effect": "allow"
1222
+ },
1223
+ {
1224
+ "action": "shell",
1225
+ "resource": "git ls-remote *",
1226
+ "effect": "allow"
1227
+ },
1228
+ {
1229
+ "action": "shell",
1230
+ "resource": "git grep",
1231
+ "effect": "allow"
1232
+ },
1233
+ {
1234
+ "action": "shell",
1235
+ "resource": "git grep *",
1236
+ "effect": "allow"
1237
+ },
1238
+ {
1239
+ "action": "shell",
1240
+ "resource": "git branch",
1241
+ "effect": "allow"
1242
+ },
1243
+ {
1244
+ "action": "shell",
1245
+ "resource": "git branch *",
1246
+ "effect": "allow"
1247
+ },
1248
+ {
1249
+ "action": "shell",
1250
+ "resource": "git tag",
1251
+ "effect": "allow"
1252
+ },
1253
+ {
1254
+ "action": "shell",
1255
+ "resource": "git tag *",
1256
+ "effect": "allow"
1257
+ },
1258
+ {
1259
+ "action": "shell",
1260
+ "resource": "git remote",
1261
+ "effect": "allow"
1262
+ },
1263
+ {
1264
+ "action": "shell",
1265
+ "resource": "git remote *",
1266
+ "effect": "allow"
1267
+ },
1268
+ {
1269
+ "action": "shell",
1270
+ "resource": "git reflog",
1271
+ "effect": "allow"
1272
+ },
1273
+ {
1274
+ "action": "shell",
1275
+ "resource": "git reflog *",
1276
+ "effect": "allow"
1277
+ },
1278
+ {
1279
+ "action": "shell",
1280
+ "resource": "git branch --list",
1281
+ "effect": "allow"
1282
+ },
1283
+ {
1284
+ "action": "shell",
1285
+ "resource": "git branch --list *",
1286
+ "effect": "allow"
1287
+ },
1288
+ {
1289
+ "action": "shell",
1290
+ "resource": "git branch -l",
1291
+ "effect": "allow"
1292
+ },
1293
+ {
1294
+ "action": "shell",
1295
+ "resource": "git branch -l *",
1296
+ "effect": "allow"
1297
+ },
1298
+ {
1299
+ "action": "shell",
1300
+ "resource": "git branch -a",
1301
+ "effect": "allow"
1302
+ },
1303
+ {
1304
+ "action": "shell",
1305
+ "resource": "git branch -a *",
1306
+ "effect": "allow"
1307
+ },
1308
+ {
1309
+ "action": "shell",
1310
+ "resource": "git branch -r",
1311
+ "effect": "allow"
1312
+ },
1313
+ {
1314
+ "action": "shell",
1315
+ "resource": "git branch -r *",
1316
+ "effect": "allow"
1317
+ },
1318
+ {
1319
+ "action": "shell",
1320
+ "resource": "git branch -v",
1321
+ "effect": "allow"
1322
+ },
1323
+ {
1324
+ "action": "shell",
1325
+ "resource": "git branch -v *",
1326
+ "effect": "allow"
1327
+ },
1328
+ {
1329
+ "action": "shell",
1330
+ "resource": "git branch -vv",
1331
+ "effect": "allow"
1332
+ },
1333
+ {
1334
+ "action": "shell",
1335
+ "resource": "git branch -vv *",
1336
+ "effect": "allow"
1337
+ },
1338
+ {
1339
+ "action": "shell",
1340
+ "resource": "git branch --all",
1341
+ "effect": "allow"
1342
+ },
1343
+ {
1344
+ "action": "shell",
1345
+ "resource": "git branch --all *",
1346
+ "effect": "allow"
1347
+ },
1348
+ {
1349
+ "action": "shell",
1350
+ "resource": "git branch --remotes",
1351
+ "effect": "allow"
1352
+ },
1353
+ {
1354
+ "action": "shell",
1355
+ "resource": "git branch --remotes *",
1356
+ "effect": "allow"
1357
+ },
1358
+ {
1359
+ "action": "shell",
1360
+ "resource": "git branch --show-current",
1361
+ "effect": "allow"
1362
+ },
1363
+ {
1364
+ "action": "shell",
1365
+ "resource": "git branch --show-current *",
1366
+ "effect": "allow"
1367
+ },
1368
+ {
1369
+ "action": "shell",
1370
+ "resource": "git branch --contains",
1371
+ "effect": "allow"
1372
+ },
1373
+ {
1374
+ "action": "shell",
1375
+ "resource": "git branch --contains *",
1376
+ "effect": "allow"
1377
+ },
1378
+ {
1379
+ "action": "shell",
1380
+ "resource": "git tag --list",
1381
+ "effect": "allow"
1382
+ },
1383
+ {
1384
+ "action": "shell",
1385
+ "resource": "git tag --list *",
1386
+ "effect": "allow"
1387
+ },
1388
+ {
1389
+ "action": "shell",
1390
+ "resource": "git tag -l",
1391
+ "effect": "allow"
1392
+ },
1393
+ {
1394
+ "action": "shell",
1395
+ "resource": "git tag -l *",
1396
+ "effect": "allow"
1397
+ },
1398
+ {
1399
+ "action": "shell",
1400
+ "resource": "git tag -n",
1401
+ "effect": "allow"
1402
+ },
1403
+ {
1404
+ "action": "shell",
1405
+ "resource": "git tag -n *",
1406
+ "effect": "allow"
1407
+ },
1408
+ {
1409
+ "action": "shell",
1410
+ "resource": "git remote -v",
1411
+ "effect": "allow"
1412
+ },
1413
+ {
1414
+ "action": "shell",
1415
+ "resource": "git remote -v *",
1416
+ "effect": "allow"
1417
+ },
1418
+ {
1419
+ "action": "shell",
1420
+ "resource": "git remote --verbose",
1421
+ "effect": "allow"
1422
+ },
1423
+ {
1424
+ "action": "shell",
1425
+ "resource": "git remote --verbose *",
1426
+ "effect": "allow"
1427
+ },
1428
+ {
1429
+ "action": "shell",
1430
+ "resource": "git remote show",
1431
+ "effect": "allow"
1432
+ },
1433
+ {
1434
+ "action": "shell",
1435
+ "resource": "git remote show *",
1436
+ "effect": "allow"
1437
+ },
1438
+ {
1439
+ "action": "shell",
1440
+ "resource": "git remote get-url",
1441
+ "effect": "allow"
1442
+ },
1443
+ {
1444
+ "action": "shell",
1445
+ "resource": "git remote get-url *",
1446
+ "effect": "allow"
1447
+ },
1448
+ {
1449
+ "action": "shell",
1450
+ "resource": "git reflog show",
1451
+ "effect": "allow"
1452
+ },
1453
+ {
1454
+ "action": "shell",
1455
+ "resource": "git reflog show *",
1456
+ "effect": "allow"
1457
+ },
1458
+ {
1459
+ "action": "shell",
1460
+ "resource": "git stash list",
1461
+ "effect": "allow"
1462
+ },
1463
+ {
1464
+ "action": "shell",
1465
+ "resource": "git stash list *",
1466
+ "effect": "allow"
1467
+ },
1468
+ {
1469
+ "action": "shell",
1470
+ "resource": "git describe",
1471
+ "effect": "allow"
1472
+ },
1473
+ {
1474
+ "action": "shell",
1475
+ "resource": "git describe *",
1476
+ "effect": "allow"
1477
+ },
1478
+ {
1479
+ "action": "shell",
1480
+ "resource": "git worktree list",
1481
+ "effect": "allow"
1482
+ },
1483
+ {
1484
+ "action": "shell",
1485
+ "resource": "git worktree list *",
1486
+ "effect": "allow"
1487
+ },
1488
+ {
1489
+ "action": "shell",
1490
+ "resource": "git config --get",
1491
+ "effect": "allow"
1492
+ },
1493
+ {
1494
+ "action": "shell",
1495
+ "resource": "git config --get *",
1496
+ "effect": "allow"
1497
+ },
1498
+ {
1499
+ "action": "shell",
1500
+ "resource": "git config --get-regexp",
1501
+ "effect": "allow"
1502
+ },
1503
+ {
1504
+ "action": "shell",
1505
+ "resource": "git config --get-regexp *",
1506
+ "effect": "allow"
1507
+ },
1508
+ {
1509
+ "action": "shell",
1510
+ "resource": "GIT_OPTIONAL_LOCKS=0 git status",
1511
+ "effect": "allow"
1512
+ },
1513
+ {
1514
+ "action": "shell",
1515
+ "resource": "GIT_OPTIONAL_LOCKS=0 git status *",
1516
+ "effect": "allow"
1517
+ },
1518
+ {
1519
+ "action": "shell",
1520
+ "resource": "GIT_OPTIONAL_LOCKS=0 git status --short",
1521
+ "effect": "allow"
1522
+ },
1523
+ {
1524
+ "action": "shell",
1525
+ "resource": "GIT_OPTIONAL_LOCKS=0 git status --short *",
1526
+ "effect": "allow"
1527
+ },
1528
+ {
1529
+ "action": "shell",
1530
+ "resource": "GIT_OPTIONAL_LOCKS=0 git status --short --branch",
1531
+ "effect": "allow"
1532
+ },
1533
+ {
1534
+ "action": "shell",
1535
+ "resource": "GIT_OPTIONAL_LOCKS=0 git status --short --branch *",
1536
+ "effect": "allow"
1537
+ },
1538
+ {
1539
+ "action": "shell",
1540
+ "resource": "GIT_OPTIONAL_LOCKS=0 git status --porcelain",
1541
+ "effect": "allow"
1542
+ },
1543
+ {
1544
+ "action": "shell",
1545
+ "resource": "GIT_OPTIONAL_LOCKS=0 git status --porcelain *",
1546
+ "effect": "allow"
1547
+ },
1548
+ {
1549
+ "action": "shell",
1550
+ "resource": "GIT_OPTIONAL_LOCKS=0 git status --porcelain=v1 --branch",
1551
+ "effect": "allow"
1552
+ },
1553
+ {
1554
+ "action": "shell",
1555
+ "resource": "GIT_OPTIONAL_LOCKS=0 git status --porcelain=v1 --branch *",
1556
+ "effect": "allow"
1557
+ },
1558
+ {
1559
+ "action": "shell",
1560
+ "resource": "GIT_OPTIONAL_LOCKS=0 git diff",
1561
+ "effect": "allow"
1562
+ },
1563
+ {
1564
+ "action": "shell",
1565
+ "resource": "GIT_OPTIONAL_LOCKS=0 git diff *",
1566
+ "effect": "allow"
1567
+ },
1568
+ {
1569
+ "action": "shell",
1570
+ "resource": "GIT_OPTIONAL_LOCKS=0 git diff --stat",
1571
+ "effect": "allow"
1572
+ },
1573
+ {
1574
+ "action": "shell",
1575
+ "resource": "GIT_OPTIONAL_LOCKS=0 git diff --stat *",
1576
+ "effect": "allow"
1577
+ },
1578
+ {
1579
+ "action": "shell",
1580
+ "resource": "GIT_OPTIONAL_LOCKS=0 git diff --cached",
1581
+ "effect": "allow"
1582
+ },
1583
+ {
1584
+ "action": "shell",
1585
+ "resource": "GIT_OPTIONAL_LOCKS=0 git diff --cached *",
1586
+ "effect": "allow"
1587
+ },
1588
+ {
1589
+ "action": "shell",
1590
+ "resource": "GIT_OPTIONAL_LOCKS=0 git diff --check",
1591
+ "effect": "allow"
1592
+ },
1593
+ {
1594
+ "action": "shell",
1595
+ "resource": "GIT_OPTIONAL_LOCKS=0 git diff --check *",
1596
+ "effect": "allow"
1597
+ },
1598
+ {
1599
+ "action": "shell",
1600
+ "resource": "GIT_OPTIONAL_LOCKS=0 git log",
1601
+ "effect": "allow"
1602
+ },
1603
+ {
1604
+ "action": "shell",
1605
+ "resource": "GIT_OPTIONAL_LOCKS=0 git log *",
1606
+ "effect": "allow"
1607
+ },
1608
+ {
1609
+ "action": "shell",
1610
+ "resource": "GIT_OPTIONAL_LOCKS=0 git show",
1611
+ "effect": "allow"
1612
+ },
1613
+ {
1614
+ "action": "shell",
1615
+ "resource": "GIT_OPTIONAL_LOCKS=0 git show *",
1616
+ "effect": "allow"
1617
+ },
1618
+ {
1619
+ "action": "shell",
1620
+ "resource": "GIT_OPTIONAL_LOCKS=0 git rev-parse",
1621
+ "effect": "allow"
1622
+ },
1623
+ {
1624
+ "action": "shell",
1625
+ "resource": "GIT_OPTIONAL_LOCKS=0 git rev-parse *",
1626
+ "effect": "allow"
1627
+ },
1628
+ {
1629
+ "action": "shell",
1630
+ "resource": "GIT_OPTIONAL_LOCKS=0 git rev-list",
1631
+ "effect": "allow"
1632
+ },
1633
+ {
1634
+ "action": "shell",
1635
+ "resource": "GIT_OPTIONAL_LOCKS=0 git rev-list *",
1636
+ "effect": "allow"
1637
+ },
1638
+ {
1639
+ "action": "shell",
1640
+ "resource": "GIT_OPTIONAL_LOCKS=0 git show-ref",
1641
+ "effect": "allow"
1642
+ },
1643
+ {
1644
+ "action": "shell",
1645
+ "resource": "GIT_OPTIONAL_LOCKS=0 git show-ref *",
1646
+ "effect": "allow"
1647
+ },
1648
+ {
1649
+ "action": "shell",
1650
+ "resource": "GIT_OPTIONAL_LOCKS=0 git cat-file",
1651
+ "effect": "allow"
1652
+ },
1653
+ {
1654
+ "action": "shell",
1655
+ "resource": "GIT_OPTIONAL_LOCKS=0 git cat-file *",
1656
+ "effect": "allow"
1657
+ },
1658
+ {
1659
+ "action": "shell",
1660
+ "resource": "GIT_OPTIONAL_LOCKS=0 git symbolic-ref HEAD",
1661
+ "effect": "allow"
1662
+ },
1663
+ {
1664
+ "action": "shell",
1665
+ "resource": "GIT_OPTIONAL_LOCKS=0 git symbolic-ref HEAD *",
1666
+ "effect": "allow"
1667
+ },
1668
+ {
1669
+ "action": "shell",
1670
+ "resource": "GIT_OPTIONAL_LOCKS=0 git symbolic-ref --short HEAD",
1671
+ "effect": "allow"
1672
+ },
1673
+ {
1674
+ "action": "shell",
1675
+ "resource": "GIT_OPTIONAL_LOCKS=0 git symbolic-ref --short HEAD *",
1676
+ "effect": "allow"
1677
+ },
1678
+ {
1679
+ "action": "shell",
1680
+ "resource": "GIT_OPTIONAL_LOCKS=0 git ls-files",
1681
+ "effect": "allow"
1682
+ },
1683
+ {
1684
+ "action": "shell",
1685
+ "resource": "GIT_OPTIONAL_LOCKS=0 git ls-files *",
1686
+ "effect": "allow"
1687
+ },
1688
+ {
1689
+ "action": "shell",
1690
+ "resource": "GIT_OPTIONAL_LOCKS=0 git ls-remote",
1691
+ "effect": "allow"
1692
+ },
1693
+ {
1694
+ "action": "shell",
1695
+ "resource": "GIT_OPTIONAL_LOCKS=0 git ls-remote *",
1696
+ "effect": "allow"
1697
+ },
1698
+ {
1699
+ "action": "shell",
1700
+ "resource": "GIT_OPTIONAL_LOCKS=0 git grep",
1701
+ "effect": "allow"
1702
+ },
1703
+ {
1704
+ "action": "shell",
1705
+ "resource": "GIT_OPTIONAL_LOCKS=0 git grep *",
1706
+ "effect": "allow"
1707
+ },
1708
+ {
1709
+ "action": "shell",
1710
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch",
1711
+ "effect": "allow"
1712
+ },
1713
+ {
1714
+ "action": "shell",
1715
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch *",
1716
+ "effect": "allow"
1717
+ },
1718
+ {
1719
+ "action": "shell",
1720
+ "resource": "GIT_OPTIONAL_LOCKS=0 git tag",
1721
+ "effect": "allow"
1722
+ },
1723
+ {
1724
+ "action": "shell",
1725
+ "resource": "GIT_OPTIONAL_LOCKS=0 git tag *",
1726
+ "effect": "allow"
1727
+ },
1728
+ {
1729
+ "action": "shell",
1730
+ "resource": "GIT_OPTIONAL_LOCKS=0 git remote",
1731
+ "effect": "allow"
1732
+ },
1733
+ {
1734
+ "action": "shell",
1735
+ "resource": "GIT_OPTIONAL_LOCKS=0 git remote *",
1736
+ "effect": "allow"
1737
+ },
1738
+ {
1739
+ "action": "shell",
1740
+ "resource": "GIT_OPTIONAL_LOCKS=0 git reflog",
1741
+ "effect": "allow"
1742
+ },
1743
+ {
1744
+ "action": "shell",
1745
+ "resource": "GIT_OPTIONAL_LOCKS=0 git reflog *",
1746
+ "effect": "allow"
1747
+ },
1748
+ {
1749
+ "action": "shell",
1750
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch --list",
1751
+ "effect": "allow"
1752
+ },
1753
+ {
1754
+ "action": "shell",
1755
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch --list *",
1756
+ "effect": "allow"
1757
+ },
1758
+ {
1759
+ "action": "shell",
1760
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch -l",
1761
+ "effect": "allow"
1762
+ },
1763
+ {
1764
+ "action": "shell",
1765
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch -l *",
1766
+ "effect": "allow"
1767
+ },
1768
+ {
1769
+ "action": "shell",
1770
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch -a",
1771
+ "effect": "allow"
1772
+ },
1773
+ {
1774
+ "action": "shell",
1775
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch -a *",
1776
+ "effect": "allow"
1777
+ },
1778
+ {
1779
+ "action": "shell",
1780
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch -r",
1781
+ "effect": "allow"
1782
+ },
1783
+ {
1784
+ "action": "shell",
1785
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch -r *",
1786
+ "effect": "allow"
1787
+ },
1788
+ {
1789
+ "action": "shell",
1790
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch -v",
1791
+ "effect": "allow"
1792
+ },
1793
+ {
1794
+ "action": "shell",
1795
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch -v *",
1796
+ "effect": "allow"
1797
+ },
1798
+ {
1799
+ "action": "shell",
1800
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch -vv",
1801
+ "effect": "allow"
1802
+ },
1803
+ {
1804
+ "action": "shell",
1805
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch -vv *",
1806
+ "effect": "allow"
1807
+ },
1808
+ {
1809
+ "action": "shell",
1810
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch --all",
1811
+ "effect": "allow"
1812
+ },
1813
+ {
1814
+ "action": "shell",
1815
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch --all *",
1816
+ "effect": "allow"
1817
+ },
1818
+ {
1819
+ "action": "shell",
1820
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch --remotes",
1821
+ "effect": "allow"
1822
+ },
1823
+ {
1824
+ "action": "shell",
1825
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch --remotes *",
1826
+ "effect": "allow"
1827
+ },
1828
+ {
1829
+ "action": "shell",
1830
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch --show-current",
1831
+ "effect": "allow"
1832
+ },
1833
+ {
1834
+ "action": "shell",
1835
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch --show-current *",
1836
+ "effect": "allow"
1837
+ },
1838
+ {
1839
+ "action": "shell",
1840
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch --contains",
1841
+ "effect": "allow"
1842
+ },
1843
+ {
1844
+ "action": "shell",
1845
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch --contains *",
1846
+ "effect": "allow"
1847
+ },
1848
+ {
1849
+ "action": "shell",
1850
+ "resource": "GIT_OPTIONAL_LOCKS=0 git tag --list",
1851
+ "effect": "allow"
1852
+ },
1853
+ {
1854
+ "action": "shell",
1855
+ "resource": "GIT_OPTIONAL_LOCKS=0 git tag --list *",
1856
+ "effect": "allow"
1857
+ },
1858
+ {
1859
+ "action": "shell",
1860
+ "resource": "GIT_OPTIONAL_LOCKS=0 git tag -l",
1861
+ "effect": "allow"
1862
+ },
1863
+ {
1864
+ "action": "shell",
1865
+ "resource": "GIT_OPTIONAL_LOCKS=0 git tag -l *",
1866
+ "effect": "allow"
1867
+ },
1868
+ {
1869
+ "action": "shell",
1870
+ "resource": "GIT_OPTIONAL_LOCKS=0 git tag -n",
1871
+ "effect": "allow"
1872
+ },
1873
+ {
1874
+ "action": "shell",
1875
+ "resource": "GIT_OPTIONAL_LOCKS=0 git tag -n *",
1876
+ "effect": "allow"
1877
+ },
1878
+ {
1879
+ "action": "shell",
1880
+ "resource": "GIT_OPTIONAL_LOCKS=0 git remote -v",
1881
+ "effect": "allow"
1882
+ },
1883
+ {
1884
+ "action": "shell",
1885
+ "resource": "GIT_OPTIONAL_LOCKS=0 git remote -v *",
1886
+ "effect": "allow"
1887
+ },
1888
+ {
1889
+ "action": "shell",
1890
+ "resource": "GIT_OPTIONAL_LOCKS=0 git remote --verbose",
1891
+ "effect": "allow"
1892
+ },
1893
+ {
1894
+ "action": "shell",
1895
+ "resource": "GIT_OPTIONAL_LOCKS=0 git remote --verbose *",
1896
+ "effect": "allow"
1897
+ },
1898
+ {
1899
+ "action": "shell",
1900
+ "resource": "GIT_OPTIONAL_LOCKS=0 git remote show",
1901
+ "effect": "allow"
1902
+ },
1903
+ {
1904
+ "action": "shell",
1905
+ "resource": "GIT_OPTIONAL_LOCKS=0 git remote show *",
1906
+ "effect": "allow"
1907
+ },
1908
+ {
1909
+ "action": "shell",
1910
+ "resource": "GIT_OPTIONAL_LOCKS=0 git remote get-url",
1911
+ "effect": "allow"
1912
+ },
1913
+ {
1914
+ "action": "shell",
1915
+ "resource": "GIT_OPTIONAL_LOCKS=0 git remote get-url *",
1916
+ "effect": "allow"
1917
+ },
1918
+ {
1919
+ "action": "shell",
1920
+ "resource": "GIT_OPTIONAL_LOCKS=0 git reflog show",
1921
+ "effect": "allow"
1922
+ },
1923
+ {
1924
+ "action": "shell",
1925
+ "resource": "GIT_OPTIONAL_LOCKS=0 git reflog show *",
1926
+ "effect": "allow"
1927
+ },
1928
+ {
1929
+ "action": "shell",
1930
+ "resource": "GIT_OPTIONAL_LOCKS=0 git stash list",
1931
+ "effect": "allow"
1932
+ },
1933
+ {
1934
+ "action": "shell",
1935
+ "resource": "GIT_OPTIONAL_LOCKS=0 git stash list *",
1936
+ "effect": "allow"
1937
+ },
1938
+ {
1939
+ "action": "shell",
1940
+ "resource": "GIT_OPTIONAL_LOCKS=0 git describe",
1941
+ "effect": "allow"
1942
+ },
1943
+ {
1944
+ "action": "shell",
1945
+ "resource": "GIT_OPTIONAL_LOCKS=0 git describe *",
1946
+ "effect": "allow"
1947
+ },
1948
+ {
1949
+ "action": "shell",
1950
+ "resource": "GIT_OPTIONAL_LOCKS=0 git worktree list",
1951
+ "effect": "allow"
1952
+ },
1953
+ {
1954
+ "action": "shell",
1955
+ "resource": "GIT_OPTIONAL_LOCKS=0 git worktree list *",
1956
+ "effect": "allow"
1957
+ },
1958
+ {
1959
+ "action": "shell",
1960
+ "resource": "GIT_OPTIONAL_LOCKS=0 git config --get",
1961
+ "effect": "allow"
1962
+ },
1963
+ {
1964
+ "action": "shell",
1965
+ "resource": "GIT_OPTIONAL_LOCKS=0 git config --get *",
1966
+ "effect": "allow"
1967
+ },
1968
+ {
1969
+ "action": "shell",
1970
+ "resource": "GIT_OPTIONAL_LOCKS=0 git config --get-regexp",
1971
+ "effect": "allow"
1972
+ },
1973
+ {
1974
+ "action": "shell",
1975
+ "resource": "GIT_OPTIONAL_LOCKS=0 git config --get-regexp *",
1976
+ "effect": "allow"
1977
+ }
29
1978
  ]
30
1979
  }