From 85b35c93c731ac09bdaa8ce5855667a4a544ae0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 21:12:17 +0000 Subject: [PATCH] build(deps): bump checkmarx/kics-github-action from 2.1.11 to 2.1.12 Bumps [checkmarx/kics-github-action](https://github.com/checkmarx/kics-github-action) from 2.1.11 to 2.1.12. - [Release notes](https://github.com/checkmarx/kics-github-action/releases) - [Commits](https://github.com/checkmarx/kics-github-action/compare/v2.1.11...v2.1.12) --- updated-dependencies: - dependency-name: checkmarx/kics-github-action dependency-version: 2.1.12 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 32785a0..f5b382a 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.11 + uses: checkmarx/kics-github-action@v2.1.13 with: path: 'Dockerfile' platform_type: Dockerfile