remove scan-logic stage
removing scan-logic:
- was:
4-pre-scan/scan-logic
- now:
3-post-build/create-sbom
'sgenerate_scan_logic.py
- all subsequent stages are re-numbered down one
note about scan-logic's historical function(s)
- 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
- 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