From c4e71694252eab68702e28289e61fa88f4ceeba7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 15:59:28 +0000 Subject: [PATCH] build(deps): bump checkmarx/kics-github-action from 2.1.13 to 2.1.14 Bumps [checkmarx/kics-github-action](https://github.com/checkmarx/kics-github-action) from 2.1.13 to 2.1.14. - [Release notes](https://github.com/checkmarx/kics-github-action/releases) - [Commits](https://github.com/checkmarx/kics-github-action/compare/v2.1.13...v2.1.14) --- updated-dependencies: - dependency-name: checkmarx/kics-github-action dependency-version: 2.1.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/kics-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/kics-scan.yml b/.github/workflows/kics-scan.yml index f5b382a..5f4c88a 100644 --- a/.github/workflows/kics-scan.yml +++ b/.github/workflows/kics-scan.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Run KICS Scan with SARIF result - uses: checkmarx/kics-github-action@v2.1.13 + uses: checkmarx/kics-github-action@v2.1.14 with: path: 'Dockerfile' platform_type: Dockerfile