Releases: GitGuardian/py-gitguardian
Releases · GitGuardian/py-gitguardian
1.23.0
1.22.0
Added
- Added
is_vaulted
field 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_diff
attribute toScanResult
. -
Added the following attributes to
PolicyBreak
:diff_kind
,is_excluded
andexclude_reason
. -
GGClient
now 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_secrets
parameter.
Fixed
- Add missing value
info
to Severity model (#120).
1.17.0
Added
GGClient
now 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).
1.16.0
Added
- GGClient now contains remediation messages obtained from the API
/metadata
endpoint.