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

fix(docs): remove NIFCloud from Beta #7316

Merged
merged 2 commits into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
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
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
Loading