Skip to content

Commit

Permalink
Merge pull request #646 from GitGuardian/pbes/IAC-105/update-github-a…
Browse files Browse the repository at this point in the history
…ction-iac-command

feat(iac): github action should now use the new CI command
  • Loading branch information
agateau-gg committed Aug 16, 2023
2 parents c9573e1 + 66df3af commit 8cc3a5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Changed

- The IaC Github Action now executes the new `ggshield iac scan ci` command. This means the action will fail only if the changes introduce a new vulnerability. To fail if any vulnerability is detected, use the `ggshield iac scan ci --all` command
2 changes: 1 addition & 1 deletion docker/actions-iac-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ git config --global --add safe.directory "$PWD"


args=("$@")
ggshield iac scan all -v ${args[@]}
ggshield iac scan ci ${args[@]}

0 comments on commit 8cc3a5a

Please sign in to comment.