Checkmarx / kics

Find security vulnerabilities, compliance issues, and infrastructure misconfigurations early in the development cycle of your infrastructure-as-code with KICS by Checkmarx.
https://kics.io
Apache License 2.0
2.11k stars 314 forks source link

query(Azure DevOps Pipeline / MegaLinter): only scan files that have changed (git diff) #7284

Open lukelloydagi opened 1 month ago

lukelloydagi commented 1 month ago

Platform

Azure DevOps Pipeline / MegaLinter

Provider

Azure DevOps / MegaLinter

Description

Is it possible to have kics only scan files that have changed (git diff)?

Currently using kics as part of MegaLinter and while other linters are only scanning the changed files as part of a PR kics is scanning the entire git repo.

kicsbot commented 1 month ago

Please, follow the guideline for an issue title:

For bug:

bug(<scope>): <title starting with lowercase letter>

For query:

query(<platform>): <title starting with lowercase letter>

For feature request:

feat(<scope>): <title starting with lowercase letter>

Thank you! KICS Team