Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
```bash copy
sudo consul-template -once -template /etc/consul-templates/etc/nomad-jobs/gpgverify/gpgverify.hcl.ctmpl:/etc/nomad-jobs/gpgverify/gpgverify.hcl

nomad job run /etc/nomad-jobs/gpgverify/gpgverify.hcl
sudo nomad job run /etc/nomad-jobs/gpgverify/gpgverify.hcl
```
2 changes: 1 addition & 1 deletion src/github-apps/lib/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
"2022-11-28"
]
},
"sha": "e40e7bf1e6c9db6c52a35b4675f1c8248c35643a"
"sha": "afa8a986f4d2ae2625a2c6a5c36d27f2fa900d1a"
}
78 changes: 17 additions & 61 deletions src/rest/data/fpt-2022-11-28/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1935,13 +1935,6 @@
"partner",
"custom"
]
},
"version": {
"description": "The image version of the hosted runner pool.",
"type": "string",
"examples": [
"latest"
]
}
},
"required": [
Expand Down Expand Up @@ -2147,11 +2140,6 @@
"partner",
"custom"
]
},
{
"type": "string or null",
"name": "version",
"description": "<p>The version of the runner image to deploy. This is relevant only for runners using custom images.</p>"
}
]
},
Expand Down Expand Up @@ -2203,8 +2191,7 @@
"name": "My Hosted runner",
"image": {
"id": "ubuntu-latest",
"source": "github",
"version": "latest"
"source": "github"
},
"runner_group_id": 1,
"size": "4-core",
Expand Down Expand Up @@ -2311,13 +2298,6 @@
"partner",
"custom"
]
},
"version": {
"description": "The image version of the hosted runner pool.",
"type": "string",
"examples": [
"latest"
]
}
},
"required": [
Expand Down Expand Up @@ -3165,13 +3145,6 @@
"partner",
"custom"
]
},
"version": {
"description": "The image version of the hosted runner pool.",
"type": "string",
"examples": [
"latest"
]
}
},
"required": [
Expand Down Expand Up @@ -3378,12 +3351,6 @@
"name": "enable_static_ip",
"in": "body",
"description": "<p>Whether this runner should be updated with a static public IP. Note limit on account. To list limits on account, use <code>GET actions/hosted-runners/limits</code></p>"
},
{
"type": "string or null",
"name": "image_version",
"in": "body",
"description": "<p>The version of the runner image to deploy. This is relevant only for runners using custom images.</p>"
}
],
"progAccess": {
Expand All @@ -3407,8 +3374,7 @@
"name": "My larger runner",
"runner_group_id": 1,
"maximum_runners": 50,
"enable_static_ip": false,
"image_version": "1.0.0"
"enable_static_ip": false
},
"parameters": {
"org": "ORG",
Expand Down Expand Up @@ -3511,13 +3477,6 @@
"partner",
"custom"
]
},
"version": {
"description": "The image version of the hosted runner pool.",
"type": "string",
"examples": [
"latest"
]
}
},
"required": [
Expand Down Expand Up @@ -3818,13 +3777,6 @@
"partner",
"custom"
]
},
"version": {
"description": "The image version of the hosted runner pool.",
"type": "string",
"examples": [
"latest"
]
}
},
"required": [
Expand Down Expand Up @@ -11133,13 +11085,6 @@
"partner",
"custom"
]
},
"version": {
"description": "The image version of the hosted runner pool.",
"type": "string",
"examples": [
"latest"
]
}
},
"required": [
Expand Down Expand Up @@ -157940,6 +157885,12 @@
"name": "dismissed_comment",
"in": "body",
"description": "<p>The dismissal comment associated with the dismissal of the alert.</p>"
},
{
"type": "boolean",
"name": "create_request",
"in": "body",
"description": "<p>If <code>true</code>, attempt to create an alert dismissal request.</p>"
}
],
"progAccess": {
Expand All @@ -157962,7 +157913,8 @@
"bodyParameters": {
"state": "dismissed",
"dismissed_reason": "false positive",
"dismissed_comment": "This alert is not actually correct, because there's a sanitizer included in the library."
"dismissed_comment": "This alert is not actually correct, because there's a sanitizer included in the library.",
"create_request": true
},
"parameters": {
"owner": "OWNER",
Expand Down Expand Up @@ -158698,6 +158650,10 @@
"httpStatusCode": "200",
"description": "<p>OK</p>"
},
{
"httpStatusCode": "400",
"description": "<p>Bad Request</p>"
},
{
"httpStatusCode": "403",
"description": "<p>Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository</p>"
Expand Down Expand Up @@ -555426,7 +555382,7 @@
{
"name": "secret_type",
"in": "query",
"description": "<p>A comma-separated list of secret types to return. All default secret patterns are returned. To return experimental patterns, pass the token name(s) in the parameter. See \"<a href=\"https://docs.github.com/enterprise-cloud@latest/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets\">Supported secret scanning patterns</a>\" for a complete list of secret types.</p>",
"description": "<p>A comma-separated list of secret types to return. All default secret patterns are returned. To return generic patterns, pass the token name(s) in the parameter. See \"<a href=\"https://docs.github.com/enterprise-cloud@latest/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets\">Supported secret scanning patterns</a>\" for a complete list of secret types.</p>",
"required": false,
"schema": {
"type": "string"
Expand Down Expand Up @@ -557084,7 +557040,7 @@
{
"name": "secret_type",
"in": "query",
"description": "<p>A comma-separated list of secret types to return. All default secret patterns are returned. To return experimental patterns, pass the token name(s) in the parameter. See \"<a href=\"https://docs.github.com/enterprise-cloud@latest/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets\">Supported secret scanning patterns</a>\" for a complete list of secret types.</p>",
"description": "<p>A comma-separated list of secret types to return. All default secret patterns are returned. To return generic patterns, pass the token name(s) in the parameter. See \"<a href=\"https://docs.github.com/enterprise-cloud@latest/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets\">Supported secret scanning patterns</a>\" for a complete list of secret types.</p>",
"required": false,
"schema": {
"type": "string"
Expand Down Expand Up @@ -558764,7 +558720,7 @@
{
"name": "secret_type",
"in": "query",
"description": "<p>A comma-separated list of secret types to return. All default secret patterns are returned. To return experimental patterns, pass the token name(s) in the parameter. See \"<a href=\"https://docs.github.com/enterprise-cloud@latest/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets\">Supported secret scanning patterns</a>\" for a complete list of secret types.</p>",
"description": "<p>A comma-separated list of secret types to return. All default secret patterns are returned. To return generic patterns, pass the token name(s) in the parameter. See \"<a href=\"https://docs.github.com/enterprise-cloud@latest/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets\">Supported secret scanning patterns</a>\" for a complete list of secret types.</p>",
"required": false,
"schema": {
"type": "string"
Expand Down
Loading