salo.events.github.audit.repository

Module Contents

Classes

RepositoryModel

Mixin to provide __str__, __repr__, and __pretty__ methods. See #884 for more details.

ContentAnalysisEnable

Mixin to provide __str__, __repr__, and __pretty__ methods. See #884 for more details.

ContentAnalysisDisable

Mixin to provide __str__, __repr__, and __pretty__ methods. See #884 for more details.

DependencyGraphEnable

Mixin to provide __str__, __repr__, and __pretty__ methods. See #884 for more details.

DependencyGraphDisable

Mixin to provide __str__, __repr__, and __pretty__ methods. See #884 for more details.

SecretScanningEnable

Mixin to provide __str__, __repr__, and __pretty__ methods. See #884 for more details.

SecretScanningDisable

Mixin to provide __str__, __repr__, and __pretty__ methods. See #884 for more details.

VulnerabilityAlertCreate

Mixin to provide __str__, __repr__, and __pretty__ methods. See #884 for more details.

VulnerabilityAlertsEnable

Mixin to provide __str__, __repr__, and __pretty__ methods. See #884 for more details.

VulnerabilityAlertsDisable

Mixin to provide __str__, __repr__, and __pretty__ methods. See #884 for more details.

class salo.events.github.audit.repository.RepositoryModel(__pydantic_self__, **data: Any)[source]

Bases: salo.events.github.audit.base.GitHubAuditModel

Mixin to provide __str__, __repr__, and __pretty__ methods. See #884 for more details.

__pretty__ is used by [devtools](https://python-devtools.helpmanual.io/) to provide human readable representations of objects.

github_actor :Optional[str]
github_org :Optional[str]
github_repo :Optional[str]
github_created_at :Optional[datetime.datetime]
github_actor_location :salo.events.github.audit.base.ActorLocationModel
class salo.events.github.audit.repository.ContentAnalysisEnable(__pydantic_self__, **data: Any)[source]

Bases: RepositoryModel

Mixin to provide __str__, __repr__, and __pretty__ methods. See #884 for more details.

__pretty__ is used by [devtools](https://python-devtools.helpmanual.io/) to provide human readable representations of objects.

github_action :str
github_user :Optional[str]
class salo.events.github.audit.repository.ContentAnalysisDisable(__pydantic_self__, **data: Any)[source]

Bases: RepositoryModel

Mixin to provide __str__, __repr__, and __pretty__ methods. See #884 for more details.

__pretty__ is used by [devtools](https://python-devtools.helpmanual.io/) to provide human readable representations of objects.

github_action :str
github_user :Optional[str]
class salo.events.github.audit.repository.DependencyGraphEnable(__pydantic_self__, **data: Any)[source]

Bases: RepositoryModel

Mixin to provide __str__, __repr__, and __pretty__ methods. See #884 for more details.

__pretty__ is used by [devtools](https://python-devtools.helpmanual.io/) to provide human readable representations of objects.

github_action :str
github_user :Optional[str]
class salo.events.github.audit.repository.DependencyGraphDisable(__pydantic_self__, **data: Any)[source]

Bases: RepositoryModel

Mixin to provide __str__, __repr__, and __pretty__ methods. See #884 for more details.

__pretty__ is used by [devtools](https://python-devtools.helpmanual.io/) to provide human readable representations of objects.

github_action :str
github_user :Optional[str]
class salo.events.github.audit.repository.SecretScanningEnable(__pydantic_self__, **data: Any)[source]

Bases: RepositoryModel

Mixin to provide __str__, __repr__, and __pretty__ methods. See #884 for more details.

__pretty__ is used by [devtools](https://python-devtools.helpmanual.io/) to provide human readable representations of objects.

github_action :str
github_user :Optional[str]
class salo.events.github.audit.repository.SecretScanningDisable(__pydantic_self__, **data: Any)[source]

Bases: RepositoryModel

Mixin to provide __str__, __repr__, and __pretty__ methods. See #884 for more details.

__pretty__ is used by [devtools](https://python-devtools.helpmanual.io/) to provide human readable representations of objects.

github_action :str
github_user :Optional[str]
class salo.events.github.audit.repository.VulnerabilityAlertCreate(__pydantic_self__, **data: Any)[source]

Bases: RepositoryModel

Mixin to provide __str__, __repr__, and __pretty__ methods. See #884 for more details.

__pretty__ is used by [devtools](https://python-devtools.helpmanual.io/) to provide human readable representations of objects.

github_action :str
class salo.events.github.audit.repository.VulnerabilityAlertsEnable(__pydantic_self__, **data: Any)[source]

Bases: RepositoryModel

Mixin to provide __str__, __repr__, and __pretty__ methods. See #884 for more details.

__pretty__ is used by [devtools](https://python-devtools.helpmanual.io/) to provide human readable representations of objects.

github_action :str
github_user :Optional[str]
class salo.events.github.audit.repository.VulnerabilityAlertsDisable(__pydantic_self__, **data: Any)[source]

Bases: RepositoryModel

Mixin to provide __str__, __repr__, and __pretty__ methods. See #884 for more details.

__pretty__ is used by [devtools](https://python-devtools.helpmanual.io/) to provide human readable representations of objects.

github_action :str
github_user :Optional[str]