Skip to content

Commit

Permalink
Update cicd.md (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
amirbenv authored Apr 19, 2021
1 parent 71b776f commit 4a20105
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/integrations/cicd.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ terrascan:
Terrascan can be configured as an Argo CD job during the application sync process using [resource hooks](https://argoproj.github.io/argo-cd/user-guide/resource_hooks). The PreSync resource hook is the best way to evaluate the kubernetes deployment configuration and report any violations.
![picture](img/terrascan-argo-cd-pipeline.png)
![picture](../img/terrascan-argo-cd-pipeline.png)
Adding the Terrascan job consists of two steps:
Expand Down Expand Up @@ -118,7 +118,7 @@ For non-public repositories, the private key needs to be added as a kubernetes s

Configuring the job to delete only after the specified time see `ttlSecondsAfterFinished` will allow users to check for violations in the User Interface, the alternative is through **notifications**.

![picture](img/terrascan-argo-cd-resource-hook-logs.png)
![picture](../img/terrascan-argo-cd-resource-hook-logs.png)

### Step 2: Create Terrascan container

Expand Down

0 comments on commit 4a20105

Please sign in to comment.