Skip to content

Commit f1423d1

Browse files
authored
Merge branch 'gh-pages' into patch-1
2 parents 9e82d61 + 74ea8a8 commit f1423d1

File tree

7 files changed

+68
-17
lines changed

7 files changed

+68
-17
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.1
1+
2.5.3

.travis.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,9 @@ env:
77
global:
88
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer
99

10-
addons:
11-
apt:
12-
packages:
13-
- libcurl4-openssl-dev # required to avoid SSL errors
14-
1510
branches:
1611
only:
1712
- gh-pages
1813
- /.*/
1914

20-
before_install:
21-
- openssl version
22-
- openssl ciphers -v
23-
- openssl s_client -cipher ECDHE-RSA-AES256-GCM-SHA384 -connect github.blog:443 -tls1_2
24-
- curl -sSL -D - https://github.blog/2014-02-14-rendered-prose-diffs/ -o /dev/null
25-
sudo: false
2615
cache: bundler

Gemfile

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22

33
source 'https://rubygems.org'
44

5-
gem 'github-pages'
6-
gem 'jekyll-octicons'
7-
# need lazy-load support
8-
gem 'jekyll-avatar', '>= 0.6.0'
5+
gem 'github-pages', '> 103', group: :jekyll_plugins
6+
7+
group :jekyll_plugins do
8+
gem 'jekyll-octicons'
9+
# need lazy-load support
10+
gem 'jekyll-avatar'
11+
end
912

1013
group :development, :test do
1114
gem 'html-proofer'

_data/civic_hackers.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ Code for All:
148148
- codeforaustralia
149149
- codeforbrazil
150150
- codeforeurope
151+
- codeforfr
151152
- codeforgermany
152153
- codeforireland
153154
- codeforjapan

_data/governments.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ Brazil:
8282
- labhackercd
8383
- lexml
8484
- MP-ES
85+
- MP-RJ
8586
- pensandoodireito
8687
- plonegovbr
8788
- pr-snas
@@ -103,18 +104,22 @@ Canada:
103104
- AAFC-MBB
104105
- abgov
105106
- bcdevexchange
107+
- bac-lac
106108
- BCGov
107109
- canada-ca
108110
- cds-snc
109111
- CIHR
110112
- cityofgreatersudbury
111113
- cityofottawa
112114
- cityofsurrey
115+
- CityOfSarnia
113116
- CityofToronto
117+
- CityofEdmonton
114118
- cityssm
115119
- cngo
116120
- communicationssecurityestablishment
117121
- csbp-cpse
122+
- CSPS-EFPC-DAAN
118123
- ECCC-MSC
119124
- electionsquebec
120125
- esdc-devx
@@ -205,6 +210,7 @@ European Union:
205210
Finland:
206211
- 6Aika
207212
- City-of-Helsinki
213+
- City-of-Turku
208214
- CSC-IT-Center-for-Science
209215
- Digipalvelutehdas
210216
- finnishtransportagency
@@ -221,6 +227,7 @@ Finland:
221227
France:
222228
- afimb
223229
- AlsaceDigitale
230+
- AmbaNum
224231
- ANSSI-FR
225232
- ApieFrance
226233
- betagouv
@@ -230,6 +237,7 @@ France:
230237
- cea-sec
231238
- clipos
232239
- clipos-archive
240+
- cw-leia
233241
- communaute-cimi
234242
- culturecommunication
235243
- DGFiP
@@ -248,6 +256,7 @@ France:
248256
- MinistereSupRecherche
249257
- nanterre
250258
- nantesmetropole
259+
- opencti-platform
251260
- PnCevennes
252261
- PnEcrins
253262
- PnX-SI
@@ -367,6 +376,7 @@ Norway:
367376
- nasjonalmuseet
368377
- navikt
369378
- nlbdev
379+
- Riksrevisjonen
370380
- Rogaland
371381
- rutebanken
372382
- ruterno
@@ -438,6 +448,7 @@ Sweden:
438448
- Helsingborg
439449
- helsingborg-stad
440450
- ISOF-ITD
451+
- jobtechswe
441452
- kungbib
442453
- Lantmateriet
443454
- libris
@@ -463,8 +474,10 @@ Sweden:
463474
- Sundsvallskommun
464475
- sverigesradio
465476
- SVT
477+
- swedish-council-for-higher-education
466478
- swedishpensionsagency
467479
- The-Municipality-of-Staffanstorp
480+
- umea-kommun
468481
- Vastra-Gotalandsregionen
469482
- vasttrafik
470483

