Skip to content

feat(engine): improve similarity id #5687

feat(engine): improve similarity id

feat(engine): improve similarity id #5687

Workflow file for this run

name: kics-github-action
on:
pull_request:
branches: [master]
workflow_dispatch:
jobs:
kics-scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run KICS Scan
uses: checkmarx/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
path: "./Dockerfile"
ignore_on_exit: results
enable_comments: true
output_path: ./results
output_formats: json,html
type: dockerfile
- uses: actions/upload-artifact@v3
with:
name: results
path: ./results