This repository has sample output for the SBOM and ACS scans which are output into the logs of a tssc RHTAP pipeline run (all CIs). This repo contains multiple-sample logs from demos.
See demo-logs
for a raw log downloaded from a pipeline run.
See hack/rhtap-process-logs
for the utility script which extracts the files into extracted
for any log.
To extract a log you can use the hack/util-eyecatcher
to grab the data from the logs in JSON format.
SBOMs extracted here can be uploaded into TPA directly.
bash hack/util-eyecatcher demo-logs SBOM >extracted/sbom.json
bash hack/util-eyecatcher demo-logs ACS_DEPLOY >extracted/acs-deploy.json
bash hack/util-eyecatcher demo-logs ACS_IMAGE_CHECK >extracted/acs-image-check.json
bash hack/util-eyecatcher demo-logs ACS_IMAGE_SCAN >extracted/acs-image-scan.json