I am trying to implement Blackduck Image scanning in GitLab pipelines.
- How can we read the recent built Image URL (Which would not necessarily be the latest version) from the image build job?
- what all BD properties are required to run a image scan and save the results in a dedicated location?
This article explains how to Run Synopsys Detect with Gitlab:
community.synopsys.com/s/article/Running-Synopsys-Detect-with-GitLab-Integration-Documentation
It provides a PDF document with detailed instructions:
/ Configuring with API Tokens
HUB_URL
andHUB_TOKEN
/ Configuring with Username and Password:
HUB_URL
,HUB_USERNAME
ANDHUB_PASSWORD
The PDF document provides more details and screenshots.