@nail00749/agent-gvozd 0.1.2 → 0.1.3

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,35 +10,924 @@
10
10
  "skills": [
11
11
  "verification-before-completion"
12
12
  ],
13
- "mcp": ["context7"],
13
+ "mcp": [
14
+ "context7"
15
+ ],
14
16
  "permissions": [
15
- { "action": "*", "resource": "*", "effect": "deny" },
16
- { "action": "read", "resource": "*", "effect": "allow" },
17
- { "action": "glob", "resource": "*", "effect": "allow" },
18
- { "action": "grep", "resource": "*", "effect": "allow" },
19
- { "action": "edit", "resource": "*", "effect": "ask" },
20
- { "action": "edit", "resource": "Dockerfile", "effect": "allow" },
21
- { "action": "edit", "resource": "Dockerfile.*", "effect": "allow" },
22
- { "action": "edit", "resource": "docker-compose*.yml", "effect": "allow" },
23
- { "action": "edit", "resource": "docker-compose*.yaml", "effect": "allow" },
24
- { "action": "edit", "resource": "compose.yml", "effect": "allow" },
25
- { "action": "edit", "resource": "compose.yaml", "effect": "allow" },
26
- { "action": "edit", "resource": ".github/workflows/*", "effect": "allow" },
27
- { "action": "edit", "resource": ".gitlab-ci.yml", "effect": "allow" },
28
- { "action": "edit", "resource": "deploy/*", "effect": "allow" },
29
- { "action": "edit", "resource": "infra/*", "effect": "allow" },
30
- { "action": "edit", "resource": "k8s/*", "effect": "allow" },
31
- { "action": "edit", "resource": "helm/*", "effect": "allow" },
32
- { "action": "shell", "resource": "*", "effect": "ask" },
33
- { "action": "gitlab_*", "resource": "*", "effect": "ask" },
34
- { "action": "gitlab_get_*", "resource": "*", "effect": "allow" },
35
- { "action": "gitlab_list_*", "resource": "*", "effect": "allow" },
36
- { "action": "gitlab_search_*", "resource": "*", "effect": "allow" },
37
- { "action": "gitlab_validate_*", "resource": "*", "effect": "allow" },
38
- { "action": "gitlab_health_check", "resource": "*", "effect": "allow" },
39
- { "action": "gitlab_get_project_variable", "resource": "*", "effect": "deny" },
40
- { "action": "gitlab_get_group_variable", "resource": "*", "effect": "deny" },
41
- { "action": "gitlab_list_project_variables", "resource": "*", "effect": "deny" },
42
- { "action": "gitlab_list_group_variables", "resource": "*", "effect": "deny" }
17
+ {
18
+ "action": "*",
19
+ "resource": "*",
20
+ "effect": "deny"
21
+ },
22
+ {
23
+ "action": "read",
24
+ "resource": "*",
25
+ "effect": "allow"
26
+ },
27
+ {
28
+ "action": "glob",
29
+ "resource": "*",
30
+ "effect": "allow"
31
+ },
32
+ {
33
+ "action": "grep",
34
+ "resource": "*",
35
+ "effect": "allow"
36
+ },
37
+ {
38
+ "action": "edit",
39
+ "resource": "*",
40
+ "effect": "ask"
41
+ },
42
+ {
43
+ "action": "edit",
44
+ "resource": "Dockerfile",
45
+ "effect": "allow"
46
+ },
47
+ {
48
+ "action": "edit",
49
+ "resource": "Dockerfile.*",
50
+ "effect": "allow"
51
+ },
52
+ {
53
+ "action": "edit",
54
+ "resource": "docker-compose*.yml",
55
+ "effect": "allow"
56
+ },
57
+ {
58
+ "action": "edit",
59
+ "resource": "docker-compose*.yaml",
60
+ "effect": "allow"
61
+ },
62
+ {
63
+ "action": "edit",
64
+ "resource": "compose.yml",
65
+ "effect": "allow"
66
+ },
67
+ {
68
+ "action": "edit",
69
+ "resource": "compose.yaml",
70
+ "effect": "allow"
71
+ },
72
+ {
73
+ "action": "edit",
74
+ "resource": ".github/workflows/*",
75
+ "effect": "allow"
76
+ },
77
+ {
78
+ "action": "edit",
79
+ "resource": ".gitlab-ci.yml",
80
+ "effect": "allow"
81
+ },
82
+ {
83
+ "action": "edit",
84
+ "resource": "deploy/*",
85
+ "effect": "allow"
86
+ },
87
+ {
88
+ "action": "edit",
89
+ "resource": "infra/*",
90
+ "effect": "allow"
91
+ },
92
+ {
93
+ "action": "edit",
94
+ "resource": "k8s/*",
95
+ "effect": "allow"
96
+ },
97
+ {
98
+ "action": "edit",
99
+ "resource": "helm/*",
100
+ "effect": "allow"
101
+ },
102
+ {
103
+ "action": "shell",
104
+ "resource": "*",
105
+ "effect": "ask"
106
+ },
107
+ {
108
+ "action": "shell",
109
+ "resource": "pwd",
110
+ "effect": "allow"
111
+ },
112
+ {
113
+ "action": "shell",
114
+ "resource": "pwd *",
115
+ "effect": "allow"
116
+ },
117
+ {
118
+ "action": "shell",
119
+ "resource": "true",
120
+ "effect": "allow"
121
+ },
122
+ {
123
+ "action": "shell",
124
+ "resource": "true *",
125
+ "effect": "allow"
126
+ },
127
+ {
128
+ "action": "shell",
129
+ "resource": "test",
130
+ "effect": "allow"
131
+ },
132
+ {
133
+ "action": "shell",
134
+ "resource": "test *",
135
+ "effect": "allow"
136
+ },
137
+ {
138
+ "action": "shell",
139
+ "resource": "cat",
140
+ "effect": "allow"
141
+ },
142
+ {
143
+ "action": "shell",
144
+ "resource": "cat *",
145
+ "effect": "allow"
146
+ },
147
+ {
148
+ "action": "shell",
149
+ "resource": "head *",
150
+ "effect": "allow"
151
+ },
152
+ {
153
+ "action": "shell",
154
+ "resource": "tail *",
155
+ "effect": "allow"
156
+ },
157
+ {
158
+ "action": "shell",
159
+ "resource": "wc *",
160
+ "effect": "allow"
161
+ },
162
+ {
163
+ "action": "shell",
164
+ "resource": "sort *",
165
+ "effect": "allow"
166
+ },
167
+ {
168
+ "action": "shell",
169
+ "resource": "grep *",
170
+ "effect": "allow"
171
+ },
172
+ {
173
+ "action": "shell",
174
+ "resource": "rg *",
175
+ "effect": "allow"
176
+ },
177
+ {
178
+ "action": "shell",
179
+ "resource": "find *",
180
+ "effect": "allow"
181
+ },
182
+ {
183
+ "action": "shell",
184
+ "resource": "diff *",
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": "du *",
200
+ "effect": "allow"
201
+ },
202
+ {
203
+ "action": "shell",
204
+ "resource": "stat *",
205
+ "effect": "allow"
206
+ },
207
+ {
208
+ "action": "shell",
209
+ "resource": "realpath *",
210
+ "effect": "allow"
211
+ },
212
+ {
213
+ "action": "shell",
214
+ "resource": "basename *",
215
+ "effect": "allow"
216
+ },
217
+ {
218
+ "action": "shell",
219
+ "resource": "dirname *",
220
+ "effect": "allow"
221
+ },
222
+ {
223
+ "action": "shell",
224
+ "resource": "shasum *",
225
+ "effect": "allow"
226
+ },
227
+ {
228
+ "action": "shell",
229
+ "resource": "sha256sum *",
230
+ "effect": "allow"
231
+ },
232
+ {
233
+ "action": "shell",
234
+ "resource": "md5sum *",
235
+ "effect": "allow"
236
+ },
237
+ {
238
+ "action": "shell",
239
+ "resource": "uname *",
240
+ "effect": "allow"
241
+ },
242
+ {
243
+ "action": "shell",
244
+ "resource": "whoami",
245
+ "effect": "allow"
246
+ },
247
+ {
248
+ "action": "shell",
249
+ "resource": "whoami *",
250
+ "effect": "allow"
251
+ },
252
+ {
253
+ "action": "shell",
254
+ "resource": "date",
255
+ "effect": "allow"
256
+ },
257
+ {
258
+ "action": "shell",
259
+ "resource": "date *",
260
+ "effect": "allow"
261
+ },
262
+ {
263
+ "action": "shell",
264
+ "resource": "which *",
265
+ "effect": "allow"
266
+ },
267
+ {
268
+ "action": "shell",
269
+ "resource": "command -v *",
270
+ "effect": "allow"
271
+ },
272
+ {
273
+ "action": "shell",
274
+ "resource": "mktemp *",
275
+ "effect": "allow"
276
+ },
277
+ {
278
+ "action": "shell",
279
+ "resource": "tr *",
280
+ "effect": "allow"
281
+ },
282
+ {
283
+ "action": "shell",
284
+ "resource": "cut *",
285
+ "effect": "allow"
286
+ },
287
+ {
288
+ "action": "shell",
289
+ "resource": "bun --version",
290
+ "effect": "allow"
291
+ },
292
+ {
293
+ "action": "shell",
294
+ "resource": "bun --version *",
295
+ "effect": "allow"
296
+ },
297
+ {
298
+ "action": "shell",
299
+ "resource": "bun test",
300
+ "effect": "allow"
301
+ },
302
+ {
303
+ "action": "shell",
304
+ "resource": "bun test *",
305
+ "effect": "allow"
306
+ },
307
+ {
308
+ "action": "shell",
309
+ "resource": "bun run test",
310
+ "effect": "allow"
311
+ },
312
+ {
313
+ "action": "shell",
314
+ "resource": "bun run test *",
315
+ "effect": "allow"
316
+ },
317
+ {
318
+ "action": "shell",
319
+ "resource": "bun run typecheck",
320
+ "effect": "allow"
321
+ },
322
+ {
323
+ "action": "shell",
324
+ "resource": "bun run typecheck *",
325
+ "effect": "allow"
326
+ },
327
+ {
328
+ "action": "shell",
329
+ "resource": "bun run lint",
330
+ "effect": "allow"
331
+ },
332
+ {
333
+ "action": "shell",
334
+ "resource": "bun run lint *",
335
+ "effect": "allow"
336
+ },
337
+ {
338
+ "action": "shell",
339
+ "resource": "bun run build",
340
+ "effect": "allow"
341
+ },
342
+ {
343
+ "action": "shell",
344
+ "resource": "bun run build *",
345
+ "effect": "allow"
346
+ },
347
+ {
348
+ "action": "shell",
349
+ "resource": "bun run check",
350
+ "effect": "allow"
351
+ },
352
+ {
353
+ "action": "shell",
354
+ "resource": "bun run check *",
355
+ "effect": "allow"
356
+ },
357
+ {
358
+ "action": "shell",
359
+ "resource": "tsc --noEmit",
360
+ "effect": "allow"
361
+ },
362
+ {
363
+ "action": "shell",
364
+ "resource": "tsc --noEmit *",
365
+ "effect": "allow"
366
+ },
367
+ {
368
+ "action": "shell",
369
+ "resource": "npx tsc --noEmit",
370
+ "effect": "allow"
371
+ },
372
+ {
373
+ "action": "shell",
374
+ "resource": "npx tsc --noEmit *",
375
+ "effect": "allow"
376
+ },
377
+ {
378
+ "action": "shell",
379
+ "resource": "eslint",
380
+ "effect": "allow"
381
+ },
382
+ {
383
+ "action": "shell",
384
+ "resource": "eslint *",
385
+ "effect": "allow"
386
+ },
387
+ {
388
+ "action": "shell",
389
+ "resource": "biome check",
390
+ "effect": "allow"
391
+ },
392
+ {
393
+ "action": "shell",
394
+ "resource": "biome check *",
395
+ "effect": "allow"
396
+ },
397
+ {
398
+ "action": "shell",
399
+ "resource": "prettier --check *",
400
+ "effect": "allow"
401
+ },
402
+ {
403
+ "action": "shell",
404
+ "resource": "npm test",
405
+ "effect": "allow"
406
+ },
407
+ {
408
+ "action": "shell",
409
+ "resource": "npm test *",
410
+ "effect": "allow"
411
+ },
412
+ {
413
+ "action": "shell",
414
+ "resource": "npm run test",
415
+ "effect": "allow"
416
+ },
417
+ {
418
+ "action": "shell",
419
+ "resource": "npm run test *",
420
+ "effect": "allow"
421
+ },
422
+ {
423
+ "action": "shell",
424
+ "resource": "npm run typecheck",
425
+ "effect": "allow"
426
+ },
427
+ {
428
+ "action": "shell",
429
+ "resource": "npm run typecheck *",
430
+ "effect": "allow"
431
+ },
432
+ {
433
+ "action": "shell",
434
+ "resource": "npm run lint",
435
+ "effect": "allow"
436
+ },
437
+ {
438
+ "action": "shell",
439
+ "resource": "npm run lint *",
440
+ "effect": "allow"
441
+ },
442
+ {
443
+ "action": "shell",
444
+ "resource": "npm run build",
445
+ "effect": "allow"
446
+ },
447
+ {
448
+ "action": "shell",
449
+ "resource": "npm run build *",
450
+ "effect": "allow"
451
+ },
452
+ {
453
+ "action": "shell",
454
+ "resource": "pnpm test",
455
+ "effect": "allow"
456
+ },
457
+ {
458
+ "action": "shell",
459
+ "resource": "pnpm test *",
460
+ "effect": "allow"
461
+ },
462
+ {
463
+ "action": "shell",
464
+ "resource": "pnpm run test",
465
+ "effect": "allow"
466
+ },
467
+ {
468
+ "action": "shell",
469
+ "resource": "pnpm run test *",
470
+ "effect": "allow"
471
+ },
472
+ {
473
+ "action": "shell",
474
+ "resource": "pnpm run build",
475
+ "effect": "allow"
476
+ },
477
+ {
478
+ "action": "shell",
479
+ "resource": "pnpm run build *",
480
+ "effect": "allow"
481
+ },
482
+ {
483
+ "action": "shell",
484
+ "resource": "yarn test",
485
+ "effect": "allow"
486
+ },
487
+ {
488
+ "action": "shell",
489
+ "resource": "yarn test *",
490
+ "effect": "allow"
491
+ },
492
+ {
493
+ "action": "shell",
494
+ "resource": "yarn build",
495
+ "effect": "allow"
496
+ },
497
+ {
498
+ "action": "shell",
499
+ "resource": "yarn build *",
500
+ "effect": "allow"
501
+ },
502
+ {
503
+ "action": "shell",
504
+ "resource": "vitest run",
505
+ "effect": "allow"
506
+ },
507
+ {
508
+ "action": "shell",
509
+ "resource": "vitest run *",
510
+ "effect": "allow"
511
+ },
512
+ {
513
+ "action": "shell",
514
+ "resource": "jest",
515
+ "effect": "allow"
516
+ },
517
+ {
518
+ "action": "shell",
519
+ "resource": "jest *",
520
+ "effect": "allow"
521
+ },
522
+ {
523
+ "action": "shell",
524
+ "resource": "playwright test",
525
+ "effect": "allow"
526
+ },
527
+ {
528
+ "action": "shell",
529
+ "resource": "playwright test *",
530
+ "effect": "allow"
531
+ },
532
+ {
533
+ "action": "shell",
534
+ "resource": "cargo check",
535
+ "effect": "allow"
536
+ },
537
+ {
538
+ "action": "shell",
539
+ "resource": "cargo check *",
540
+ "effect": "allow"
541
+ },
542
+ {
543
+ "action": "shell",
544
+ "resource": "cargo test",
545
+ "effect": "allow"
546
+ },
547
+ {
548
+ "action": "shell",
549
+ "resource": "cargo test *",
550
+ "effect": "allow"
551
+ },
552
+ {
553
+ "action": "shell",
554
+ "resource": "cargo build",
555
+ "effect": "allow"
556
+ },
557
+ {
558
+ "action": "shell",
559
+ "resource": "cargo build *",
560
+ "effect": "allow"
561
+ },
562
+ {
563
+ "action": "shell",
564
+ "resource": "cargo clippy",
565
+ "effect": "allow"
566
+ },
567
+ {
568
+ "action": "shell",
569
+ "resource": "cargo clippy *",
570
+ "effect": "allow"
571
+ },
572
+ {
573
+ "action": "shell",
574
+ "resource": "cargo fmt --check *",
575
+ "effect": "allow"
576
+ },
577
+ {
578
+ "action": "shell",
579
+ "resource": "cargo --version",
580
+ "effect": "allow"
581
+ },
582
+ {
583
+ "action": "shell",
584
+ "resource": "cargo --version *",
585
+ "effect": "allow"
586
+ },
587
+ {
588
+ "action": "shell",
589
+ "resource": "go build ./...",
590
+ "effect": "allow"
591
+ },
592
+ {
593
+ "action": "shell",
594
+ "resource": "go build ./... *",
595
+ "effect": "allow"
596
+ },
597
+ {
598
+ "action": "shell",
599
+ "resource": "go test ./...",
600
+ "effect": "allow"
601
+ },
602
+ {
603
+ "action": "shell",
604
+ "resource": "go test ./... *",
605
+ "effect": "allow"
606
+ },
607
+ {
608
+ "action": "shell",
609
+ "resource": "go vet ./...",
610
+ "effect": "allow"
611
+ },
612
+ {
613
+ "action": "shell",
614
+ "resource": "go vet ./... *",
615
+ "effect": "allow"
616
+ },
617
+ {
618
+ "action": "shell",
619
+ "resource": "go version",
620
+ "effect": "allow"
621
+ },
622
+ {
623
+ "action": "shell",
624
+ "resource": "go version *",
625
+ "effect": "allow"
626
+ },
627
+ {
628
+ "action": "shell",
629
+ "resource": "pytest",
630
+ "effect": "allow"
631
+ },
632
+ {
633
+ "action": "shell",
634
+ "resource": "pytest *",
635
+ "effect": "allow"
636
+ },
637
+ {
638
+ "action": "shell",
639
+ "resource": "python3 -m pytest *",
640
+ "effect": "allow"
641
+ },
642
+ {
643
+ "action": "shell",
644
+ "resource": "python -m pytest *",
645
+ "effect": "allow"
646
+ },
647
+ {
648
+ "action": "shell",
649
+ "resource": "ruff check",
650
+ "effect": "allow"
651
+ },
652
+ {
653
+ "action": "shell",
654
+ "resource": "ruff check *",
655
+ "effect": "allow"
656
+ },
657
+ {
658
+ "action": "shell",
659
+ "resource": "mypy",
660
+ "effect": "allow"
661
+ },
662
+ {
663
+ "action": "shell",
664
+ "resource": "mypy *",
665
+ "effect": "allow"
666
+ },
667
+ {
668
+ "action": "shell",
669
+ "resource": "pyright",
670
+ "effect": "allow"
671
+ },
672
+ {
673
+ "action": "shell",
674
+ "resource": "pyright *",
675
+ "effect": "allow"
676
+ },
677
+ {
678
+ "action": "shell",
679
+ "resource": "mvn test",
680
+ "effect": "allow"
681
+ },
682
+ {
683
+ "action": "shell",
684
+ "resource": "mvn test *",
685
+ "effect": "allow"
686
+ },
687
+ {
688
+ "action": "shell",
689
+ "resource": "mvn verify",
690
+ "effect": "allow"
691
+ },
692
+ {
693
+ "action": "shell",
694
+ "resource": "mvn verify *",
695
+ "effect": "allow"
696
+ },
697
+ {
698
+ "action": "shell",
699
+ "resource": "gradle test",
700
+ "effect": "allow"
701
+ },
702
+ {
703
+ "action": "shell",
704
+ "resource": "gradle test *",
705
+ "effect": "allow"
706
+ },
707
+ {
708
+ "action": "shell",
709
+ "resource": "gradle check",
710
+ "effect": "allow"
711
+ },
712
+ {
713
+ "action": "shell",
714
+ "resource": "gradle check *",
715
+ "effect": "allow"
716
+ },
717
+ {
718
+ "action": "shell",
719
+ "resource": "./gradlew test",
720
+ "effect": "allow"
721
+ },
722
+ {
723
+ "action": "shell",
724
+ "resource": "./gradlew test *",
725
+ "effect": "allow"
726
+ },
727
+ {
728
+ "action": "shell",
729
+ "resource": "./gradlew check",
730
+ "effect": "allow"
731
+ },
732
+ {
733
+ "action": "shell",
734
+ "resource": "./gradlew check *",
735
+ "effect": "allow"
736
+ },
737
+ {
738
+ "action": "shell",
739
+ "resource": "make test",
740
+ "effect": "allow"
741
+ },
742
+ {
743
+ "action": "shell",
744
+ "resource": "make test *",
745
+ "effect": "allow"
746
+ },
747
+ {
748
+ "action": "shell",
749
+ "resource": "make check",
750
+ "effect": "allow"
751
+ },
752
+ {
753
+ "action": "shell",
754
+ "resource": "make check *",
755
+ "effect": "allow"
756
+ },
757
+ {
758
+ "action": "shell",
759
+ "resource": "make build",
760
+ "effect": "allow"
761
+ },
762
+ {
763
+ "action": "shell",
764
+ "resource": "make build *",
765
+ "effect": "allow"
766
+ },
767
+ {
768
+ "action": "shell",
769
+ "resource": "make --version",
770
+ "effect": "allow"
771
+ },
772
+ {
773
+ "action": "shell",
774
+ "resource": "make --version *",
775
+ "effect": "allow"
776
+ },
777
+ {
778
+ "action": "shell",
779
+ "resource": "just --list",
780
+ "effect": "allow"
781
+ },
782
+ {
783
+ "action": "shell",
784
+ "resource": "just --list *",
785
+ "effect": "allow"
786
+ },
787
+ {
788
+ "action": "shell",
789
+ "resource": "git status",
790
+ "effect": "allow"
791
+ },
792
+ {
793
+ "action": "shell",
794
+ "resource": "git status *",
795
+ "effect": "allow"
796
+ },
797
+ {
798
+ "action": "shell",
799
+ "resource": "git diff",
800
+ "effect": "allow"
801
+ },
802
+ {
803
+ "action": "shell",
804
+ "resource": "git diff *",
805
+ "effect": "allow"
806
+ },
807
+ {
808
+ "action": "shell",
809
+ "resource": "git log",
810
+ "effect": "allow"
811
+ },
812
+ {
813
+ "action": "shell",
814
+ "resource": "git log *",
815
+ "effect": "allow"
816
+ },
817
+ {
818
+ "action": "shell",
819
+ "resource": "git show *",
820
+ "effect": "allow"
821
+ },
822
+ {
823
+ "action": "shell",
824
+ "resource": "git rev-parse *",
825
+ "effect": "allow"
826
+ },
827
+ {
828
+ "action": "shell",
829
+ "resource": "git ls-files *",
830
+ "effect": "allow"
831
+ },
832
+ {
833
+ "action": "shell",
834
+ "resource": "git branch",
835
+ "effect": "allow"
836
+ },
837
+ {
838
+ "action": "shell",
839
+ "resource": "git branch *",
840
+ "effect": "allow"
841
+ },
842
+ {
843
+ "action": "shell",
844
+ "resource": "git remote",
845
+ "effect": "allow"
846
+ },
847
+ {
848
+ "action": "shell",
849
+ "resource": "git remote *",
850
+ "effect": "allow"
851
+ },
852
+ {
853
+ "action": "shell",
854
+ "resource": "git grep *",
855
+ "effect": "allow"
856
+ },
857
+ {
858
+ "action": "shell",
859
+ "resource": "git rev-list *",
860
+ "effect": "allow"
861
+ },
862
+ {
863
+ "action": "shell",
864
+ "resource": "git show-ref *",
865
+ "effect": "allow"
866
+ },
867
+ {
868
+ "action": "shell",
869
+ "resource": "git cat-file *",
870
+ "effect": "allow"
871
+ },
872
+ {
873
+ "action": "shell",
874
+ "resource": "git symbolic-ref *",
875
+ "effect": "allow"
876
+ },
877
+ {
878
+ "action": "shell",
879
+ "resource": "git config --get *",
880
+ "effect": "allow"
881
+ },
882
+ {
883
+ "action": "gitlab_*",
884
+ "resource": "*",
885
+ "effect": "ask"
886
+ },
887
+ {
888
+ "action": "gitlab_get_*",
889
+ "resource": "*",
890
+ "effect": "allow"
891
+ },
892
+ {
893
+ "action": "gitlab_list_*",
894
+ "resource": "*",
895
+ "effect": "allow"
896
+ },
897
+ {
898
+ "action": "gitlab_search_*",
899
+ "resource": "*",
900
+ "effect": "allow"
901
+ },
902
+ {
903
+ "action": "gitlab_validate_*",
904
+ "resource": "*",
905
+ "effect": "allow"
906
+ },
907
+ {
908
+ "action": "gitlab_health_check",
909
+ "resource": "*",
910
+ "effect": "allow"
911
+ },
912
+ {
913
+ "action": "gitlab_get_project_variable",
914
+ "resource": "*",
915
+ "effect": "deny"
916
+ },
917
+ {
918
+ "action": "gitlab_get_group_variable",
919
+ "resource": "*",
920
+ "effect": "deny"
921
+ },
922
+ {
923
+ "action": "gitlab_list_project_variables",
924
+ "resource": "*",
925
+ "effect": "deny"
926
+ },
927
+ {
928
+ "action": "gitlab_list_group_variables",
929
+ "resource": "*",
930
+ "effect": "deny"
931
+ }
43
932
  ]
44
933
  }