• Mehmet Emin INAC's avatar
    Download & parse only the necessary CI job artifact · 30d8b466
    Mehmet Emin INAC authored
    Previously we were downloading & parsing all CI job artifacts for each
    request to fetch the list of findings of a pipeline. This was causing
    timeout errors for pipelines with tens of security scans.
    
    With this change, we are downloading & parsing only the necessary CI
    job artifacts which should perform better than the previous version.
    30d8b466
findings_finder_spec.rb 13.4 KB