You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
-5Lines changed: 0 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -551,7 +551,6 @@ Yanked: release process issue.
551
551
#### IaC
552
552
553
553
-`ggshield iac scan` now provides three new commands for use as Git hooks:
554
-
555
554
-`ggshield iac scan pre-commit`
556
555
-`ggshield iac scan pre-push`
557
556
-`ggshield iac scan pre-receive`
@@ -561,7 +560,6 @@ Yanked: release process issue.
561
560
- The new `ggshield iac scan ci` command can be used to perform IaC scans in CI environments.
562
561
It supports the same arguments as hook subcommands (in particular, `--all` to scan the whole repository).
563
562
Supported CIs are:
564
-
565
563
- Azure
566
564
- Bitbucket
567
565
- CircleCI
@@ -574,7 +572,6 @@ Yanked: release process issue.
574
572
#### SCA
575
573
576
574
- Introduces new commands to perform SCA scans with ggshield:
577
-
578
575
-`ggshield sca scan all <DIRECTORY>` : scans a directory or a repository to find all existing SCA vulnerabilities.
579
576
-`ggshield sca scan diff <DIRECTORY> --ref <GIT_REF>`: runs differential scan compared to a given git ref.
580
577
-`ggshield sca scan pre-commit`
@@ -585,7 +582,6 @@ Yanked: release process issue.
585
582
#### Other
586
583
587
584
- It is now possible to manipulate the default instance using `ggshield config`:
588
-
589
585
-`ggshield config set instance <THE_INSTANCE_URL>` defines the default instance.
590
586
-`ggshield config unset instance` removes the previously defined instance.
591
587
- The default instance can be printed with `ggshield config get instance` and `ggshield config list`.
@@ -639,7 +635,6 @@ Yanked: release process issue.
639
635
- New command: `ggshield iac scan all`. This command replaces the now-deprecated `ggshield iac scan`. It scans a directory for IaC vulnerabilities.
640
636
641
637
- 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
-
643
638
- 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.
644
639
- Two new options allow to choose which state to select for the difference: `--ref <GIT-REFERENCE>` and `--staged`.
645
640
- The command can be integrated in Git hooks using the `--pre-commit`, `--pre-push`, `--pre-receive` options.
0 commit comments