Skip to content

Commit

Permalink
added gcp profiles and added gcp as a partner
Browse files Browse the repository at this point in the history
fixed partner links to point to their company websites

Signed-off-by: Aaron Lippold <[email protected]>
  • Loading branch information
aaronlippold committed Apr 1, 2020
1 parent 6508f22 commit ab8cb2b
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 12 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"vue-router": "^3.1.6",
"vue-svg-inline-loader": "^1.5.0",
"vue-svg-loader": "^0.15.0",
"vuetify": "^2.2.19",
"vuetify": "^2.2.20",
"vuex": "^3.1.3"
},
"devDependencies": {
Expand Down
14 changes: 14 additions & 0 deletions src/assets/data/baselines.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,20 @@
"svg": "inspec-blue-back-border",
"category": ["Cloud Service Providers"]
},
{
"shortName": "GCP PCI-DSS 3.2.1",
"longName": "Google Cloud Platform PCI-DSS 3.2.1",
"link": "https://github.com/GoogleCloudPlatform/inspec-gcp-pci-profile",
"svg": "inspec-blue-back-border",
"category": ["Cloud Service Providers"]
},
{
"shortName": "GCP CIS Benchmark",
"longName": "Google Cloud Platform CIS Benchmark",
"link": "https://github.com/GoogleCloudPlatform/inspec-gcp-cis-benchmark",
"svg": "inspec-blue-back-border",
"category": ["Cloud Service Providers"]
},
{
"shortName": "Oracle MySQL 5.7 CIS",
"longName": "Oracle MySQL Enterprise Edition 5.7 CIS",
Expand Down
21 changes: 13 additions & 8 deletions src/assets/data/commercialpart.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,34 @@
"Commercial Partners": [
{
"name": "VmWare",
"link": "https://github.com/kclinden/vmware-esxi-6.5-stig-baseline",
"link": "https://www.vmware.com",
"img": "vmware.png"
},
{
"name": "Google",
"link": "https://www.google.com",
"img": "gcp.png"
},
{
"name": "Nessus",
"link": "https://www.tenable.com/",
"img": "nessus.png"
},
{
"name": "Elastic",
"link": "https://github.com/elastic/elasticsearch-inspec",
"link": "https://www.elastic.co/",
"img": "elastic.png"
},
{
"name": "CruchyData",
"link": "https://github.com/CrunchyData/pgstigcheck-inspec",
"link": "https://www.crunchydata.com/",
"img": "crunchydata.png"
},
{
"name": "Cerner",
"link": "https://www.cerner.com/",
"img": "cerner.png"
},
{
"name": "Nessus",
"link": "https://www.tenable.com/products/nessus",
"img": "nessus.png"
},
{
"name": "NSA SIMP",
"link": "https://www.simp-project.com/",
Expand Down
Binary file added src/assets/img/partners/gcp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ab8cb2b

Please sign in to comment.