Skip to content

Commit 700cb00

Browse files
authored
Merge branch 'gh-pages' into patch-3
2 parents 6a79e04 + 12cee7d commit 700cb00

6 files changed

Lines changed: 24 additions & 2 deletions

File tree

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ relative_permalinks: false
77
analytics_account: "UA-3769691-28"
88

99
# build settings
10-
exclude: ["script", "vendor", "bower.json", "Gemfile", "Gemfile.lock", "Rakefile", "readme.md", "package.json", "node_modules", "fedramp.md", "fedramp-confirmation.md"]
10+
exclude: ["script", "vendor", "bower.json", "Gemfile", "Gemfile.lock", "Rakefile", "readme.md", "package.json", "node_modules"]
1111
markdown: kramdown
1212
plugins:
1313
- jekyll-avatar

_data/governments.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ Canada:
139139
- ServiceCanada
140140
- StatCan
141141
- TBS-EACPD
142+
- tc-ca
142143
- thecityofcalgary
143144
- VilledeMontreal
144145
- wet-boew
@@ -218,6 +219,8 @@ France:
218219
- ANSSI-FR
219220
- ApieFrance
220221
- betagouv
222+
- clipos
223+
- clipos-archive
221224
- communaute-cimi
222225
- culturecommunication
223226
- DGFiP
@@ -240,6 +243,7 @@ France:
240243
- sgmap-agd
241244
- SocialGouv
242245
- strasbourg
246+
- wookey-project
243247

244248
French Polynesia:
245249
- sipf
@@ -454,6 +458,7 @@ Switzerland:
454458
- dsi-vd
455459
- FNSKtZH
456460
- gisktzh
461+
- kanton-bern
457462
- ogdch
458463
- sitn
459464
- swiss-gov
@@ -479,6 +484,7 @@ The Netherlands:
479484
U.K. Central:
480485
- alphagov
481486
- BEACmodel
487+
- britishlibrary
482488
- cabinetoffice
483489
- CJSCommonPlatform
484490
- communitiesuk
@@ -493,6 +499,7 @@ U.K. Central:
493499
- dstl
494500
- dvla
495501
- dvsa
502+
- dwp
496503
- GCHQ
497504
- gds-dead
498505
- gds-operations
@@ -530,6 +537,7 @@ U.K. Central:
530537
- UKHomeOffice
531538
- UKLocation
532539
- ukncsc
540+
- ukwa
533541

534542
U.K. Councils:
535543
- BarnsleyCouncil

_data/research.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ U.S. Research Labs:
3030
- esgf
3131
- exmatex
3232
- flux-framework
33-
- GENIEMC
3433
- globus
3534
- glvis
3635
- HipGISAXS

index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@
55
org_count: 60
66
permalink: /
77
---
8+
<div class="container-lg p-responsive">
9+
<div class="Box clearfix p-4 p-sm-5 col-md-7 mx-auto mt-6">
10+
<div class="float-left">
11+
<img class="d-block pr-4" style="width: 80px;" alt="FedRAMP Logo" src="{{"/assets/img/Fedramp-logo.svg" | relative_url}}">
12+
</div>
13+
<div class="overflow-hidden">
14+
<p>GitHub is now Federal Risk and Authorization Management Program (FedRAMP) authorized.
15+
</p>
16+
<a href="{{"/fedramp/" | relative_url}}">Learn More {% octicon chevron-right height:18 class:"d-inline fill-blue ml-1" %}</a>
17+
</div>
18+
</div>
19+
</div>
20+
821
<section class="container-lg p-responsive py-5 py-md-6 my-lg-6">
922
<div class="clearfix gutter-spacious">
1023
<div class="mb-3 mb-md-5 col-md-6 float-left">

script/ensure-orgs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ files.each do |file|
4141
data.each do |group, orgs|
4242
not_orgs = Parallel.map(orgs) { |org| org unless org?(org) }.compact
4343
next if not_orgs.empty?
44+
4445
puts "\nIn #{File.basename(file)}, in the #{group} group, the following entries are users, not orgs:\n\n"
4546
puts not_orgs
4647
valid = false

script/fetch-us

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ orgs = orgs['results'].collect { |data| data['account'] }
2727
orgs.each do |org|
2828
next if existing.include?(org.downcase)
2929
next unless org_exists? org
30+
3031
org_file['U.S. Federal'].push(org.downcase)
3132
end
3233

0 commit comments

Comments
 (0)