UNCLASSIFIED - NO CUI

Skip to content

remove scan-logic stage

Chad Geary requested to merge scanlogic-is-envs into master

tests-scanlogicrm.csv

removing scan-logic:

  • was: 4-pre-scan/scan-logic
  • now: 3-post-build/create-sbom's generate_scan_logic.py
  • all subsequent stages are re-numbered down one

note about scan-logic's historical function(s)

  1. diff build packages against previous build (to potentially require a rescan) - this logic has been removed - there is no upstream logic to take advantage of it
  2. generate a json artifact consumed in many upstream jobs about the build pipeline - this has been moved to create-sbom's job (generate_scan_logic.py)
Edited by Chad Geary

Merge request reports