Skip to content

Commit

Permalink
update nifcloud docs (#7316)
Browse files Browse the repository at this point in the history
  • Loading branch information
cx-ruiaraujo authored Jan 17, 2025
1 parent ffa08cf commit 2959d7e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,11 @@ Find security vulnerabilities, compliance issues, and infrastructure misconfigur
<img alt="Bicep" src="docs/img/logo-bicep.png" width="85">
</a>
</td>
<td>
<a href="https://github.com/Checkmarx/kics/blob/master/docs/platforms.md#nifcloud_for_terraform">
<img alt="NIFCloud" src="docs/img/logo-nifcloud.png" width="110">
</a>
</td>
</tr></table>

### Beta Features
Expand All @@ -202,8 +207,6 @@ Find security vulnerabilities, compliance issues, and infrastructure misconfigur
<img alt="Databricks" src="docs/img/logo-databricks.png" width="200">
</picture>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<img alt="NIFCloud" src="docs/img/logo-nifcloud.png" width="110">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<picture>
<source media="(prefers-color-scheme: light)" srcset="docs/img/logo-tencentcloud.png" width="180">
<source media="(prefers-color-scheme: dark)" srcset="docs/img/logo-tencentcloud-dark.png" width="180">
Expand Down
8 changes: 5 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,16 +142,18 @@ KICS scans and detects issues in following Infrastructure as Code solutions:
<img alt="Bicep" src="img/logo-bicep.png" width="80" style="min-width:80px">&nbsp;&nbsp;&nbsp;
</a>
</div>
<div class="card card-interactable" style="min-width:80;flex:0 0 25%;display:flex;align-items:center;justify-content:center;margin:8px">
<a href="platforms/#nifcloud_for_terraform">
<img alt="NIFCloud" src="img/logo-nifcloud.png" width="80" style="min-width:80px">&nbsp;&nbsp;&nbsp;
</a>
</div>
</div>

#### Beta Features
<div style="display:flex;flex:1;flex-wrap:wrap;align-items:center;justify-content:center">
<div class="card" style="min-width:80;flex:0 0 25%;display:flex;align-items:center;justify-content:center;margin:8px">
<img alt="Databricks" src="img/logo-databricks.png" width="200">&nbsp;&nbsp;&nbsp;
</div>
<div class="card" style="min-width:80;flex:0 0 25%;display:flex;align-items:center;justify-content:center;margin:8px">
<img alt="NIFCloud" src="img/logo-nifcloud.png" width="70">&nbsp;&nbsp;&nbsp;
</div>
<div class="card" style="min-width:80;flex:0 0 25%;display:flex;align-items:center;justify-content:center;margin:8px">
<img alt="TencentCloud" src="img/logo-tencentcloud.png" width="120">&nbsp;&nbsp;&nbsp;
</div>
Expand Down
4 changes: 4 additions & 0 deletions docs/platforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,10 @@ cdktf synth

You can also run the command `cdktf synth --json` to display it in the terminal.

### NIFCloud for Terraform

KICS supports scanning NIFCloud under Terraform file extension (`.tf`).

### Terraform variables path

When using vars in a terraform file there are 2 ways of passing the file in which a variable's value is present.
Expand Down

0 comments on commit 2959d7e

Please sign in to comment.