Refactor access log and sbom parser
We should consider refactoring access_log_parser.py
and sbom_parser.py
to better match some conventions we follow in the pipeline.
Main things to refactor:
- Folder structure, these files should probably exist in their associated job folder
- Have
if __name__ == "__main__"
call a main() function and move the implementation to main()
Edited by Kenneth Maguire