Releases: GitGuardian/py-gitguardian
Releases · GitGuardian/py-gitguardian
1.26.0
1.25.0
Changed
- Updated
Client.scan_and_create_incidents()to match server-side API changes.
1.24.0
Added
-
Added
GGClient.scan_and_create_incidents()function to scan content for secrets and automatically create incidents. -
Added
vault_type,vault_name,vault_pathandvault_path_countfields toPolicyBreak.
1.23.0
Changed
- Set PolicyBreak's detector_name and detector_group_name fields as optional to fix backwards compatibility with the GitGuardian API
1.22.0
Added
- Added
is_vaultedfield toPolicyBreak.
1.21.0
Added
- Add extra information to scan results: detector name, detector group name, and documentation URL.
Fixed
- Add missing scopes to the TokenScope Enum.
1.20.0
Removed
- Removed support for the deprecated SCA and IaC endpoints.
1.19.0
Added
- Added support for members and teams endpoints.
- Added support for invitations endpoints.
- Added support for sources endpoints.
1.18.0
Added
-
Added the
is_diffattribute toScanResult. -
Added the following attributes to
PolicyBreak:diff_kind,is_excludedandexclude_reason. -
GGClientnow provides aapi_tokens()method to retrieve API token details (see https://api.gitguardian.com/docs#tag/API-Tokens).
Changed
GGClient.content_scan()andGGClient.multi_content_scan()now accept anall_secretsparameter.
Fixed
- Add missing value
infoto Severity model (#120).
1.17.0
Added
GGClientnow provides aretrieve_secret_incident()method to retrieve the dashboard incident associated with a secret (see https://api.gitguardian.com/docs#tag/Secret-Incidents/operation/retrieve-incidents).