From 870a92da2a97ab827657ae9fccc4b459f50e9e10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Wed, 21 Sep 2022 11:21:27 +0200 Subject: [PATCH 1/4] correct the GH action name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- docs/integrations_ghactions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations_ghactions.md b/docs/integrations_ghactions.md index 5866843d3ad..23e7125fe14 100644 --- a/docs/integrations_ghactions.md +++ b/docs/integrations_ghactions.md @@ -12,7 +12,7 @@ This provides you the ability to run KICS scans in your Github repositories and ```yaml - name: KICS Github Action - uses: Checkmarx/kics-github-action@latest + uses: checkmarx/kics-action@latest with: # path to file or directory to scan path: From 036a96088e471370c37cfe6fe41c1200946fdadf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Wed, 21 Sep 2022 11:35:25 +0200 Subject: [PATCH 2/4] add the correct name and version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- docs/integrations_ghactions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/integrations_ghactions.md b/docs/integrations_ghactions.md index 23e7125fe14..9fcc7daf6c0 100644 --- a/docs/integrations_ghactions.md +++ b/docs/integrations_ghactions.md @@ -12,7 +12,7 @@ This provides you the ability to run KICS scans in your Github repositories and ```yaml - name: KICS Github Action - uses: checkmarx/kics-action@latest + used: Checkmarx/kics-github-action@v1.3 with: # path to file or directory to scan path: @@ -41,7 +41,7 @@ steps: # make sure results dir is created run: mkdir -p results-dir - name: run kics Scan - uses: checkmarx/kics-action@latest + uses: Checkmarx/kics-github-action@v1.3 with: path: 'terraform' output_path: results-dir From 74e4c36b5c44062e4d632d62420d9b114b88a613 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Wed, 21 Sep 2022 11:48:22 +0200 Subject: [PATCH 3/4] the latest version is actually 1.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- docs/integrations_ghactions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/integrations_ghactions.md b/docs/integrations_ghactions.md index 9fcc7daf6c0..44cf620f4c7 100644 --- a/docs/integrations_ghactions.md +++ b/docs/integrations_ghactions.md @@ -12,7 +12,7 @@ This provides you the ability to run KICS scans in your Github repositories and ```yaml - name: KICS Github Action - used: Checkmarx/kics-github-action@v1.3 + used: Checkmarx/kics-github-action@v1.5 with: # path to file or directory to scan path: @@ -41,7 +41,7 @@ steps: # make sure results dir is created run: mkdir -p results-dir - name: run kics Scan - uses: Checkmarx/kics-github-action@v1.3 + uses: Checkmarx/kics-github-action@v1.5 with: path: 'terraform' output_path: results-dir From f2991897ea31f76592f24fb5afa6d7a42f45a40c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Fri, 23 Sep 2022 12:53:38 +0200 Subject: [PATCH 4/4] fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- docs/integrations_ghactions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations_ghactions.md b/docs/integrations_ghactions.md index 44cf620f4c7..2c5ee39c67c 100644 --- a/docs/integrations_ghactions.md +++ b/docs/integrations_ghactions.md @@ -12,7 +12,7 @@ This provides you the ability to run KICS scans in your Github repositories and ```yaml - name: KICS Github Action - used: Checkmarx/kics-github-action@v1.5 + uses: Checkmarx/kics-github-action@v1.5 with: # path to file or directory to scan path: