Skip to content

Commit

Permalink
feat: GET /repos/{owner}/{repo}/pages/health (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
octokitbot authored Apr 27, 2021
1 parent 9fdd33a commit d1bdef8
Show file tree
Hide file tree
Showing 16 changed files with 1,340 additions and 0 deletions.
381 changes: 381 additions & 0 deletions cache/api.github.com.deref.json

Large diffs are not rendered by default.

353 changes: 353 additions & 0 deletions cache/api.github.com.json

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions cache/ghes-2.22.deref.json
Original file line number Diff line number Diff line change
Expand Up @@ -145520,6 +145520,10 @@
"type": "string",
"description": "Identifies the variable values associated with the environment in which this analysis was performed."
},
"category": {
"type": "string",
"description": "Identifies the configuration and environment under which the analysis was executed."
},
"error": {
"type": "string",
"example": "error reading field xyz"
Expand Down Expand Up @@ -145611,6 +145615,7 @@
"analysis_key": ".github/workflows/codeql-analysis.yml:analyze",
"environment": "{\"language\":\"python\"}",
"error": "",
"category": ".github/workflows/codeql-analysis.yml:analyze/language:python",
"created_at": "2020-08-27T15:05:21Z",
"results_count": 17,
"rules_count": 49,
Expand All @@ -145631,6 +145636,7 @@
"analysis_key": ".github/workflows/shiftleft.yml:build",
"environment": "{}",
"error": "",
"category": ".github/workflows/shiftleft.yml:build/",
"created_at": "2020-08-31T22:46:44Z",
"results_count": 17,
"rules_count": 32,
Expand Down
9 changes: 9 additions & 0 deletions cache/ghes-2.22.json
Original file line number Diff line number Diff line change
Expand Up @@ -55635,6 +55635,10 @@
"type": "string",
"description": "Identifies the variable values associated with the environment in which this analysis was performed."
},
"code-scanning-analysis-category": {
"type": "string",
"description": "Identifies the configuration and environment under which the analysis was executed."
},
"code-scanning-analysis-created-at": {
"type": "string",
"description": "The time that the analysis was created in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.",
Expand Down Expand Up @@ -55664,6 +55668,9 @@
"environment": {
"$ref": "#/components/schemas/code-scanning-analysis-environment"
},
"category": {
"$ref": "#/components/schemas/code-scanning-analysis-category"
},
"error": {
"type": "string",
"example": "error reading field xyz"
Expand Down Expand Up @@ -71791,6 +71798,7 @@
"analysis_key": ".github/workflows/codeql-analysis.yml:analyze",
"environment": "{\"language\":\"python\"}",
"error": "",
"category": ".github/workflows/codeql-analysis.yml:analyze/language:python",
"created_at": "2020-08-27T15:05:21Z",
"results_count": 17,
"rules_count": 49,
Expand All @@ -71811,6 +71819,7 @@
"analysis_key": ".github/workflows/shiftleft.yml:build",
"environment": "{}",
"error": "",
"category": ".github/workflows/shiftleft.yml:build/",
"created_at": "2020-08-31T22:46:44Z",
"results_count": 17,
"rules_count": 32,
Expand Down
6 changes: 6 additions & 0 deletions cache/ghes-3.0.deref.json
Original file line number Diff line number Diff line change
Expand Up @@ -150803,6 +150803,10 @@
"type": "string",
"description": "Identifies the variable values associated with the environment in which this analysis was performed."
},
"category": {
"type": "string",
"description": "Identifies the configuration and environment under which the analysis was executed."
},
"error": {
"type": "string",
"example": "error reading field xyz"
Expand Down Expand Up @@ -150894,6 +150898,7 @@
"analysis_key": ".github/workflows/codeql-analysis.yml:analyze",
"environment": "{\"language\":\"python\"}",
"error": "",
"category": ".github/workflows/codeql-analysis.yml:analyze/language:python",
"created_at": "2020-08-27T15:05:21Z",
"results_count": 17,
"rules_count": 49,
Expand All @@ -150914,6 +150919,7 @@
"analysis_key": ".github/workflows/shiftleft.yml:build",
"environment": "{}",
"error": "",
"category": ".github/workflows/shiftleft.yml:build/",
"created_at": "2020-08-31T22:46:44Z",
"results_count": 17,
"rules_count": 32,
Expand Down
9 changes: 9 additions & 0 deletions cache/ghes-3.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -57447,6 +57447,10 @@
"type": "string",
"description": "Identifies the variable values associated with the environment in which this analysis was performed."
},
"code-scanning-analysis-category": {
"type": "string",
"description": "Identifies the configuration and environment under which the analysis was executed."
},
"code-scanning-analysis-created-at": {
"type": "string",
"description": "The time that the analysis was created in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.",
Expand Down Expand Up @@ -57476,6 +57480,9 @@
"environment": {
"$ref": "#/components/schemas/code-scanning-analysis-environment"
},
"category": {
"$ref": "#/components/schemas/code-scanning-analysis-category"
},
"error": {
"type": "string",
"example": "error reading field xyz"
Expand Down Expand Up @@ -73814,6 +73821,7 @@
"analysis_key": ".github/workflows/codeql-analysis.yml:analyze",
"environment": "{\"language\":\"python\"}",
"error": "",
"category": ".github/workflows/codeql-analysis.yml:analyze/language:python",
"created_at": "2020-08-27T15:05:21Z",
"results_count": 17,
"rules_count": 49,
Expand All @@ -73834,6 +73842,7 @@
"analysis_key": ".github/workflows/shiftleft.yml:build",
"environment": "{}",
"error": "",
"category": ".github/workflows/shiftleft.yml:build/",
"created_at": "2020-08-31T22:46:44Z",
"results_count": 17,
"rules_count": 32,
Expand Down
11 changes: 11 additions & 0 deletions cache/github.ae.deref.json
Original file line number Diff line number Diff line change
Expand Up @@ -130947,6 +130947,10 @@
"type": "string",
"description": "Identifies the variable values associated with the environment in which this analysis was performed."
},
"category": {
"type": "string",
"description": "Identifies the configuration and environment under which the analysis was executed."
},
"error": {
"type": "string",
"example": "error reading field xyz"
Expand Down Expand Up @@ -131038,6 +131042,7 @@
"analysis_key": ".github/workflows/codeql-analysis.yml:analyze",
"environment": "{\"language\":\"python\"}",
"error": "",
"category": ".github/workflows/codeql-analysis.yml:analyze/language:python",
"created_at": "2020-08-27T15:05:21Z",
"results_count": 17,
"rules_count": 49,
Expand All @@ -131058,6 +131063,7 @@
"analysis_key": ".github/workflows/shiftleft.yml:build",
"environment": "{}",
"error": "",
"category": ".github/workflows/shiftleft.yml:build/",
"created_at": "2020-08-31T22:46:44Z",
"results_count": 17,
"rules_count": 32,
Expand Down Expand Up @@ -131233,6 +131239,10 @@
"type": "string",
"description": "Identifies the variable values associated with the environment in which this analysis was performed."
},
"category": {
"type": "string",
"description": "Identifies the configuration and environment under which the analysis was executed."
},
"error": {
"type": "string",
"example": "error reading field xyz"
Expand Down Expand Up @@ -131323,6 +131333,7 @@
"analysis_key": ".github/workflows/codeql-analysis.yml:analyze",
"environment": "{\"language\":\"javascript\"}",
"error": "",
"category": ".github/workflows/codeql-analysis.yml:analyze/language:javascript",
"created_at": "2021-01-13T11:55:49Z",
"results_count": 3,
"rules_count": 67,
Expand Down
10 changes: 10 additions & 0 deletions cache/github.ae.json
Original file line number Diff line number Diff line change
Expand Up @@ -53662,6 +53662,10 @@
"type": "string",
"description": "Identifies the variable values associated with the environment in which this analysis was performed."
},
"code-scanning-analysis-category": {
"type": "string",
"description": "Identifies the configuration and environment under which the analysis was executed."
},
"code-scanning-analysis-created-at": {
"type": "string",
"description": "The time that the analysis was created in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.",
Expand Down Expand Up @@ -53691,6 +53695,9 @@
"environment": {
"$ref": "#/components/schemas/code-scanning-analysis-environment"
},
"category": {
"$ref": "#/components/schemas/code-scanning-analysis-category"
},
"error": {
"type": "string",
"example": "error reading field xyz"
Expand Down Expand Up @@ -69306,6 +69313,7 @@
"analysis_key": ".github/workflows/codeql-analysis.yml:analyze",
"environment": "{\"language\":\"python\"}",
"error": "",
"category": ".github/workflows/codeql-analysis.yml:analyze/language:python",
"created_at": "2020-08-27T15:05:21Z",
"results_count": 17,
"rules_count": 49,
Expand All @@ -69326,6 +69334,7 @@
"analysis_key": ".github/workflows/shiftleft.yml:build",
"environment": "{}",
"error": "",
"category": ".github/workflows/shiftleft.yml:build/",
"created_at": "2020-08-31T22:46:44Z",
"results_count": 17,
"rules_count": 32,
Expand All @@ -69350,6 +69359,7 @@
"analysis_key": ".github/workflows/codeql-analysis.yml:analyze",
"environment": "{\"language\":\"javascript\"}",
"error": "",
"category": ".github/workflows/codeql-analysis.yml:analyze/language:javascript",
"created_at": "2021-01-13T11:55:49Z",
"results_count": 3,
"rules_count": 67,
Expand Down
Loading

0 comments on commit d1bdef8

Please sign in to comment.