diff --git a/README.md b/README.md
index 0b72dcb..89d79a7 100644
--- a/README.md
+++ b/README.md
@@ -63,13 +63,13 @@ It is as simple as running a CLI tool, making it easy to integrate into any proj
+
#### Beta Features
-
-In order to run the Databricks, NIFCloud and TencentCloud queries, use the `--experimental-queries` flag when running KICS.
+In order to run the Databricks and TencentCloud queries, use the `--experimental-queries` flag when running KICS.
Official documentation page docs.kics.io
@@ -121,7 +121,7 @@ Ensure that you're using the
-**KICS version: 1.6.0**
+**KICS version: 2.1.3**
@@ -247,7 +247,7 @@ You can only enable one profiler at a time, CPU or MEM.
steps:
- uses: actions/checkout@v3
- name: run kics Scan
- uses: checkmarx/kics-github-action@v2.1.0
+ uses: checkmarx/kics-github-action@v2.1.3
with:
path: 'terraform'
profiling: MEM
@@ -278,7 +278,7 @@ jobs:
# make sure results dir is created
run: mkdir -p results-dir
- name: Run KICS Scan with SARIF result
- uses: checkmarx/kics-github-action@v2.1.0
+ uses: checkmarx/kics-github-action@v2.1.3
with:
path: 'terraform'
# when provided with a directory on output_path
@@ -344,7 +344,7 @@ jobs:
}
EOF
- name: Run KICS Scan using config
- uses: checkmarx/kics-github-action@v2.1.0
+ uses: checkmarx/kics-github-action@v2.1.3
with:
path: 'terraform'
config_path: ./kics.config