Releases: GitGuardian/py-gitguardian
Releases Β· GitGuardian/py-gitguardian
1.7.0
Added
-
Added
GGClient.create_honeytoken()
method. -
Added
GGClient.read_metadata()
to read metadata from the server. The metadata is then used by further secret scan calls and is available in a newGGClient.secret_scan_preferences
attribute.
1.6.0
Added
- The
PolicyBreak
class now includes the URL of the policy break if the dashboard already knows about it.
1.5.1
1.5.0
Added
Client
can now run IaC scans (GitGuardian/ggshield#405).
1.4.0
Added
-
GGClient.multi_content_scan()
takes a new parameter:ignore_known_secrets
. -
PolicyBreak
has a new attribute:known_secret
.
1.3.6
Fixed
- py-gitguardian no longer fails when scanning a document containing characters using high surrogates.
v1.3.5
v1.3.4
v1.3.1
π Bug fixes
- 27402b0 (fields) unknown fields should be excluded
π§ Chores and Improvements
- e8061b9 (version) bump patch version
π¦ Other
- 2badb7b (README) change minimum required python version
π Bug fixes
- 85be435 (models) make optional variables optionals
π§ Chores and Improvements
- 790df4d (version) bump patch version
π¦ Other
chore(version): bump patch version
fix(models): make optional variables optional
π Bug fixes
- 7bdaa57 (models) fix PolicyBreak model
π§ Chores and Improvements
- 60a539b (version) bump version to 1.3.3
π¦ Other
fix(models): fix PolicyBreak model
π Bug fixes
- 3265c05 (ggclient) check API key encoding early
π§ Chores and Improvements
- 7bce87d (version) bump version to 1.3.4
π¦ Other
chore(version): bump version to 1.3.4
v1.2.2
π Features
- 857d464 (client) save app and secrets engine version
π Features
- c2216cc (public_api) include validity in scan output
π§ Chores and Improvements
π Bug fixes
- 27402b0 (fields) unknown fields should be excluded
π§ Chores and Improvements
- e8061b9 (version) bump patch version
π¦ Other
- 2badb7b (README) change minimum required python version