Skip to content

Commit

Permalink
QD-6978 Set up KICS
Browse files Browse the repository at this point in the history
  • Loading branch information
tiulpin committed Sep 1, 2023
1 parent 2824043 commit 9adfd01
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ jobs:
uses: hadolint/[email protected]
with:
dockerfile: ${{ matrix.version }}/${{ matrix.linter }}/Dockerfile
- name: Run KICS Scan
uses: checkmarx/[email protected]
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
Expand Down

0 comments on commit 9adfd01

Please sign in to comment.