Disable secret detection in KICS SAST IAC scanner

Proposal

The kics analyzer includes secret detection queries. This overlaps with our Category:Secret Detection scanner. Its approach is regular expression-based, like our scanner.

Ideally before excluding kics' secret detection results, we should ensure our secrets analyzer has parity with the same detection rules.

kics provides a --disable-secrets flag to disable checking. We should pass this flag by default. Because we have our own secret detection feature, we do not need to have a user-configurable option to re-enable kics-based secret detection.

Outcomes

Edited by rossfuhrman