Skip to content

Remove EOS and Deprecated Analyzers

Vishwa Bhat requested to merge vbhat-remove-old-az into master

This MR removes the following analyzers that either reached End-of-Support or Deprecated:

  1. groupstatic analysis : gosec, eslint, tslint, bandit and security-code-scan
  2. groupcomposition analysis : klar,bundler-audit and retire.js

Additionally, it also introduces missing FIPS variants of SAST analyzers(semgrep, secrets and kics) since setting IMAGE_TAG_SUFFIX CI var to -fips in the upstream gets overridden by BASE_IMAGE CI var defined in this project.

Edited by Vishwa Bhat

Merge request reports