@nail00749/agent-gvozd 0.1.7 → 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.
@@ -10,21 +10,2434 @@
10
10
  "skills": [
11
11
  "code-review-excellence"
12
12
  ],
13
- "mcp": ["context7"],
13
+ "mcp": [
14
+ "context7"
15
+ ],
14
16
  "permissions": [
15
- { "action": "edit", "resource": "*", "effect": "deny" },
16
- { "action": "subagent", "resource": "*", "effect": "deny" },
17
- { "action": "shell", "resource": "*", "effect": "ask" },
18
- { "action": "gitlab_*", "resource": "*", "effect": "deny" },
19
- { "action": "gitlab_get_*", "resource": "*", "effect": "allow" },
20
- { "action": "gitlab_list_*", "resource": "*", "effect": "allow" },
21
- { "action": "gitlab_search_*", "resource": "*", "effect": "allow" },
22
- { "action": "gitlab_mr_discussions", "resource": "*", "effect": "allow" },
23
- { "action": "gitlab_health_check", "resource": "*", "effect": "allow" },
24
- { "action": "gitlab_get_project_variable", "resource": "*", "effect": "deny" },
25
- { "action": "gitlab_get_group_variable", "resource": "*", "effect": "deny" },
26
- { "action": "gitlab_list_project_variables", "resource": "*", "effect": "deny" },
27
- { "action": "gitlab_list_group_variables", "resource": "*", "effect": "deny" },
28
- { "action": "browser", "resource": "*", "effect": "deny" }
17
+ {
18
+ "action": "edit",
19
+ "resource": "*",
20
+ "effect": "deny"
21
+ },
22
+ {
23
+ "action": "subagent",
24
+ "resource": "*",
25
+ "effect": "deny"
26
+ },
27
+ {
28
+ "action": "shell",
29
+ "resource": "*",
30
+ "effect": "ask"
31
+ },
32
+ {
33
+ "action": "shell",
34
+ "resource": "pwd",
35
+ "effect": "allow"
36
+ },
37
+ {
38
+ "action": "shell",
39
+ "resource": "pwd *",
40
+ "effect": "allow"
41
+ },
42
+ {
43
+ "action": "shell",
44
+ "resource": "true",
45
+ "effect": "allow"
46
+ },
47
+ {
48
+ "action": "shell",
49
+ "resource": "true *",
50
+ "effect": "allow"
51
+ },
52
+ {
53
+ "action": "shell",
54
+ "resource": "test",
55
+ "effect": "allow"
56
+ },
57
+ {
58
+ "action": "shell",
59
+ "resource": "test *",
60
+ "effect": "allow"
61
+ },
62
+ {
63
+ "action": "shell",
64
+ "resource": "cat",
65
+ "effect": "allow"
66
+ },
67
+ {
68
+ "action": "shell",
69
+ "resource": "cat *",
70
+ "effect": "allow"
71
+ },
72
+ {
73
+ "action": "shell",
74
+ "resource": "head",
75
+ "effect": "allow"
76
+ },
77
+ {
78
+ "action": "shell",
79
+ "resource": "head *",
80
+ "effect": "allow"
81
+ },
82
+ {
83
+ "action": "shell",
84
+ "resource": "tail",
85
+ "effect": "allow"
86
+ },
87
+ {
88
+ "action": "shell",
89
+ "resource": "tail *",
90
+ "effect": "allow"
91
+ },
92
+ {
93
+ "action": "shell",
94
+ "resource": "wc",
95
+ "effect": "allow"
96
+ },
97
+ {
98
+ "action": "shell",
99
+ "resource": "wc *",
100
+ "effect": "allow"
101
+ },
102
+ {
103
+ "action": "shell",
104
+ "resource": "sort",
105
+ "effect": "allow"
106
+ },
107
+ {
108
+ "action": "shell",
109
+ "resource": "sort *",
110
+ "effect": "allow"
111
+ },
112
+ {
113
+ "action": "shell",
114
+ "resource": "uniq",
115
+ "effect": "allow"
116
+ },
117
+ {
118
+ "action": "shell",
119
+ "resource": "uniq *",
120
+ "effect": "allow"
121
+ },
122
+ {
123
+ "action": "shell",
124
+ "resource": "printf",
125
+ "effect": "allow"
126
+ },
127
+ {
128
+ "action": "shell",
129
+ "resource": "printf *",
130
+ "effect": "allow"
131
+ },
132
+ {
133
+ "action": "shell",
134
+ "resource": "echo",
135
+ "effect": "allow"
136
+ },
137
+ {
138
+ "action": "shell",
139
+ "resource": "echo *",
140
+ "effect": "allow"
141
+ },
142
+ {
143
+ "action": "shell",
144
+ "resource": "grep",
145
+ "effect": "allow"
146
+ },
147
+ {
148
+ "action": "shell",
149
+ "resource": "grep *",
150
+ "effect": "allow"
151
+ },
152
+ {
153
+ "action": "shell",
154
+ "resource": "rg",
155
+ "effect": "allow"
156
+ },
157
+ {
158
+ "action": "shell",
159
+ "resource": "rg *",
160
+ "effect": "allow"
161
+ },
162
+ {
163
+ "action": "shell",
164
+ "resource": "find",
165
+ "effect": "allow"
166
+ },
167
+ {
168
+ "action": "shell",
169
+ "resource": "find *",
170
+ "effect": "allow"
171
+ },
172
+ {
173
+ "action": "shell",
174
+ "resource": "diff",
175
+ "effect": "allow"
176
+ },
177
+ {
178
+ "action": "shell",
179
+ "resource": "diff *",
180
+ "effect": "allow"
181
+ },
182
+ {
183
+ "action": "shell",
184
+ "resource": "cmp",
185
+ "effect": "allow"
186
+ },
187
+ {
188
+ "action": "shell",
189
+ "resource": "cmp *",
190
+ "effect": "allow"
191
+ },
192
+ {
193
+ "action": "shell",
194
+ "resource": "ls",
195
+ "effect": "allow"
196
+ },
197
+ {
198
+ "action": "shell",
199
+ "resource": "ls *",
200
+ "effect": "allow"
201
+ },
202
+ {
203
+ "action": "shell",
204
+ "resource": "du",
205
+ "effect": "allow"
206
+ },
207
+ {
208
+ "action": "shell",
209
+ "resource": "du *",
210
+ "effect": "allow"
211
+ },
212
+ {
213
+ "action": "shell",
214
+ "resource": "df",
215
+ "effect": "allow"
216
+ },
217
+ {
218
+ "action": "shell",
219
+ "resource": "df *",
220
+ "effect": "allow"
221
+ },
222
+ {
223
+ "action": "shell",
224
+ "resource": "stat",
225
+ "effect": "allow"
226
+ },
227
+ {
228
+ "action": "shell",
229
+ "resource": "stat *",
230
+ "effect": "allow"
231
+ },
232
+ {
233
+ "action": "shell",
234
+ "resource": "file",
235
+ "effect": "allow"
236
+ },
237
+ {
238
+ "action": "shell",
239
+ "resource": "file *",
240
+ "effect": "allow"
241
+ },
242
+ {
243
+ "action": "shell",
244
+ "resource": "realpath",
245
+ "effect": "allow"
246
+ },
247
+ {
248
+ "action": "shell",
249
+ "resource": "realpath *",
250
+ "effect": "allow"
251
+ },
252
+ {
253
+ "action": "shell",
254
+ "resource": "basename",
255
+ "effect": "allow"
256
+ },
257
+ {
258
+ "action": "shell",
259
+ "resource": "basename *",
260
+ "effect": "allow"
261
+ },
262
+ {
263
+ "action": "shell",
264
+ "resource": "dirname",
265
+ "effect": "allow"
266
+ },
267
+ {
268
+ "action": "shell",
269
+ "resource": "dirname *",
270
+ "effect": "allow"
271
+ },
272
+ {
273
+ "action": "shell",
274
+ "resource": "shasum",
275
+ "effect": "allow"
276
+ },
277
+ {
278
+ "action": "shell",
279
+ "resource": "shasum *",
280
+ "effect": "allow"
281
+ },
282
+ {
283
+ "action": "shell",
284
+ "resource": "sha256sum",
285
+ "effect": "allow"
286
+ },
287
+ {
288
+ "action": "shell",
289
+ "resource": "sha256sum *",
290
+ "effect": "allow"
291
+ },
292
+ {
293
+ "action": "shell",
294
+ "resource": "md5sum",
295
+ "effect": "allow"
296
+ },
297
+ {
298
+ "action": "shell",
299
+ "resource": "md5sum *",
300
+ "effect": "allow"
301
+ },
302
+ {
303
+ "action": "shell",
304
+ "resource": "uname",
305
+ "effect": "allow"
306
+ },
307
+ {
308
+ "action": "shell",
309
+ "resource": "uname *",
310
+ "effect": "allow"
311
+ },
312
+ {
313
+ "action": "shell",
314
+ "resource": "whoami",
315
+ "effect": "allow"
316
+ },
317
+ {
318
+ "action": "shell",
319
+ "resource": "whoami *",
320
+ "effect": "allow"
321
+ },
322
+ {
323
+ "action": "shell",
324
+ "resource": "hostname",
325
+ "effect": "allow"
326
+ },
327
+ {
328
+ "action": "shell",
329
+ "resource": "hostname *",
330
+ "effect": "allow"
331
+ },
332
+ {
333
+ "action": "shell",
334
+ "resource": "date",
335
+ "effect": "allow"
336
+ },
337
+ {
338
+ "action": "shell",
339
+ "resource": "date *",
340
+ "effect": "allow"
341
+ },
342
+ {
343
+ "action": "shell",
344
+ "resource": "printenv",
345
+ "effect": "allow"
346
+ },
347
+ {
348
+ "action": "shell",
349
+ "resource": "printenv *",
350
+ "effect": "allow"
351
+ },
352
+ {
353
+ "action": "shell",
354
+ "resource": "which",
355
+ "effect": "allow"
356
+ },
357
+ {
358
+ "action": "shell",
359
+ "resource": "which *",
360
+ "effect": "allow"
361
+ },
362
+ {
363
+ "action": "shell",
364
+ "resource": "command -v",
365
+ "effect": "allow"
366
+ },
367
+ {
368
+ "action": "shell",
369
+ "resource": "command -v *",
370
+ "effect": "allow"
371
+ },
372
+ {
373
+ "action": "shell",
374
+ "resource": "mktemp",
375
+ "effect": "allow"
376
+ },
377
+ {
378
+ "action": "shell",
379
+ "resource": "mktemp *",
380
+ "effect": "allow"
381
+ },
382
+ {
383
+ "action": "shell",
384
+ "resource": "tr",
385
+ "effect": "allow"
386
+ },
387
+ {
388
+ "action": "shell",
389
+ "resource": "tr *",
390
+ "effect": "allow"
391
+ },
392
+ {
393
+ "action": "shell",
394
+ "resource": "cut",
395
+ "effect": "allow"
396
+ },
397
+ {
398
+ "action": "shell",
399
+ "resource": "cut *",
400
+ "effect": "allow"
401
+ },
402
+ {
403
+ "action": "shell",
404
+ "resource": "paste",
405
+ "effect": "allow"
406
+ },
407
+ {
408
+ "action": "shell",
409
+ "resource": "paste *",
410
+ "effect": "allow"
411
+ },
412
+ {
413
+ "action": "shell",
414
+ "resource": "column",
415
+ "effect": "allow"
416
+ },
417
+ {
418
+ "action": "shell",
419
+ "resource": "column *",
420
+ "effect": "allow"
421
+ },
422
+ {
423
+ "action": "shell",
424
+ "resource": "node --version",
425
+ "effect": "allow"
426
+ },
427
+ {
428
+ "action": "shell",
429
+ "resource": "node --version *",
430
+ "effect": "allow"
431
+ },
432
+ {
433
+ "action": "shell",
434
+ "resource": "python3 --version",
435
+ "effect": "allow"
436
+ },
437
+ {
438
+ "action": "shell",
439
+ "resource": "python3 --version *",
440
+ "effect": "allow"
441
+ },
442
+ {
443
+ "action": "shell",
444
+ "resource": "python --version",
445
+ "effect": "allow"
446
+ },
447
+ {
448
+ "action": "shell",
449
+ "resource": "python --version *",
450
+ "effect": "allow"
451
+ },
452
+ {
453
+ "action": "shell",
454
+ "resource": "deno --version",
455
+ "effect": "allow"
456
+ },
457
+ {
458
+ "action": "shell",
459
+ "resource": "deno --version *",
460
+ "effect": "allow"
461
+ },
462
+ {
463
+ "action": "shell",
464
+ "resource": "bun test",
465
+ "effect": "allow"
466
+ },
467
+ {
468
+ "action": "shell",
469
+ "resource": "bun test *",
470
+ "effect": "allow"
471
+ },
472
+ {
473
+ "action": "shell",
474
+ "resource": "bun run test",
475
+ "effect": "allow"
476
+ },
477
+ {
478
+ "action": "shell",
479
+ "resource": "bun run test *",
480
+ "effect": "allow"
481
+ },
482
+ {
483
+ "action": "shell",
484
+ "resource": "bun --version",
485
+ "effect": "allow"
486
+ },
487
+ {
488
+ "action": "shell",
489
+ "resource": "bun --version *",
490
+ "effect": "allow"
491
+ },
492
+ {
493
+ "action": "shell",
494
+ "resource": "bun run typecheck",
495
+ "effect": "allow"
496
+ },
497
+ {
498
+ "action": "shell",
499
+ "resource": "bun run typecheck *",
500
+ "effect": "allow"
501
+ },
502
+ {
503
+ "action": "shell",
504
+ "resource": "bun run lint",
505
+ "effect": "allow"
506
+ },
507
+ {
508
+ "action": "shell",
509
+ "resource": "bun run lint *",
510
+ "effect": "allow"
511
+ },
512
+ {
513
+ "action": "shell",
514
+ "resource": "bun run build",
515
+ "effect": "allow"
516
+ },
517
+ {
518
+ "action": "shell",
519
+ "resource": "bun run build *",
520
+ "effect": "allow"
521
+ },
522
+ {
523
+ "action": "shell",
524
+ "resource": "bun run check",
525
+ "effect": "allow"
526
+ },
527
+ {
528
+ "action": "shell",
529
+ "resource": "bun run check *",
530
+ "effect": "allow"
531
+ },
532
+ {
533
+ "action": "shell",
534
+ "resource": "tsc --noEmit",
535
+ "effect": "allow"
536
+ },
537
+ {
538
+ "action": "shell",
539
+ "resource": "tsc --noEmit *",
540
+ "effect": "allow"
541
+ },
542
+ {
543
+ "action": "shell",
544
+ "resource": "npx tsc --noEmit",
545
+ "effect": "allow"
546
+ },
547
+ {
548
+ "action": "shell",
549
+ "resource": "npx tsc --noEmit *",
550
+ "effect": "allow"
551
+ },
552
+ {
553
+ "action": "shell",
554
+ "resource": "eslint",
555
+ "effect": "allow"
556
+ },
557
+ {
558
+ "action": "shell",
559
+ "resource": "eslint *",
560
+ "effect": "allow"
561
+ },
562
+ {
563
+ "action": "shell",
564
+ "resource": "biome check",
565
+ "effect": "allow"
566
+ },
567
+ {
568
+ "action": "shell",
569
+ "resource": "biome check *",
570
+ "effect": "allow"
571
+ },
572
+ {
573
+ "action": "shell",
574
+ "resource": "prettier --check",
575
+ "effect": "allow"
576
+ },
577
+ {
578
+ "action": "shell",
579
+ "resource": "prettier --check *",
580
+ "effect": "allow"
581
+ },
582
+ {
583
+ "action": "shell",
584
+ "resource": "npm test",
585
+ "effect": "allow"
586
+ },
587
+ {
588
+ "action": "shell",
589
+ "resource": "npm test *",
590
+ "effect": "allow"
591
+ },
592
+ {
593
+ "action": "shell",
594
+ "resource": "npm run test",
595
+ "effect": "allow"
596
+ },
597
+ {
598
+ "action": "shell",
599
+ "resource": "npm run test *",
600
+ "effect": "allow"
601
+ },
602
+ {
603
+ "action": "shell",
604
+ "resource": "npm run typecheck",
605
+ "effect": "allow"
606
+ },
607
+ {
608
+ "action": "shell",
609
+ "resource": "npm run typecheck *",
610
+ "effect": "allow"
611
+ },
612
+ {
613
+ "action": "shell",
614
+ "resource": "npm run lint",
615
+ "effect": "allow"
616
+ },
617
+ {
618
+ "action": "shell",
619
+ "resource": "npm run lint *",
620
+ "effect": "allow"
621
+ },
622
+ {
623
+ "action": "shell",
624
+ "resource": "npm run build",
625
+ "effect": "allow"
626
+ },
627
+ {
628
+ "action": "shell",
629
+ "resource": "npm run build *",
630
+ "effect": "allow"
631
+ },
632
+ {
633
+ "action": "shell",
634
+ "resource": "pnpm test",
635
+ "effect": "allow"
636
+ },
637
+ {
638
+ "action": "shell",
639
+ "resource": "pnpm test *",
640
+ "effect": "allow"
641
+ },
642
+ {
643
+ "action": "shell",
644
+ "resource": "pnpm run test",
645
+ "effect": "allow"
646
+ },
647
+ {
648
+ "action": "shell",
649
+ "resource": "pnpm run test *",
650
+ "effect": "allow"
651
+ },
652
+ {
653
+ "action": "shell",
654
+ "resource": "pnpm run build",
655
+ "effect": "allow"
656
+ },
657
+ {
658
+ "action": "shell",
659
+ "resource": "pnpm run build *",
660
+ "effect": "allow"
661
+ },
662
+ {
663
+ "action": "shell",
664
+ "resource": "yarn test",
665
+ "effect": "allow"
666
+ },
667
+ {
668
+ "action": "shell",
669
+ "resource": "yarn test *",
670
+ "effect": "allow"
671
+ },
672
+ {
673
+ "action": "shell",
674
+ "resource": "yarn build",
675
+ "effect": "allow"
676
+ },
677
+ {
678
+ "action": "shell",
679
+ "resource": "yarn build *",
680
+ "effect": "allow"
681
+ },
682
+ {
683
+ "action": "shell",
684
+ "resource": "vitest run",
685
+ "effect": "allow"
686
+ },
687
+ {
688
+ "action": "shell",
689
+ "resource": "vitest run *",
690
+ "effect": "allow"
691
+ },
692
+ {
693
+ "action": "shell",
694
+ "resource": "jest",
695
+ "effect": "allow"
696
+ },
697
+ {
698
+ "action": "shell",
699
+ "resource": "jest *",
700
+ "effect": "allow"
701
+ },
702
+ {
703
+ "action": "shell",
704
+ "resource": "playwright test",
705
+ "effect": "allow"
706
+ },
707
+ {
708
+ "action": "shell",
709
+ "resource": "playwright test *",
710
+ "effect": "allow"
711
+ },
712
+ {
713
+ "action": "shell",
714
+ "resource": "cargo check",
715
+ "effect": "allow"
716
+ },
717
+ {
718
+ "action": "shell",
719
+ "resource": "cargo check *",
720
+ "effect": "allow"
721
+ },
722
+ {
723
+ "action": "shell",
724
+ "resource": "cargo test",
725
+ "effect": "allow"
726
+ },
727
+ {
728
+ "action": "shell",
729
+ "resource": "cargo test *",
730
+ "effect": "allow"
731
+ },
732
+ {
733
+ "action": "shell",
734
+ "resource": "cargo build",
735
+ "effect": "allow"
736
+ },
737
+ {
738
+ "action": "shell",
739
+ "resource": "cargo build *",
740
+ "effect": "allow"
741
+ },
742
+ {
743
+ "action": "shell",
744
+ "resource": "cargo clippy",
745
+ "effect": "allow"
746
+ },
747
+ {
748
+ "action": "shell",
749
+ "resource": "cargo clippy *",
750
+ "effect": "allow"
751
+ },
752
+ {
753
+ "action": "shell",
754
+ "resource": "cargo fmt --check",
755
+ "effect": "allow"
756
+ },
757
+ {
758
+ "action": "shell",
759
+ "resource": "cargo fmt --check *",
760
+ "effect": "allow"
761
+ },
762
+ {
763
+ "action": "shell",
764
+ "resource": "cargo --version",
765
+ "effect": "allow"
766
+ },
767
+ {
768
+ "action": "shell",
769
+ "resource": "cargo --version *",
770
+ "effect": "allow"
771
+ },
772
+ {
773
+ "action": "shell",
774
+ "resource": "go build ./...",
775
+ "effect": "allow"
776
+ },
777
+ {
778
+ "action": "shell",
779
+ "resource": "go build ./... *",
780
+ "effect": "allow"
781
+ },
782
+ {
783
+ "action": "shell",
784
+ "resource": "go test ./...",
785
+ "effect": "allow"
786
+ },
787
+ {
788
+ "action": "shell",
789
+ "resource": "go test ./... *",
790
+ "effect": "allow"
791
+ },
792
+ {
793
+ "action": "shell",
794
+ "resource": "go vet ./...",
795
+ "effect": "allow"
796
+ },
797
+ {
798
+ "action": "shell",
799
+ "resource": "go vet ./... *",
800
+ "effect": "allow"
801
+ },
802
+ {
803
+ "action": "shell",
804
+ "resource": "go version",
805
+ "effect": "allow"
806
+ },
807
+ {
808
+ "action": "shell",
809
+ "resource": "go version *",
810
+ "effect": "allow"
811
+ },
812
+ {
813
+ "action": "shell",
814
+ "resource": "pytest",
815
+ "effect": "allow"
816
+ },
817
+ {
818
+ "action": "shell",
819
+ "resource": "pytest *",
820
+ "effect": "allow"
821
+ },
822
+ {
823
+ "action": "shell",
824
+ "resource": "python3 -m pytest",
825
+ "effect": "allow"
826
+ },
827
+ {
828
+ "action": "shell",
829
+ "resource": "python3 -m pytest *",
830
+ "effect": "allow"
831
+ },
832
+ {
833
+ "action": "shell",
834
+ "resource": "python -m pytest",
835
+ "effect": "allow"
836
+ },
837
+ {
838
+ "action": "shell",
839
+ "resource": "python -m pytest *",
840
+ "effect": "allow"
841
+ },
842
+ {
843
+ "action": "shell",
844
+ "resource": "ruff check",
845
+ "effect": "allow"
846
+ },
847
+ {
848
+ "action": "shell",
849
+ "resource": "ruff check *",
850
+ "effect": "allow"
851
+ },
852
+ {
853
+ "action": "shell",
854
+ "resource": "mypy",
855
+ "effect": "allow"
856
+ },
857
+ {
858
+ "action": "shell",
859
+ "resource": "mypy *",
860
+ "effect": "allow"
861
+ },
862
+ {
863
+ "action": "shell",
864
+ "resource": "pyright",
865
+ "effect": "allow"
866
+ },
867
+ {
868
+ "action": "shell",
869
+ "resource": "pyright *",
870
+ "effect": "allow"
871
+ },
872
+ {
873
+ "action": "shell",
874
+ "resource": "mvn test",
875
+ "effect": "allow"
876
+ },
877
+ {
878
+ "action": "shell",
879
+ "resource": "mvn test *",
880
+ "effect": "allow"
881
+ },
882
+ {
883
+ "action": "shell",
884
+ "resource": "mvn verify",
885
+ "effect": "allow"
886
+ },
887
+ {
888
+ "action": "shell",
889
+ "resource": "mvn verify *",
890
+ "effect": "allow"
891
+ },
892
+ {
893
+ "action": "shell",
894
+ "resource": "gradle test",
895
+ "effect": "allow"
896
+ },
897
+ {
898
+ "action": "shell",
899
+ "resource": "gradle test *",
900
+ "effect": "allow"
901
+ },
902
+ {
903
+ "action": "shell",
904
+ "resource": "gradle check",
905
+ "effect": "allow"
906
+ },
907
+ {
908
+ "action": "shell",
909
+ "resource": "gradle check *",
910
+ "effect": "allow"
911
+ },
912
+ {
913
+ "action": "shell",
914
+ "resource": "./gradlew test",
915
+ "effect": "allow"
916
+ },
917
+ {
918
+ "action": "shell",
919
+ "resource": "./gradlew test *",
920
+ "effect": "allow"
921
+ },
922
+ {
923
+ "action": "shell",
924
+ "resource": "./gradlew check",
925
+ "effect": "allow"
926
+ },
927
+ {
928
+ "action": "shell",
929
+ "resource": "./gradlew check *",
930
+ "effect": "allow"
931
+ },
932
+ {
933
+ "action": "shell",
934
+ "resource": "make test",
935
+ "effect": "allow"
936
+ },
937
+ {
938
+ "action": "shell",
939
+ "resource": "make test *",
940
+ "effect": "allow"
941
+ },
942
+ {
943
+ "action": "shell",
944
+ "resource": "make check",
945
+ "effect": "allow"
946
+ },
947
+ {
948
+ "action": "shell",
949
+ "resource": "make check *",
950
+ "effect": "allow"
951
+ },
952
+ {
953
+ "action": "shell",
954
+ "resource": "make build",
955
+ "effect": "allow"
956
+ },
957
+ {
958
+ "action": "shell",
959
+ "resource": "make build *",
960
+ "effect": "allow"
961
+ },
962
+ {
963
+ "action": "shell",
964
+ "resource": "make --version",
965
+ "effect": "allow"
966
+ },
967
+ {
968
+ "action": "shell",
969
+ "resource": "make --version *",
970
+ "effect": "allow"
971
+ },
972
+ {
973
+ "action": "shell",
974
+ "resource": "just --list",
975
+ "effect": "allow"
976
+ },
977
+ {
978
+ "action": "shell",
979
+ "resource": "just --list *",
980
+ "effect": "allow"
981
+ },
982
+ {
983
+ "action": "shell",
984
+ "resource": "git status",
985
+ "effect": "allow"
986
+ },
987
+ {
988
+ "action": "shell",
989
+ "resource": "git status *",
990
+ "effect": "allow"
991
+ },
992
+ {
993
+ "action": "shell",
994
+ "resource": "git status --short",
995
+ "effect": "allow"
996
+ },
997
+ {
998
+ "action": "shell",
999
+ "resource": "git status --short *",
1000
+ "effect": "allow"
1001
+ },
1002
+ {
1003
+ "action": "shell",
1004
+ "resource": "git status --short --branch",
1005
+ "effect": "allow"
1006
+ },
1007
+ {
1008
+ "action": "shell",
1009
+ "resource": "git status --short --branch *",
1010
+ "effect": "allow"
1011
+ },
1012
+ {
1013
+ "action": "shell",
1014
+ "resource": "git status --porcelain",
1015
+ "effect": "allow"
1016
+ },
1017
+ {
1018
+ "action": "shell",
1019
+ "resource": "git status --porcelain *",
1020
+ "effect": "allow"
1021
+ },
1022
+ {
1023
+ "action": "shell",
1024
+ "resource": "git status --porcelain=v1 --branch",
1025
+ "effect": "allow"
1026
+ },
1027
+ {
1028
+ "action": "shell",
1029
+ "resource": "git status --porcelain=v1 --branch *",
1030
+ "effect": "allow"
1031
+ },
1032
+ {
1033
+ "action": "shell",
1034
+ "resource": "git diff",
1035
+ "effect": "allow"
1036
+ },
1037
+ {
1038
+ "action": "shell",
1039
+ "resource": "git diff *",
1040
+ "effect": "allow"
1041
+ },
1042
+ {
1043
+ "action": "shell",
1044
+ "resource": "git diff --stat",
1045
+ "effect": "allow"
1046
+ },
1047
+ {
1048
+ "action": "shell",
1049
+ "resource": "git diff --stat *",
1050
+ "effect": "allow"
1051
+ },
1052
+ {
1053
+ "action": "shell",
1054
+ "resource": "git diff --cached",
1055
+ "effect": "allow"
1056
+ },
1057
+ {
1058
+ "action": "shell",
1059
+ "resource": "git diff --cached *",
1060
+ "effect": "allow"
1061
+ },
1062
+ {
1063
+ "action": "shell",
1064
+ "resource": "git diff --check",
1065
+ "effect": "allow"
1066
+ },
1067
+ {
1068
+ "action": "shell",
1069
+ "resource": "git diff --check *",
1070
+ "effect": "allow"
1071
+ },
1072
+ {
1073
+ "action": "shell",
1074
+ "resource": "git log",
1075
+ "effect": "allow"
1076
+ },
1077
+ {
1078
+ "action": "shell",
1079
+ "resource": "git log *",
1080
+ "effect": "allow"
1081
+ },
1082
+ {
1083
+ "action": "shell",
1084
+ "resource": "git show",
1085
+ "effect": "allow"
1086
+ },
1087
+ {
1088
+ "action": "shell",
1089
+ "resource": "git show *",
1090
+ "effect": "allow"
1091
+ },
1092
+ {
1093
+ "action": "shell",
1094
+ "resource": "git rev-parse",
1095
+ "effect": "allow"
1096
+ },
1097
+ {
1098
+ "action": "shell",
1099
+ "resource": "git rev-parse *",
1100
+ "effect": "allow"
1101
+ },
1102
+ {
1103
+ "action": "shell",
1104
+ "resource": "git rev-list",
1105
+ "effect": "allow"
1106
+ },
1107
+ {
1108
+ "action": "shell",
1109
+ "resource": "git rev-list *",
1110
+ "effect": "allow"
1111
+ },
1112
+ {
1113
+ "action": "shell",
1114
+ "resource": "git show-ref",
1115
+ "effect": "allow"
1116
+ },
1117
+ {
1118
+ "action": "shell",
1119
+ "resource": "git show-ref *",
1120
+ "effect": "allow"
1121
+ },
1122
+ {
1123
+ "action": "shell",
1124
+ "resource": "git cat-file",
1125
+ "effect": "allow"
1126
+ },
1127
+ {
1128
+ "action": "shell",
1129
+ "resource": "git cat-file *",
1130
+ "effect": "allow"
1131
+ },
1132
+ {
1133
+ "action": "shell",
1134
+ "resource": "git symbolic-ref --short HEAD *",
1135
+ "effect": "allow"
1136
+ },
1137
+ {
1138
+ "action": "shell",
1139
+ "resource": "git ls-files",
1140
+ "effect": "allow"
1141
+ },
1142
+ {
1143
+ "action": "shell",
1144
+ "resource": "git ls-files *",
1145
+ "effect": "allow"
1146
+ },
1147
+ {
1148
+ "action": "shell",
1149
+ "resource": "git ls-remote",
1150
+ "effect": "allow"
1151
+ },
1152
+ {
1153
+ "action": "shell",
1154
+ "resource": "git ls-remote *",
1155
+ "effect": "allow"
1156
+ },
1157
+ {
1158
+ "action": "shell",
1159
+ "resource": "git grep",
1160
+ "effect": "allow"
1161
+ },
1162
+ {
1163
+ "action": "shell",
1164
+ "resource": "git grep *",
1165
+ "effect": "allow"
1166
+ },
1167
+ {
1168
+ "action": "shell",
1169
+ "resource": "git branch",
1170
+ "effect": "allow"
1171
+ },
1172
+ {
1173
+ "action": "shell",
1174
+ "resource": "git branch *",
1175
+ "effect": "allow"
1176
+ },
1177
+ {
1178
+ "action": "shell",
1179
+ "resource": "git tag",
1180
+ "effect": "allow"
1181
+ },
1182
+ {
1183
+ "action": "shell",
1184
+ "resource": "git tag *",
1185
+ "effect": "allow"
1186
+ },
1187
+ {
1188
+ "action": "shell",
1189
+ "resource": "git remote",
1190
+ "effect": "allow"
1191
+ },
1192
+ {
1193
+ "action": "shell",
1194
+ "resource": "git remote *",
1195
+ "effect": "allow"
1196
+ },
1197
+ {
1198
+ "action": "shell",
1199
+ "resource": "git reflog",
1200
+ "effect": "allow"
1201
+ },
1202
+ {
1203
+ "action": "shell",
1204
+ "resource": "git reflog *",
1205
+ "effect": "allow"
1206
+ },
1207
+ {
1208
+ "action": "shell",
1209
+ "resource": "git branch --list",
1210
+ "effect": "allow"
1211
+ },
1212
+ {
1213
+ "action": "shell",
1214
+ "resource": "git branch --list *",
1215
+ "effect": "allow"
1216
+ },
1217
+ {
1218
+ "action": "shell",
1219
+ "resource": "git branch -l",
1220
+ "effect": "allow"
1221
+ },
1222
+ {
1223
+ "action": "shell",
1224
+ "resource": "git branch -l *",
1225
+ "effect": "allow"
1226
+ },
1227
+ {
1228
+ "action": "shell",
1229
+ "resource": "git branch -a",
1230
+ "effect": "allow"
1231
+ },
1232
+ {
1233
+ "action": "shell",
1234
+ "resource": "git branch -a *",
1235
+ "effect": "allow"
1236
+ },
1237
+ {
1238
+ "action": "shell",
1239
+ "resource": "git branch -r",
1240
+ "effect": "allow"
1241
+ },
1242
+ {
1243
+ "action": "shell",
1244
+ "resource": "git branch -r *",
1245
+ "effect": "allow"
1246
+ },
1247
+ {
1248
+ "action": "shell",
1249
+ "resource": "git branch -v",
1250
+ "effect": "allow"
1251
+ },
1252
+ {
1253
+ "action": "shell",
1254
+ "resource": "git branch -v *",
1255
+ "effect": "allow"
1256
+ },
1257
+ {
1258
+ "action": "shell",
1259
+ "resource": "git branch -vv",
1260
+ "effect": "allow"
1261
+ },
1262
+ {
1263
+ "action": "shell",
1264
+ "resource": "git branch -vv *",
1265
+ "effect": "allow"
1266
+ },
1267
+ {
1268
+ "action": "shell",
1269
+ "resource": "git branch --all",
1270
+ "effect": "allow"
1271
+ },
1272
+ {
1273
+ "action": "shell",
1274
+ "resource": "git branch --all *",
1275
+ "effect": "allow"
1276
+ },
1277
+ {
1278
+ "action": "shell",
1279
+ "resource": "git branch --remotes",
1280
+ "effect": "allow"
1281
+ },
1282
+ {
1283
+ "action": "shell",
1284
+ "resource": "git branch --remotes *",
1285
+ "effect": "allow"
1286
+ },
1287
+ {
1288
+ "action": "shell",
1289
+ "resource": "git branch --show-current",
1290
+ "effect": "allow"
1291
+ },
1292
+ {
1293
+ "action": "shell",
1294
+ "resource": "git branch --show-current *",
1295
+ "effect": "allow"
1296
+ },
1297
+ {
1298
+ "action": "shell",
1299
+ "resource": "git branch --contains",
1300
+ "effect": "allow"
1301
+ },
1302
+ {
1303
+ "action": "shell",
1304
+ "resource": "git branch --contains *",
1305
+ "effect": "allow"
1306
+ },
1307
+ {
1308
+ "action": "shell",
1309
+ "resource": "git tag --list",
1310
+ "effect": "allow"
1311
+ },
1312
+ {
1313
+ "action": "shell",
1314
+ "resource": "git tag --list *",
1315
+ "effect": "allow"
1316
+ },
1317
+ {
1318
+ "action": "shell",
1319
+ "resource": "git tag -l",
1320
+ "effect": "allow"
1321
+ },
1322
+ {
1323
+ "action": "shell",
1324
+ "resource": "git tag -l *",
1325
+ "effect": "allow"
1326
+ },
1327
+ {
1328
+ "action": "shell",
1329
+ "resource": "git tag -n",
1330
+ "effect": "allow"
1331
+ },
1332
+ {
1333
+ "action": "shell",
1334
+ "resource": "git tag -n *",
1335
+ "effect": "allow"
1336
+ },
1337
+ {
1338
+ "action": "shell",
1339
+ "resource": "git remote -v",
1340
+ "effect": "allow"
1341
+ },
1342
+ {
1343
+ "action": "shell",
1344
+ "resource": "git remote -v *",
1345
+ "effect": "allow"
1346
+ },
1347
+ {
1348
+ "action": "shell",
1349
+ "resource": "git remote --verbose",
1350
+ "effect": "allow"
1351
+ },
1352
+ {
1353
+ "action": "shell",
1354
+ "resource": "git remote --verbose *",
1355
+ "effect": "allow"
1356
+ },
1357
+ {
1358
+ "action": "shell",
1359
+ "resource": "git remote show",
1360
+ "effect": "allow"
1361
+ },
1362
+ {
1363
+ "action": "shell",
1364
+ "resource": "git remote show *",
1365
+ "effect": "allow"
1366
+ },
1367
+ {
1368
+ "action": "shell",
1369
+ "resource": "git remote get-url",
1370
+ "effect": "allow"
1371
+ },
1372
+ {
1373
+ "action": "shell",
1374
+ "resource": "git remote get-url *",
1375
+ "effect": "allow"
1376
+ },
1377
+ {
1378
+ "action": "shell",
1379
+ "resource": "git reflog show",
1380
+ "effect": "allow"
1381
+ },
1382
+ {
1383
+ "action": "shell",
1384
+ "resource": "git reflog show *",
1385
+ "effect": "allow"
1386
+ },
1387
+ {
1388
+ "action": "shell",
1389
+ "resource": "git stash list",
1390
+ "effect": "allow"
1391
+ },
1392
+ {
1393
+ "action": "shell",
1394
+ "resource": "git stash list *",
1395
+ "effect": "allow"
1396
+ },
1397
+ {
1398
+ "action": "shell",
1399
+ "resource": "git describe",
1400
+ "effect": "allow"
1401
+ },
1402
+ {
1403
+ "action": "shell",
1404
+ "resource": "git describe *",
1405
+ "effect": "allow"
1406
+ },
1407
+ {
1408
+ "action": "shell",
1409
+ "resource": "git worktree list",
1410
+ "effect": "allow"
1411
+ },
1412
+ {
1413
+ "action": "shell",
1414
+ "resource": "git worktree list *",
1415
+ "effect": "allow"
1416
+ },
1417
+ {
1418
+ "action": "shell",
1419
+ "resource": "git config --get",
1420
+ "effect": "allow"
1421
+ },
1422
+ {
1423
+ "action": "shell",
1424
+ "resource": "git config --get *",
1425
+ "effect": "allow"
1426
+ },
1427
+ {
1428
+ "action": "shell",
1429
+ "resource": "git config --get-regexp",
1430
+ "effect": "allow"
1431
+ },
1432
+ {
1433
+ "action": "shell",
1434
+ "resource": "git config --get-regexp *",
1435
+ "effect": "allow"
1436
+ },
1437
+ {
1438
+ "action": "shell",
1439
+ "resource": "git branch *",
1440
+ "effect": "ask"
1441
+ },
1442
+ {
1443
+ "action": "shell",
1444
+ "resource": "git tag *",
1445
+ "effect": "ask"
1446
+ },
1447
+ {
1448
+ "action": "shell",
1449
+ "resource": "git remote *",
1450
+ "effect": "ask"
1451
+ },
1452
+ {
1453
+ "action": "shell",
1454
+ "resource": "git symbolic-ref *",
1455
+ "effect": "ask"
1456
+ },
1457
+ {
1458
+ "action": "shell",
1459
+ "resource": "git reflog *",
1460
+ "effect": "ask"
1461
+ },
1462
+ {
1463
+ "action": "shell",
1464
+ "resource": "git push --force*",
1465
+ "effect": "deny"
1466
+ },
1467
+ {
1468
+ "action": "shell",
1469
+ "resource": "git push -f*",
1470
+ "effect": "deny"
1471
+ },
1472
+ {
1473
+ "action": "shell",
1474
+ "resource": "git reset --hard*",
1475
+ "effect": "deny"
1476
+ },
1477
+ {
1478
+ "action": "shell",
1479
+ "resource": "git clean*",
1480
+ "effect": "deny"
1481
+ },
1482
+ {
1483
+ "action": "shell",
1484
+ "resource": "git filter-branch*",
1485
+ "effect": "deny"
1486
+ },
1487
+ {
1488
+ "action": "shell",
1489
+ "resource": "git filter-repo*",
1490
+ "effect": "deny"
1491
+ },
1492
+ {
1493
+ "action": "shell",
1494
+ "resource": "git rebase*",
1495
+ "effect": "deny"
1496
+ },
1497
+ {
1498
+ "action": "shell",
1499
+ "resource": "git checkout --*",
1500
+ "effect": "deny"
1501
+ },
1502
+ {
1503
+ "action": "shell",
1504
+ "resource": "git restore*",
1505
+ "effect": "deny"
1506
+ },
1507
+ {
1508
+ "action": "shell",
1509
+ "resource": "git branch -D*",
1510
+ "effect": "deny"
1511
+ },
1512
+ {
1513
+ "action": "shell",
1514
+ "resource": "git remote remove*",
1515
+ "effect": "deny"
1516
+ },
1517
+ {
1518
+ "action": "shell",
1519
+ "resource": "git remote set-url*",
1520
+ "effect": "deny"
1521
+ },
1522
+ {
1523
+ "action": "shell",
1524
+ "resource": "git remote add*",
1525
+ "effect": "deny"
1526
+ },
1527
+ {
1528
+ "action": "shell",
1529
+ "resource": "git add",
1530
+ "effect": "ask"
1531
+ },
1532
+ {
1533
+ "action": "shell",
1534
+ "resource": "git add *",
1535
+ "effect": "ask"
1536
+ },
1537
+ {
1538
+ "action": "shell",
1539
+ "resource": "git rm --cached",
1540
+ "effect": "ask"
1541
+ },
1542
+ {
1543
+ "action": "shell",
1544
+ "resource": "git rm --cached *",
1545
+ "effect": "ask"
1546
+ },
1547
+ {
1548
+ "action": "shell",
1549
+ "resource": "git commit",
1550
+ "effect": "ask"
1551
+ },
1552
+ {
1553
+ "action": "shell",
1554
+ "resource": "git commit *",
1555
+ "effect": "ask"
1556
+ },
1557
+ {
1558
+ "action": "shell",
1559
+ "resource": "git merge --ff-only",
1560
+ "effect": "ask"
1561
+ },
1562
+ {
1563
+ "action": "shell",
1564
+ "resource": "git merge --ff-only *",
1565
+ "effect": "ask"
1566
+ },
1567
+ {
1568
+ "action": "shell",
1569
+ "resource": "git merge --no-ff",
1570
+ "effect": "ask"
1571
+ },
1572
+ {
1573
+ "action": "shell",
1574
+ "resource": "git merge --no-ff *",
1575
+ "effect": "ask"
1576
+ },
1577
+ {
1578
+ "action": "shell",
1579
+ "resource": "git push",
1580
+ "effect": "ask"
1581
+ },
1582
+ {
1583
+ "action": "shell",
1584
+ "resource": "git push *",
1585
+ "effect": "ask"
1586
+ },
1587
+ {
1588
+ "action": "shell",
1589
+ "resource": "git fetch",
1590
+ "effect": "ask"
1591
+ },
1592
+ {
1593
+ "action": "shell",
1594
+ "resource": "git fetch *",
1595
+ "effect": "ask"
1596
+ },
1597
+ {
1598
+ "action": "shell",
1599
+ "resource": "git pull --ff-only",
1600
+ "effect": "ask"
1601
+ },
1602
+ {
1603
+ "action": "shell",
1604
+ "resource": "git pull --ff-only *",
1605
+ "effect": "ask"
1606
+ },
1607
+ {
1608
+ "action": "shell",
1609
+ "resource": "git stash",
1610
+ "effect": "ask"
1611
+ },
1612
+ {
1613
+ "action": "shell",
1614
+ "resource": "git stash *",
1615
+ "effect": "ask"
1616
+ },
1617
+ {
1618
+ "action": "shell",
1619
+ "resource": "git cherry-pick",
1620
+ "effect": "ask"
1621
+ },
1622
+ {
1623
+ "action": "shell",
1624
+ "resource": "git cherry-pick *",
1625
+ "effect": "ask"
1626
+ },
1627
+ {
1628
+ "action": "shell",
1629
+ "resource": "git revert",
1630
+ "effect": "ask"
1631
+ },
1632
+ {
1633
+ "action": "shell",
1634
+ "resource": "git revert *",
1635
+ "effect": "ask"
1636
+ },
1637
+ {
1638
+ "action": "shell",
1639
+ "resource": "git switch",
1640
+ "effect": "ask"
1641
+ },
1642
+ {
1643
+ "action": "shell",
1644
+ "resource": "git switch *",
1645
+ "effect": "ask"
1646
+ },
1647
+ {
1648
+ "action": "shell",
1649
+ "resource": "git checkout -b",
1650
+ "effect": "ask"
1651
+ },
1652
+ {
1653
+ "action": "shell",
1654
+ "resource": "git checkout -b *",
1655
+ "effect": "ask"
1656
+ },
1657
+ {
1658
+ "action": "shell",
1659
+ "resource": "git worktree add",
1660
+ "effect": "ask"
1661
+ },
1662
+ {
1663
+ "action": "shell",
1664
+ "resource": "git worktree add *",
1665
+ "effect": "ask"
1666
+ },
1667
+ {
1668
+ "action": "shell",
1669
+ "resource": "git branch --list",
1670
+ "effect": "allow"
1671
+ },
1672
+ {
1673
+ "action": "shell",
1674
+ "resource": "git branch --list *",
1675
+ "effect": "allow"
1676
+ },
1677
+ {
1678
+ "action": "shell",
1679
+ "resource": "git branch -l",
1680
+ "effect": "allow"
1681
+ },
1682
+ {
1683
+ "action": "shell",
1684
+ "resource": "git branch -l *",
1685
+ "effect": "allow"
1686
+ },
1687
+ {
1688
+ "action": "shell",
1689
+ "resource": "git branch -a",
1690
+ "effect": "allow"
1691
+ },
1692
+ {
1693
+ "action": "shell",
1694
+ "resource": "git branch -a *",
1695
+ "effect": "allow"
1696
+ },
1697
+ {
1698
+ "action": "shell",
1699
+ "resource": "git branch -r",
1700
+ "effect": "allow"
1701
+ },
1702
+ {
1703
+ "action": "shell",
1704
+ "resource": "git branch -r *",
1705
+ "effect": "allow"
1706
+ },
1707
+ {
1708
+ "action": "shell",
1709
+ "resource": "git branch -v",
1710
+ "effect": "allow"
1711
+ },
1712
+ {
1713
+ "action": "shell",
1714
+ "resource": "git branch -v *",
1715
+ "effect": "allow"
1716
+ },
1717
+ {
1718
+ "action": "shell",
1719
+ "resource": "git branch -vv",
1720
+ "effect": "allow"
1721
+ },
1722
+ {
1723
+ "action": "shell",
1724
+ "resource": "git branch -vv *",
1725
+ "effect": "allow"
1726
+ },
1727
+ {
1728
+ "action": "shell",
1729
+ "resource": "git branch --all",
1730
+ "effect": "allow"
1731
+ },
1732
+ {
1733
+ "action": "shell",
1734
+ "resource": "git branch --all *",
1735
+ "effect": "allow"
1736
+ },
1737
+ {
1738
+ "action": "shell",
1739
+ "resource": "git branch --remotes",
1740
+ "effect": "allow"
1741
+ },
1742
+ {
1743
+ "action": "shell",
1744
+ "resource": "git branch --remotes *",
1745
+ "effect": "allow"
1746
+ },
1747
+ {
1748
+ "action": "shell",
1749
+ "resource": "git branch --show-current",
1750
+ "effect": "allow"
1751
+ },
1752
+ {
1753
+ "action": "shell",
1754
+ "resource": "git branch --show-current *",
1755
+ "effect": "allow"
1756
+ },
1757
+ {
1758
+ "action": "shell",
1759
+ "resource": "git branch --contains",
1760
+ "effect": "allow"
1761
+ },
1762
+ {
1763
+ "action": "shell",
1764
+ "resource": "git branch --contains *",
1765
+ "effect": "allow"
1766
+ },
1767
+ {
1768
+ "action": "shell",
1769
+ "resource": "git tag --list",
1770
+ "effect": "allow"
1771
+ },
1772
+ {
1773
+ "action": "shell",
1774
+ "resource": "git tag --list *",
1775
+ "effect": "allow"
1776
+ },
1777
+ {
1778
+ "action": "shell",
1779
+ "resource": "git tag -l",
1780
+ "effect": "allow"
1781
+ },
1782
+ {
1783
+ "action": "shell",
1784
+ "resource": "git tag -l *",
1785
+ "effect": "allow"
1786
+ },
1787
+ {
1788
+ "action": "shell",
1789
+ "resource": "git tag -n",
1790
+ "effect": "allow"
1791
+ },
1792
+ {
1793
+ "action": "shell",
1794
+ "resource": "git tag -n *",
1795
+ "effect": "allow"
1796
+ },
1797
+ {
1798
+ "action": "shell",
1799
+ "resource": "git remote -v",
1800
+ "effect": "allow"
1801
+ },
1802
+ {
1803
+ "action": "shell",
1804
+ "resource": "git remote -v *",
1805
+ "effect": "allow"
1806
+ },
1807
+ {
1808
+ "action": "shell",
1809
+ "resource": "git remote --verbose",
1810
+ "effect": "allow"
1811
+ },
1812
+ {
1813
+ "action": "shell",
1814
+ "resource": "git remote --verbose *",
1815
+ "effect": "allow"
1816
+ },
1817
+ {
1818
+ "action": "shell",
1819
+ "resource": "git remote show",
1820
+ "effect": "allow"
1821
+ },
1822
+ {
1823
+ "action": "shell",
1824
+ "resource": "git remote show *",
1825
+ "effect": "allow"
1826
+ },
1827
+ {
1828
+ "action": "shell",
1829
+ "resource": "git remote get-url",
1830
+ "effect": "allow"
1831
+ },
1832
+ {
1833
+ "action": "shell",
1834
+ "resource": "git remote get-url *",
1835
+ "effect": "allow"
1836
+ },
1837
+ {
1838
+ "action": "shell",
1839
+ "resource": "git reflog show",
1840
+ "effect": "allow"
1841
+ },
1842
+ {
1843
+ "action": "shell",
1844
+ "resource": "git reflog show *",
1845
+ "effect": "allow"
1846
+ },
1847
+ {
1848
+ "action": "shell",
1849
+ "resource": "git stash list",
1850
+ "effect": "allow"
1851
+ },
1852
+ {
1853
+ "action": "shell",
1854
+ "resource": "git stash list *",
1855
+ "effect": "allow"
1856
+ },
1857
+ {
1858
+ "action": "shell",
1859
+ "resource": "git describe",
1860
+ "effect": "allow"
1861
+ },
1862
+ {
1863
+ "action": "shell",
1864
+ "resource": "git describe *",
1865
+ "effect": "allow"
1866
+ },
1867
+ {
1868
+ "action": "shell",
1869
+ "resource": "git worktree list",
1870
+ "effect": "allow"
1871
+ },
1872
+ {
1873
+ "action": "shell",
1874
+ "resource": "git worktree list *",
1875
+ "effect": "allow"
1876
+ },
1877
+ {
1878
+ "action": "shell",
1879
+ "resource": "git symbolic-ref HEAD",
1880
+ "effect": "allow"
1881
+ },
1882
+ {
1883
+ "action": "shell",
1884
+ "resource": "git symbolic-ref --short HEAD",
1885
+ "effect": "allow"
1886
+ },
1887
+ {
1888
+ "action": "shell",
1889
+ "resource": "git symbolic-ref --short HEAD *",
1890
+ "effect": "allow"
1891
+ },
1892
+ {
1893
+ "action": "shell",
1894
+ "resource": "git config --get",
1895
+ "effect": "allow"
1896
+ },
1897
+ {
1898
+ "action": "shell",
1899
+ "resource": "git config --get *",
1900
+ "effect": "allow"
1901
+ },
1902
+ {
1903
+ "action": "shell",
1904
+ "resource": "git config --get-regexp",
1905
+ "effect": "allow"
1906
+ },
1907
+ {
1908
+ "action": "shell",
1909
+ "resource": "git config --get-regexp *",
1910
+ "effect": "allow"
1911
+ },
1912
+ {
1913
+ "action": "shell",
1914
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch --list",
1915
+ "effect": "allow"
1916
+ },
1917
+ {
1918
+ "action": "shell",
1919
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch --list *",
1920
+ "effect": "allow"
1921
+ },
1922
+ {
1923
+ "action": "shell",
1924
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch -l",
1925
+ "effect": "allow"
1926
+ },
1927
+ {
1928
+ "action": "shell",
1929
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch -l *",
1930
+ "effect": "allow"
1931
+ },
1932
+ {
1933
+ "action": "shell",
1934
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch -a",
1935
+ "effect": "allow"
1936
+ },
1937
+ {
1938
+ "action": "shell",
1939
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch -a *",
1940
+ "effect": "allow"
1941
+ },
1942
+ {
1943
+ "action": "shell",
1944
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch -r",
1945
+ "effect": "allow"
1946
+ },
1947
+ {
1948
+ "action": "shell",
1949
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch -r *",
1950
+ "effect": "allow"
1951
+ },
1952
+ {
1953
+ "action": "shell",
1954
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch -v",
1955
+ "effect": "allow"
1956
+ },
1957
+ {
1958
+ "action": "shell",
1959
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch -v *",
1960
+ "effect": "allow"
1961
+ },
1962
+ {
1963
+ "action": "shell",
1964
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch -vv",
1965
+ "effect": "allow"
1966
+ },
1967
+ {
1968
+ "action": "shell",
1969
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch -vv *",
1970
+ "effect": "allow"
1971
+ },
1972
+ {
1973
+ "action": "shell",
1974
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch --all",
1975
+ "effect": "allow"
1976
+ },
1977
+ {
1978
+ "action": "shell",
1979
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch --all *",
1980
+ "effect": "allow"
1981
+ },
1982
+ {
1983
+ "action": "shell",
1984
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch --remotes",
1985
+ "effect": "allow"
1986
+ },
1987
+ {
1988
+ "action": "shell",
1989
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch --remotes *",
1990
+ "effect": "allow"
1991
+ },
1992
+ {
1993
+ "action": "shell",
1994
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch --show-current",
1995
+ "effect": "allow"
1996
+ },
1997
+ {
1998
+ "action": "shell",
1999
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch --show-current *",
2000
+ "effect": "allow"
2001
+ },
2002
+ {
2003
+ "action": "shell",
2004
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch --contains",
2005
+ "effect": "allow"
2006
+ },
2007
+ {
2008
+ "action": "shell",
2009
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch --contains *",
2010
+ "effect": "allow"
2011
+ },
2012
+ {
2013
+ "action": "shell",
2014
+ "resource": "GIT_OPTIONAL_LOCKS=0 git tag --list",
2015
+ "effect": "allow"
2016
+ },
2017
+ {
2018
+ "action": "shell",
2019
+ "resource": "GIT_OPTIONAL_LOCKS=0 git tag --list *",
2020
+ "effect": "allow"
2021
+ },
2022
+ {
2023
+ "action": "shell",
2024
+ "resource": "GIT_OPTIONAL_LOCKS=0 git tag -l",
2025
+ "effect": "allow"
2026
+ },
2027
+ {
2028
+ "action": "shell",
2029
+ "resource": "GIT_OPTIONAL_LOCKS=0 git tag -l *",
2030
+ "effect": "allow"
2031
+ },
2032
+ {
2033
+ "action": "shell",
2034
+ "resource": "GIT_OPTIONAL_LOCKS=0 git tag -n",
2035
+ "effect": "allow"
2036
+ },
2037
+ {
2038
+ "action": "shell",
2039
+ "resource": "GIT_OPTIONAL_LOCKS=0 git tag -n *",
2040
+ "effect": "allow"
2041
+ },
2042
+ {
2043
+ "action": "shell",
2044
+ "resource": "GIT_OPTIONAL_LOCKS=0 git remote -v",
2045
+ "effect": "allow"
2046
+ },
2047
+ {
2048
+ "action": "shell",
2049
+ "resource": "GIT_OPTIONAL_LOCKS=0 git remote -v *",
2050
+ "effect": "allow"
2051
+ },
2052
+ {
2053
+ "action": "shell",
2054
+ "resource": "GIT_OPTIONAL_LOCKS=0 git remote --verbose",
2055
+ "effect": "allow"
2056
+ },
2057
+ {
2058
+ "action": "shell",
2059
+ "resource": "GIT_OPTIONAL_LOCKS=0 git remote --verbose *",
2060
+ "effect": "allow"
2061
+ },
2062
+ {
2063
+ "action": "shell",
2064
+ "resource": "GIT_OPTIONAL_LOCKS=0 git remote show",
2065
+ "effect": "allow"
2066
+ },
2067
+ {
2068
+ "action": "shell",
2069
+ "resource": "GIT_OPTIONAL_LOCKS=0 git remote show *",
2070
+ "effect": "allow"
2071
+ },
2072
+ {
2073
+ "action": "shell",
2074
+ "resource": "GIT_OPTIONAL_LOCKS=0 git remote get-url",
2075
+ "effect": "allow"
2076
+ },
2077
+ {
2078
+ "action": "shell",
2079
+ "resource": "GIT_OPTIONAL_LOCKS=0 git remote get-url *",
2080
+ "effect": "allow"
2081
+ },
2082
+ {
2083
+ "action": "shell",
2084
+ "resource": "GIT_OPTIONAL_LOCKS=0 git reflog show",
2085
+ "effect": "allow"
2086
+ },
2087
+ {
2088
+ "action": "shell",
2089
+ "resource": "GIT_OPTIONAL_LOCKS=0 git reflog show *",
2090
+ "effect": "allow"
2091
+ },
2092
+ {
2093
+ "action": "shell",
2094
+ "resource": "GIT_OPTIONAL_LOCKS=0 git stash list",
2095
+ "effect": "allow"
2096
+ },
2097
+ {
2098
+ "action": "shell",
2099
+ "resource": "GIT_OPTIONAL_LOCKS=0 git stash list *",
2100
+ "effect": "allow"
2101
+ },
2102
+ {
2103
+ "action": "shell",
2104
+ "resource": "GIT_OPTIONAL_LOCKS=0 git describe",
2105
+ "effect": "allow"
2106
+ },
2107
+ {
2108
+ "action": "shell",
2109
+ "resource": "GIT_OPTIONAL_LOCKS=0 git describe *",
2110
+ "effect": "allow"
2111
+ },
2112
+ {
2113
+ "action": "shell",
2114
+ "resource": "GIT_OPTIONAL_LOCKS=0 git worktree list",
2115
+ "effect": "allow"
2116
+ },
2117
+ {
2118
+ "action": "shell",
2119
+ "resource": "GIT_OPTIONAL_LOCKS=0 git worktree list *",
2120
+ "effect": "allow"
2121
+ },
2122
+ {
2123
+ "action": "shell",
2124
+ "resource": "GIT_OPTIONAL_LOCKS=0 git symbolic-ref HEAD",
2125
+ "effect": "allow"
2126
+ },
2127
+ {
2128
+ "action": "shell",
2129
+ "resource": "GIT_OPTIONAL_LOCKS=0 git symbolic-ref --short HEAD",
2130
+ "effect": "allow"
2131
+ },
2132
+ {
2133
+ "action": "shell",
2134
+ "resource": "GIT_OPTIONAL_LOCKS=0 git symbolic-ref --short HEAD *",
2135
+ "effect": "allow"
2136
+ },
2137
+ {
2138
+ "action": "shell",
2139
+ "resource": "GIT_OPTIONAL_LOCKS=0 git config --get",
2140
+ "effect": "allow"
2141
+ },
2142
+ {
2143
+ "action": "shell",
2144
+ "resource": "GIT_OPTIONAL_LOCKS=0 git config --get *",
2145
+ "effect": "allow"
2146
+ },
2147
+ {
2148
+ "action": "shell",
2149
+ "resource": "GIT_OPTIONAL_LOCKS=0 git config --get-regexp",
2150
+ "effect": "allow"
2151
+ },
2152
+ {
2153
+ "action": "shell",
2154
+ "resource": "GIT_OPTIONAL_LOCKS=0 git config --get-regexp *",
2155
+ "effect": "allow"
2156
+ },
2157
+ {
2158
+ "action": "shell",
2159
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch *",
2160
+ "effect": "ask"
2161
+ },
2162
+ {
2163
+ "action": "shell",
2164
+ "resource": "GIT_OPTIONAL_LOCKS=0 git tag *",
2165
+ "effect": "ask"
2166
+ },
2167
+ {
2168
+ "action": "shell",
2169
+ "resource": "GIT_OPTIONAL_LOCKS=0 git remote *",
2170
+ "effect": "ask"
2171
+ },
2172
+ {
2173
+ "action": "shell",
2174
+ "resource": "GIT_OPTIONAL_LOCKS=0 git symbolic-ref *",
2175
+ "effect": "ask"
2176
+ },
2177
+ {
2178
+ "action": "shell",
2179
+ "resource": "GIT_OPTIONAL_LOCKS=0 git reflog *",
2180
+ "effect": "ask"
2181
+ },
2182
+ {
2183
+ "action": "shell",
2184
+ "resource": "git push --force*",
2185
+ "effect": "deny"
2186
+ },
2187
+ {
2188
+ "action": "shell",
2189
+ "resource": "GIT_OPTIONAL_LOCKS=0 git push --force*",
2190
+ "effect": "deny"
2191
+ },
2192
+ {
2193
+ "action": "shell",
2194
+ "resource": "git push -f*",
2195
+ "effect": "deny"
2196
+ },
2197
+ {
2198
+ "action": "shell",
2199
+ "resource": "GIT_OPTIONAL_LOCKS=0 git push -f*",
2200
+ "effect": "deny"
2201
+ },
2202
+ {
2203
+ "action": "shell",
2204
+ "resource": "git reset --hard*",
2205
+ "effect": "deny"
2206
+ },
2207
+ {
2208
+ "action": "shell",
2209
+ "resource": "GIT_OPTIONAL_LOCKS=0 git reset --hard*",
2210
+ "effect": "deny"
2211
+ },
2212
+ {
2213
+ "action": "shell",
2214
+ "resource": "git clean*",
2215
+ "effect": "deny"
2216
+ },
2217
+ {
2218
+ "action": "shell",
2219
+ "resource": "GIT_OPTIONAL_LOCKS=0 git clean*",
2220
+ "effect": "deny"
2221
+ },
2222
+ {
2223
+ "action": "shell",
2224
+ "resource": "git filter-branch*",
2225
+ "effect": "deny"
2226
+ },
2227
+ {
2228
+ "action": "shell",
2229
+ "resource": "GIT_OPTIONAL_LOCKS=0 git filter-branch*",
2230
+ "effect": "deny"
2231
+ },
2232
+ {
2233
+ "action": "shell",
2234
+ "resource": "git filter-repo*",
2235
+ "effect": "deny"
2236
+ },
2237
+ {
2238
+ "action": "shell",
2239
+ "resource": "GIT_OPTIONAL_LOCKS=0 git filter-repo*",
2240
+ "effect": "deny"
2241
+ },
2242
+ {
2243
+ "action": "shell",
2244
+ "resource": "git rebase*",
2245
+ "effect": "deny"
2246
+ },
2247
+ {
2248
+ "action": "shell",
2249
+ "resource": "GIT_OPTIONAL_LOCKS=0 git rebase*",
2250
+ "effect": "deny"
2251
+ },
2252
+ {
2253
+ "action": "shell",
2254
+ "resource": "git checkout --*",
2255
+ "effect": "deny"
2256
+ },
2257
+ {
2258
+ "action": "shell",
2259
+ "resource": "GIT_OPTIONAL_LOCKS=0 git checkout --*",
2260
+ "effect": "deny"
2261
+ },
2262
+ {
2263
+ "action": "shell",
2264
+ "resource": "git restore*",
2265
+ "effect": "deny"
2266
+ },
2267
+ {
2268
+ "action": "shell",
2269
+ "resource": "GIT_OPTIONAL_LOCKS=0 git restore*",
2270
+ "effect": "deny"
2271
+ },
2272
+ {
2273
+ "action": "shell",
2274
+ "resource": "git branch -D*",
2275
+ "effect": "deny"
2276
+ },
2277
+ {
2278
+ "action": "shell",
2279
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch -D*",
2280
+ "effect": "deny"
2281
+ },
2282
+ {
2283
+ "action": "shell",
2284
+ "resource": "git remote remove*",
2285
+ "effect": "deny"
2286
+ },
2287
+ {
2288
+ "action": "shell",
2289
+ "resource": "GIT_OPTIONAL_LOCKS=0 git remote remove*",
2290
+ "effect": "deny"
2291
+ },
2292
+ {
2293
+ "action": "shell",
2294
+ "resource": "git remote set-url*",
2295
+ "effect": "deny"
2296
+ },
2297
+ {
2298
+ "action": "shell",
2299
+ "resource": "GIT_OPTIONAL_LOCKS=0 git remote set-url*",
2300
+ "effect": "deny"
2301
+ },
2302
+ {
2303
+ "action": "shell",
2304
+ "resource": "git remote add*",
2305
+ "effect": "deny"
2306
+ },
2307
+ {
2308
+ "action": "shell",
2309
+ "resource": "GIT_OPTIONAL_LOCKS=0 git remote add*",
2310
+ "effect": "deny"
2311
+ },
2312
+ {
2313
+ "action": "shell",
2314
+ "resource": "git symbolic-ref HEAD",
2315
+ "effect": "allow"
2316
+ },
2317
+ {
2318
+ "action": "shell",
2319
+ "resource": "git symbolic-ref --short HEAD",
2320
+ "effect": "allow"
2321
+ },
2322
+ {
2323
+ "action": "shell",
2324
+ "resource": "git push --force*",
2325
+ "effect": "deny"
2326
+ },
2327
+ {
2328
+ "action": "shell",
2329
+ "resource": "git push -f*",
2330
+ "effect": "deny"
2331
+ },
2332
+ {
2333
+ "action": "shell",
2334
+ "resource": "git reset --hard*",
2335
+ "effect": "deny"
2336
+ },
2337
+ {
2338
+ "action": "shell",
2339
+ "resource": "git clean*",
2340
+ "effect": "deny"
2341
+ },
2342
+ {
2343
+ "action": "shell",
2344
+ "resource": "git filter-branch*",
2345
+ "effect": "deny"
2346
+ },
2347
+ {
2348
+ "action": "shell",
2349
+ "resource": "git filter-repo*",
2350
+ "effect": "deny"
2351
+ },
2352
+ {
2353
+ "action": "shell",
2354
+ "resource": "git rebase*",
2355
+ "effect": "deny"
2356
+ },
2357
+ {
2358
+ "action": "shell",
2359
+ "resource": "git checkout --*",
2360
+ "effect": "deny"
2361
+ },
2362
+ {
2363
+ "action": "shell",
2364
+ "resource": "git restore*",
2365
+ "effect": "deny"
2366
+ },
2367
+ {
2368
+ "action": "shell",
2369
+ "resource": "git branch -D*",
2370
+ "effect": "deny"
2371
+ },
2372
+ {
2373
+ "action": "shell",
2374
+ "resource": "git remote remove*",
2375
+ "effect": "deny"
2376
+ },
2377
+ {
2378
+ "action": "shell",
2379
+ "resource": "git remote set-url*",
2380
+ "effect": "deny"
2381
+ },
2382
+ {
2383
+ "action": "shell",
2384
+ "resource": "git remote add*",
2385
+ "effect": "deny"
2386
+ },
2387
+ {
2388
+ "action": "gitlab_*",
2389
+ "resource": "*",
2390
+ "effect": "deny"
2391
+ },
2392
+ {
2393
+ "action": "gitlab_get_*",
2394
+ "resource": "*",
2395
+ "effect": "allow"
2396
+ },
2397
+ {
2398
+ "action": "gitlab_list_*",
2399
+ "resource": "*",
2400
+ "effect": "allow"
2401
+ },
2402
+ {
2403
+ "action": "gitlab_search_*",
2404
+ "resource": "*",
2405
+ "effect": "allow"
2406
+ },
2407
+ {
2408
+ "action": "gitlab_mr_discussions",
2409
+ "resource": "*",
2410
+ "effect": "allow"
2411
+ },
2412
+ {
2413
+ "action": "gitlab_health_check",
2414
+ "resource": "*",
2415
+ "effect": "allow"
2416
+ },
2417
+ {
2418
+ "action": "gitlab_get_project_variable",
2419
+ "resource": "*",
2420
+ "effect": "deny"
2421
+ },
2422
+ {
2423
+ "action": "gitlab_get_group_variable",
2424
+ "resource": "*",
2425
+ "effect": "deny"
2426
+ },
2427
+ {
2428
+ "action": "gitlab_list_project_variables",
2429
+ "resource": "*",
2430
+ "effect": "deny"
2431
+ },
2432
+ {
2433
+ "action": "gitlab_list_group_variables",
2434
+ "resource": "*",
2435
+ "effect": "deny"
2436
+ },
2437
+ {
2438
+ "action": "browser",
2439
+ "resource": "*",
2440
+ "effect": "deny"
2441
+ }
29
2442
  ]
30
2443
  }