Skip to content

Adds support to choose Secret Detection report as input to TC

Vishwa Bhat requested to merge vbhat/tracking-secret-detection into main

What does this MR do?

This MR adds support to consider Secret Detection report as the input report to the tracking calculator by using a newly introduced $REPORT_TYPE variable. If $REPORT_TYPE var is set to secret_detection then the script passes the Secret Detection report as the input to the tracking calculator process. Suppose the var is set to sast or not defined then the script defaults to SAST report as the input.

Relevant Issue Numbers

MR Checklist

  • Changelog added
  • Tests included in the changes
  • Follows Code review guidelines
Edited by Vishwa Bhat

Merge request reports