Releases: GitGuardian/py-gitguardian
Releases · GitGuardian/py-gitguardian
1.19.0
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.
1.15.2
1.14.0
1.13.0
Added
- Added maximum payload size as a property of GGClient
Changed
- Set minimum Python version to >=3.8
1.12.0
Added
GGClient
now obeys rate-limits and can notify callers when hitting one.- Added the following attributes to
IaCVulnerability
:url
,status
,ignored_until
,ignore_reason
,ignore_comment
. - Added the
source_found
attribute toIaCScanParameters
andIaCDiffScanEntities
.
1.11.0
Added
- Added
extra_headers
to SCA diff scans.
v1.10.0
Added
- Move SCA models from
ggshield
topy-gitguardian
Fixed
- Remove
potential_siblings
fromComputeSCAFilesResult
- Fix
test_sca_scan_directory
to make it more future proof.