Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions changelog.d/20250930_174242_henri.hubert_GG_HH_patch_1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<!--
A new scriv changelog fragment.

Uncomment the section that is right (remove the HTML comment wrapper).
-->

<!--
### Removed

- A bullet item for the Removed category.

-->
<!--
### Added

- A bullet item for the Added category.

-->
<!--
### Changed

- A bullet item for the Changed category.

-->
<!--
### Deprecated

- A bullet item for the Deprecated category.

-->

### Fixed

- Missing scope leading to validation errors

<!--
### Security

- A bullet item for the Security category.

-->
1 change: 1 addition & 0 deletions pygitguardian/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -772,6 +772,7 @@ class TokenScope(str, Enum):
CUSTOM_TAGS_WRITE = "custom_tags:write"
SECRET_READ = "secrets:read"
SCAN_CREATE_INCIDENTS = "scan:create-incidents"
PUBLIC_PERIMETER_VIEW = "public-perimeter:read"


class APITokensResponseSchema(BaseSchema):
Expand Down
Loading