Skip to content

Commit 1f87a61

Browse files
committed
chore: fix grumpy pre-commit
1 parent 997dd54 commit 1f87a61

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

CHANGELOG.md

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

553553
- `ggshield iac scan` now provides three new commands for use as Git hooks:
554-
555554
- `ggshield iac scan pre-commit`
556555
- `ggshield iac scan pre-push`
557556
- `ggshield iac scan pre-receive`
@@ -561,7 +560,6 @@ Yanked: release process issue.
561560
- The new `ggshield iac scan ci` command can be used to perform IaC scans in CI environments.
562561
It supports the same arguments as hook subcommands (in particular, `--all` to scan the whole repository).
563562
Supported CIs are:
564-
565563
- Azure
566564
- Bitbucket
567565
- CircleCI
@@ -574,7 +572,6 @@ Yanked: release process issue.
574572
#### SCA
575573

576574
- Introduces new commands to perform SCA scans with ggshield:
577-
578575
- `ggshield sca scan all <DIRECTORY>` : scans a directory or a repository to find all existing SCA vulnerabilities.
579576
- `ggshield sca scan diff <DIRECTORY> --ref <GIT_REF>`: runs differential scan compared to a given git ref.
580577
- `ggshield sca scan pre-commit`
@@ -585,7 +582,6 @@ Yanked: release process issue.
585582
#### Other
586583

587584
- It is now possible to manipulate the default instance using `ggshield config`:
588-
589585
- `ggshield config set instance <THE_INSTANCE_URL>` defines the default instance.
590586
- `ggshield config unset instance` removes the previously defined instance.
591587
- The default instance can be printed with `ggshield config get instance` and `ggshield config list`.
@@ -639,7 +635,6 @@ Yanked: release process issue.
639635
- New command: `ggshield iac scan all`. This command replaces the now-deprecated `ggshield iac scan`. It scans a directory for IaC vulnerabilities.
640636

641637
- New command: `ggshield iac scan diff`. This command scans a Git repository and inspects changes in IaC vulnerabilities between two points in the history.
642-
643638
- 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.
644639
- Two new options allow to choose which state to select for the difference: `--ref <GIT-REFERENCE>` and `--staged`.
645640
- The command can be integrated in Git hooks using the `--pre-commit`, `--pre-push`, `--pre-receive` options.

0 commit comments

Comments
 (0)