@@ -638,6 +651,7 @@ U.S. City:
638651
- longbeachinnovationteam
639652
- LouisvilleMetro
640653
- mnhrc
654+
- moda-nyc
641655
- monum
642656
- NYCComptroller
643657
- nycdot
@@ -717,7 +731,6 @@ U.S. Federal:
717731
- globegit
718732
- gopleader
719733
- government-services
720-
- GreatSmokyMountainsNationalPark
721734
- gsa
722735
- gsa-oes
723736
- hhs

assets/img/open-gov.png

33 KB
Loading

fedramp-faq.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
layout: support-page
3+
title: FedRAMP and GitHub
4+
description: GitHub Enterprise Cloud is now FedRAMP Authorized, which brings software collaboration to governments everywhere
5+
permalink: /fedramp-faq
6+
7+
---
8+
9+
10+
# 🎉 GitHub Enterprise Cloud + FedRAMP Tailored Authorized 🎉
11+
12+
Governments around the world use GitHub to build software, shape policy, and share information with constituents. To ensure that governments can have access to best-in-class tools, we’ve worked with the US Federal Government to secure FedRAMP Tailored Authorization for GitHub Enterprise Cloud.
13+
Government users can now rely on GitHub knowing that our platform meets the FedRAMP Tailored baseline of security standards set by our US federal government partners.
14+
15+
With GitHub Enterprise Cloud’s FedRAMP Tailored ATO, agencies can more easily:
16+
17+
- Securely collaborate on software development and management in the cloud
18+
- Modernize the way they build software
19+
- Take advantages of the latest features and capabilities that GitHub has to offer
20+
- Jump start agency authorization by reviewing our current FedRAMP Tailored ATO and authorization package
21+
22+
&nbsp;<br/>
23+
## Why did the GSA determine that FedRAMP Tailored is the right baseline for GitHub?
24+
25+
As the Federal government takes advantage of the capabilities of modern software development and collaboration that GitHub provides, it is important they also do so in a way that is compliant with their security requirements, including OMB A-130 and the Risk Management Framework (NIST SP 800-37). FedRAMP Tailored provides agencies with a flexible and reusable template for ensuring a strong, FISMA-compliant security baseline for low risk Software as a Service (SaaS) systems.
26+
27+
For this reason, when GSA looked to authorize GitHub.com for use within their agency, they determined that FedRAMP Tailored was the right baseline to apply. It provides for familiar security controls and framework, while allowing the flexibility to use modern tools with established security track records.
28+
29+
The FedRAMP Tailored baseline is purpose-built for modern and nimble SaaS solutions like GitHub. Other FedRAMP baselines are designed for either Infrastructure- or Platform-as a Service (IaaS or PaaS).
30+
31+
## Code is the most important asset that we create. Why is FedRAMP Tailored the right authorization to apply here?
32+
33+
FedRAMP Tailored was designed for Software as a Service systems like GitHub. FedRAMP requires that agencies specify the type of data that can reside within authorized systems. Best practices suggest that source code contain no information — personally identifiable or otherwise — so it is seen as low risk to operations.
34+
35+
FedRAMP Tailored can also speed the authorization process with reusable evidence and NIST 800-53 control inventories that agencies can base their own ATOs decisions on. The FedRAMP office can even share the previous authorization package ready for your review. Your agency’s Authorizing Officer (AO) may review and accept this package and issue an agency-specific Authority to Operate (ATO).
36+
[Download our authorization package from the FedRAMP Marketplace ](https://marketplace.fedramp.gov/#/product/github-enterprise-cloud?sort=productName&productNameSearch=GitHub)
37+
38+
## Does GitHub now comply with the Federal Information Security Management Act (FISMA)?
39+
GitHub’s FedRAMP authorization satisfies your FISMA concerns. FISMA is the law that requires US federal agencies and their partners to procure information systems and services only from organizations that adhere to how they meet the controls identified by the NIST in Special Publication 800-53 rev 4. The FISMA process (but not the underlying standards themselves) was replaced by FedRAMP in 2011.
40+
41+
## In summary
42+
GitHub’s FedRAMP Tailored authorization confirms our commitment to Government information security. It opens our best-of-breed software development and collaboration platform to even more missions, allowing even more agencies to benefit from the rigorous security of GitHub Enterprise Cloud.
43+
44+
- [Read more about GitHub's FedRAMP Authorization](https://blog.github.com/2018-10-24-github-is-fedramp-authorized/)
45+
- [Find GitHub in the FedRAMP marketplace](https://marketplace.fedramp.gov/#/product/github-enterprise-cloud)

0 commit comments

Comments
 (0)