Skip to content

Commit

Permalink
fix images path2
Browse files Browse the repository at this point in the history
  • Loading branch information
mdominguez56 committed Mar 26, 2024
1 parent 430fc72 commit 3490f69
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/security-assessments-guide/scan/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Snyk supports most major languages: Javascript, Typescript, Python, Go, Java. Yo

The following shows an example of Snyk CLI test command output:

![Snyk Scan](./assets/scan-snyk.png)
![Snyk Scan](../assets/scan-snyk.png)

### Installation

Expand Down Expand Up @@ -53,7 +53,7 @@ This creates a snapshot of your current dependencies so Snyk can regularly scan

You can log in to your Snyk account and navigate to the [Projects page](https://app.snyk.io/projects?_gl=1*18cfs1o*_ga*MjA0MzE3ODY5Mi4xNzA4NjIzNzk4*_ga_X9SH3KP7B4*MTcxMTQ3NTk5OC40LjEuMTcxMTQ3NjkzNy4wLjAuMA..) to find the latest snapshot and scan results:

![Snyk Snapshots](./assets/snyk-snapshots.png)
![Snyk Snapshots](../assets/snyk-snapshots.png)

## Infra as Code

Expand All @@ -76,9 +76,9 @@ Scanning Terraform files gives you security feedback on everything that is stati
Integrations are managed per Organization.
- Toggle the setting to enable Snyk to detect Infrastructure as code files as shown:

![Snyk iac-1](./assets/snyk-iac-1.png)
![Snyk iac-1](../assets/snyk-iac-1.png)

- If needed, review and adjust the Infrastructure as code Severity settings on the AWS tab in the example.
Check to select the file types to scan, CloudFormation, Terraform, or both, and from the pulldown selection, choose the severity level for each API Gateway.

![Snyk iac-2](./assets/snyk-iac-2.png)
![Snyk iac-2](../assets/snyk-iac-2.png)

0 comments on commit 3490f69

Please sign in to comment.