support setting token for github enterprise (#31)

Signed-off-by: Nelo-T. Wallus <n.wallus@sap.com>
This commit is contained in:
Nelo-T. Wallus
2025-05-05 17:42:08 +02:00
committed by GitHub
parent c232ba1364
commit 87802a2f4e
2 changed files with 12 additions and 3 deletions
+1
View File
@@ -36,3 +36,4 @@ The workflow will fail if kube-linter detects issues. You'll find issues in the
| `output-file` | (optional) | Path to a file where kube-linter output will be stored. Default is `kube-linter.log`. File will be overwritten if it exists. |
| `version` | (optional) | kube-linter release version to use, e.g. "0.2.4". The latest available version is used by default. |
| `fail-on-invalid-resource` | (optional) | Set `true` to error out when we have an invalid resource. |
| `token` | (optional) | Token to use when pulling release info from github.com |