Skip to content

Commit 658cb90

Browse files
authored
Merge pull request #115 from cisagov/lineage/skeleton
Lineage pull request for: skeleton
2 parents b4bc84e + bad062d commit 658cb90

File tree

4 files changed

+56
-24
lines changed

4 files changed

+56
-24
lines changed

.github/workflows/build.yml

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,13 @@ jobs:
4242
check_github_status: "true"
4343
# This functionality is poorly implemented and has been
4444
# causing problems due to the MITM implementation hogging or
45-
# leaking memory. If this happens to you just uncomment
46-
# this line.
47-
# monitor_permissions: "false"
45+
# leaking memory. As a result we disable it by default. If
46+
# you want to temporarily enable it, simply set
47+
# monitor_permissions equal to "true".
48+
#
49+
# TODO: Re-enable this functionality when practical. See
50+
# cisagov/skeleton-generic#207 for more details.
51+
monitor_permissions: "false"
4852
output_workflow_context: "true"
4953
# Use a variable to specify the permissions monitoring
5054
# configuration. By default this will yield the
@@ -73,9 +77,13 @@ jobs:
7377
with:
7478
# This functionality is poorly implemented and has been
7579
# causing problems due to the MITM implementation hogging or
76-
# leaking memory. If this happens to you just uncomment
77-
# this line.
78-
# monitor_permissions: "false"
80+
# leaking memory. As a result we disable it by default. If
81+
# you want to temporarily enable it, simply set
82+
# monitor_permissions equal to "true".
83+
#
84+
# TODO: Re-enable this functionality when practical. See
85+
# cisagov/skeleton-generic#207 for more details.
86+
monitor_permissions: "false"
7987
# Use a variable to specify the permissions monitoring
8088
# configuration. By default this will yield the
8189
# configuration stored in the cisagov organization-level

.github/workflows/codeql-analysis.yml

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,13 @@ jobs:
3939
check_github_status: "true"
4040
# This functionality is poorly implemented and has been
4141
# causing problems due to the MITM implementation hogging or
42-
# leaking memory. If this happens to you just uncomment
43-
# this line.
44-
# monitor_permissions: "false"
42+
# leaking memory. As a result we disable it by default. If
43+
# you want to temporarily enable it, simply set
44+
# monitor_permissions equal to "true".
45+
#
46+
# TODO: Re-enable this functionality when practical. See
47+
# cisagov/skeleton-generic#207 for more details.
48+
monitor_permissions: "false"
4549
output_workflow_context: "true"
4650
# Use a variable to specify the permissions monitoring
4751
# configuration. By default this will yield the
@@ -86,9 +90,13 @@ jobs:
8690
with:
8791
# This functionality is poorly implemented and has been
8892
# causing problems due to the MITM implementation hogging or
89-
# leaking memory. If this happens to you just uncomment
90-
# this line.
91-
# monitor_permissions: "false"
93+
# leaking memory. As a result we disable it by default. If
94+
# you want to temporarily enable it, simply set
95+
# monitor_permissions equal to "true".
96+
#
97+
# TODO: Re-enable this functionality when practical. See
98+
# cisagov/skeleton-generic#207 for more details.
99+
monitor_permissions: "false"
92100
# Use a variable to specify the permissions monitoring
93101
# configuration. By default this will yield the
94102
# configuration stored in the cisagov organization-level

.github/workflows/dependency-review.yml

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,13 @@ jobs:
3030
check_github_status: "true"
3131
# This functionality is poorly implemented and has been
3232
# causing problems due to the MITM implementation hogging or
33-
# leaking memory. If this happens to you just uncomment
34-
# this line.
35-
# monitor_permissions: "false"
33+
# leaking memory. As a result we disable it by default. If
34+
# you want to temporarily enable it, simply set
35+
# monitor_permissions equal to "true".
36+
#
37+
# TODO: Re-enable this functionality when practical. See
38+
# cisagov/skeleton-generic#207 for more details.
39+
monitor_permissions: "false"
3640
output_workflow_context: "true"
3741
# Use a variable to specify the permissions monitoring
3842
# configuration. By default this will yield the
@@ -62,9 +66,13 @@ jobs:
6266
with:
6367
# This functionality is poorly implemented and has been
6468
# causing problems due to the MITM implementation hogging or
65-
# leaking memory. If this happens to you just uncomment
66-
# this line.
67-
# monitor_permissions: "false"
69+
# leaking memory. As a result we disable it by default. If
70+
# you want to temporarily enable it, simply set
71+
# monitor_permissions equal to "true".
72+
#
73+
# TODO: Re-enable this functionality when practical. See
74+
# cisagov/skeleton-generic#207 for more details.
75+
monitor_permissions: "false"
6876
# Use a variable to specify the permissions monitoring
6977
# configuration. By default this will yield the
7078
# configuration stored in the cisagov organization-level

.github/workflows/sync-labels.yml

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,13 @@ jobs:
2626
check_github_status: "true"
2727
# This functionality is poorly implemented and has been
2828
# causing problems due to the MITM implementation hogging or
29-
# leaking memory. If this happens to you just uncomment
30-
# this line.
31-
# monitor_permissions: "false"
29+
# leaking memory. As a result we disable it by default. If
30+
# you want to temporarily enable it, simply set
31+
# monitor_permissions equal to "true".
32+
#
33+
# TODO: Re-enable this functionality when practical. See
34+
# cisagov/skeleton-generic#207 for more details.
35+
monitor_permissions: "false"
3236
output_workflow_context: "true"
3337
# Use a variable to specify the permissions monitoring
3438
# configuration. By default this will yield the
@@ -59,9 +63,13 @@ jobs:
5963
with:
6064
# This functionality is poorly implemented and has been
6165
# causing problems due to the MITM implementation hogging or
62-
# leaking memory. If this happens to you just uncomment
63-
# this line.
64-
# monitor_permissions: "false"
66+
# leaking memory. As a result we disable it by default. If
67+
# you want to temporarily enable it, simply set
68+
# monitor_permissions equal to "true".
69+
#
70+
# TODO: Re-enable this functionality when practical. See
71+
# cisagov/skeleton-generic#207 for more details.
72+
monitor_permissions: "false"
6573
# Use a variable to specify the permissions monitoring
6674
# configuration. By default this will yield the
6775
# configuration stored in the cisagov organization-level

0 commit comments

Comments
 (0)