Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes: broken doc links #921

Merged
merged 3 commits into from
Jul 7, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Terrascan is also available as a Docker image and can be used as follows
```sh
$ docker run accurics/terrascan
```
Refer to [documentation](https://docs.accurics.com/projects/accurics-terrascan/en/latest/getting-started/) for information.
Refer to [documentation](https://docs.accurics.com/projects/accurics-terrascan/en/latest/getting-started.html) for information.

### Step 2: Scan
To scan your code for security issues you can run the following (defaults to scanning Terraform).
Expand All @@ -77,7 +77,7 @@ $ terrascan scan
### Step 3: Integrate with CI\CD

Terrascan can be integrated into CI/CD pipelines to enforce security best practices.
Please refer to our [documentation to integrate with your pipeline](https://docs.accurics.com/projects/accurics-terrascan/en/latest/integrations/cicd/).
Please refer to our [documentation to integrate with your pipeline](https://docs.accurics.com/projects/accurics-terrascan/en/latest/integrations/cicd.html).
amirbenv marked this conversation as resolved.
Show resolved Hide resolved

## Terrascan Commands
You can use terrascan command with the following options:
Expand Down Expand Up @@ -108,7 +108,7 @@ Use "terrascan [command] --help" for more information about a command.

## Policies
Terrascan policies are written using the [Rego policy language](https://www.openpolicyagent.org/docs/latest/policy-language/). Every rego includes a JSON "rule" file which defines metadata for the policy.
By default, Terrascan downloads policies from Terrascan repositories while scanning for the first time. However if you want to download the latest policies, you need to run the Initialization process. See [Usage](./docs/usage.md) for information about the Initialization process.
By default, Terrascan downloads policies from Terrascan repositories while scanning for the first time. However if you want to download the latest policies, you need to run the Initialization process. See [Usage](./docs/usage/command_line_mode.md) for information about the Initialization process.
amirbenv marked this conversation as resolved.
Show resolved Hide resolved

Note: The scan command will implicitly run the initialization process there are no policies found.

Expand Down