From 9d59dee778cff73346a18f9e7061304dbf42606f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 12:50:05 +0000 Subject: [PATCH] build(deps): bump checkmarx/kics-github-action from 2.1.13 to 2.1.16 Bumps [checkmarx/kics-github-action](https://github.com/checkmarx/kics-github-action) from 2.1.13 to 2.1.16. - [Release notes](https://github.com/checkmarx/kics-github-action/releases) - [Commits](https://github.com/checkmarx/kics-github-action/compare/v2.1.13...v2.1.16) --- updated-dependencies: - dependency-name: checkmarx/kics-github-action dependency-version: 2.1.16 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..ab98711 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.16 with: path: 'Dockerfile' platform_type: Dockerfile