Skip to content

Commit

Permalink
shifted custom atlantis container source under integrations/ directory (
Browse files Browse the repository at this point in the history
  • Loading branch information
Devang Gaur committed May 10, 2021
1 parent 95a739e commit 669631a
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/integrations/atlantis-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ docker pull accurics/terrascan_atlantis

##### To build your own container image:
```
docker build ./atlantis -t <image_name>
docker build ./integrations/atlantis -t <image_name>
```

###### Running the container:
Expand All @@ -117,4 +117,4 @@ image rather than the latest tag.

The default workflow.yaml file used is the `atlantis/workflow.yaml` in this repo. You can override the default workflow
using the `--repo-config` flag. It will be up to you how you want to trigger `terrascan` for your usage. You can do
something along the lines of `atlantis/workflow.yaml` and `atlantis/terrascan.sh` itself.
something along the lines of `integrations/atlantis/workflow.yaml` and `integrations/atlantis/terrascan.sh` itself.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 669631a

Please sign in to comment.