You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--github.organization= GitHub organization name [$GITHUB_ORGANIZATION]
24
+
--github.token= GitHub token auth: PAT [$GITHUB_TOKEN]
25
+
--github.app.id= GitHub app auth: App ID [$GITHUB_APP_ID]
26
+
--github.app.installationid= GitHub app auth: App installation ID [$GITHUB_APP_INSTALLATION_ID]
27
+
--github.app.keyfile=GitHub app auth: Private key (path to file) [$GITHUB_APP_PRIVATE_KEY]
28
+
--github.repository.customprops= GitHub repository custom properties as labels for repos and workflows (space delimiter) [$GITHUB_REPOSITORY_CUSTOMPROPS]
29
+
--github.workflows.timeframe= GitHub workflow timeframe for fetching (default: 168h) [$GITHUB_WORKFLOWS_TIMEFRAME]
30
+
--scrape.time= Scrape time (default: 30m) [$SCRAPE_TIME]
31
+
--cache.path=Cache path (to folder, file://path... or azblob://storageaccount.blob.core.windows.net/containername or k8scm://{namespace}/{configmap}}) [$CACHE_PATH]
32
+
--server.bind= Server address (default: :8080) [$SERVER_BIND]
33
+
--server.timeout.read= Server read timeout (default: 5s) [$SERVER_TIMEOUT_READ]
34
+
--server.timeout.write= Server write timeout (default: 10s) [$SERVER_TIMEOUT_WRITE]
0 commit comments