Skip to content

Commit

Permalink
chore(release): 1.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrelalanne committed Mar 27, 2024
1 parent 621f2c2 commit e9f0c61
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

<a id='changelog-1.26.0'></a>

## 1.26.0 — 2024-03-27

### Added

- `ggshield auth login` learned to create tokens with extra scopes using the `--scopes` option. Using `ggshield auth login --scopes honeytokens:write` would create a token suitable for the `ggshield honeytokens` commands.

<a id='changelog-1.25.0'></a>

## 1.25.0 — 2024-02-27
Expand Down
2 changes: 1 addition & 1 deletion actions/iac/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ branding:
color: 'blue'
runs:
using: 'docker'
image: 'docker://gitguardian/ggshield:v1.25.0'
image: 'docker://gitguardian/ggshield:v1.26.0'
entrypoint: '/app/docker/actions-iac-entrypoint.sh'
args:
- ${{ inputs.args }}
2 changes: 1 addition & 1 deletion actions/sca/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ branding:
color: 'blue'
runs:
using: 'docker'
image: 'docker://gitguardian/ggshield:v1.25.0'
image: 'docker://gitguardian/ggshield:v1.26.0'
entrypoint: '/app/docker/actions-sca-entrypoint.sh'
args:
- ${{ inputs.args }}
2 changes: 1 addition & 1 deletion actions/secret/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ inputs:

runs:
using: 'docker'
image: 'docker://gitguardian/ggshield:v1.25.0'
image: 'docker://gitguardian/ggshield:v1.26.0'
entrypoint: '/app/docker/actions-secret-entrypoint.sh'
args:
- ${{ inputs.args }}
3 changes: 0 additions & 3 deletions changelog.d/20240305_173920_aurelien.gateau_oauth_scopes.md

This file was deleted.

2 changes: 1 addition & 1 deletion ggshield/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.25.0"
__version__ = "1.26.0"

0 comments on commit e9f0c61

Please sign in to comment.