From d982ccea861fc8106dacf51ebef8c8bf4c7e687d Mon Sep 17 00:00:00 2001 From: Sebastian Scherer <59142915+scherersebastian@users.noreply.github.com> Date: Sun, 17 Sep 2023 16:39:15 +0200 Subject: [PATCH] chore: no secret scanning by KICS --- .github/workflows/kics.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/kics.yml b/.github/workflows/kics.yml index 5d9f055597..95260daad0 100644 --- a/.github/workflows/kics.yml +++ b/.github/workflows/kics.yml @@ -52,6 +52,8 @@ jobs: exclude_results: "03df1ef13c69b0ada26fc5bbf35eabca288c5c3c93c0f5d918e41f4951ca8795,8bdf179adec9aee0035149315b63a3f8afd684076358433767758a4a9aeac922" # application-local.yml - local env minio password # Exclude accepted queries from the build #exclude_queries: "" + # No secret scanning + disable_secrets: true # Upload findings to GitHub Advanced Security Dashboard - name: Upload SARIF file for GitHub Advanced Security Dashboard @@ -65,4 +67,4 @@ jobs: if: always() with: name: kicsResults.json - path: kicsResults/results.json \ No newline at end of file + path: kicsResults/results.json