From 9adfd01aac39acf6aa2db5072b809b9f4667e051 Mon Sep 17 00:00:00 2001 From: tiulpin Date: Fri, 1 Sep 2023 19:55:13 +0200 Subject: [PATCH] QD-6978 Set up KICS --- .github/workflows/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 621c86be..4d318a29 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,14 @@ jobs: uses: hadolint/hadolint-action@v3.1.0 with: dockerfile: ${{ matrix.version }}/${{ matrix.linter }}/Dockerfile + - name: Run KICS Scan + uses: checkmarx/kics-github-action@v1.7.0 + with: + path: '${{ matrix.version }}/${{ matrix.linter }}/Dockerfile' + output_path: myResults/ + - name: Display KICS results + run: | + cat myResults/results.json - name: Set up QEMU uses: docker/setup-qemu-action@v2 - name: Set up Docker Buildx