Skip to content

Commit c8835dd

Browse files
committed
fix: grumpy pre-commit
1 parent 11dca33 commit c8835dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,7 @@ Yanked: release process issue.
551551
#### IaC
552552

553553
- `ggshield iac scan` now provides three new commands for use as Git hooks:
554+
554555
- `ggshield iac scan pre-commit`
555556
- `ggshield iac scan pre-push`
556557
- `ggshield iac scan pre-receive`
@@ -635,6 +636,7 @@ Yanked: release process issue.
635636
- New command: `ggshield iac scan all`. This command replaces the now-deprecated `ggshield iac scan`. It scans a directory for IaC vulnerabilities.
636637

637638
- New command: `ggshield iac scan diff`. This command scans a Git repository and inspects changes in IaC vulnerabilities between two points in the history.
639+
638640
- All options from `ggshield iac scan all` are supported: `--ignore-policy`, `--minimum-severity`, `--ignore-path` etc. Execute `ggshield iac scan diff -h` for more details.
639641
- Two new options allow to choose which state to select for the difference: `--ref <GIT-REFERENCE>` and `--staged`.
640642
- The command can be integrated in Git hooks using the `--pre-commit`, `--pre-push`, `--pre-receive` options.

0 commit comments

Comments
 (0)