address linter concern

This commit is contained in:
Finn 2024-09-29 16:34:26 -07:00
parent a49d8b30c6
commit b6b488ef54

View file

@ -61,7 +61,8 @@ func OIDCRoutes(prefix string) *web.Route {
"run_number", "run_attempt", "actor", "actor_id", "workflow", "workflow_ref", "workflow_sha",
"head_ref", "base_ref", "event_name", "ref_type", "ref_protected", "environment",
"environment_node_id", "job_workflow_ref", "job_workflow_sha", "repository_visibility",
"runner_environment", "issuer_scope"},
"runner_environment", "issuer_scope",
},
IDTokenSigningAlgValuesSupported: []string{"RS256"},
ScopesSupported: []string{"openid"},
},