class documentation

class GitlabCiVerifyConfig(typing.TypedDict):

View In Hierarchy

Undocumented

Class Variable excluded_checks Exclude set of checks
Class Variable fail_severity On which severity findings should be considered an error
Class Variable gitlab_base_url Override gitlab base url
Class Variable gitlab_token Specify explicit gitlab token
excluded_checks: typing.NotRequired[list[str]] =

Exclude set of checks

fail_severity: typing.NotRequired[str] =

On which severity findings should be considered an error

gitlab_base_url: typing.NotRequired[str] =

Override gitlab base url

gitlab_token: typing.NotRequired[str] =

Specify explicit gitlab token