You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove the PR report / commit insight from the ods-package-inage task, and instead save a file to disk, e.g. .ods/insights/trivy-scans/vulnerabilities. This file (and other similar ones) would be a JSON structure which will be sent to Bitbucket in the finish task. That way the scan task does not need to interact with Bitbucket and it becomes very easy for any task to generate Bitbucket insights.
This is an important step towards splitting out tasks into multiple repos.
The text was updated successfully, but these errors were encountered:
Based on opendevstack/ods-pipeline-image#3.
Remove the PR report / commit insight from the ods-package-inage task, and instead save a file to disk, e.g. .ods/insights/trivy-scans/vulnerabilities. This file (and other similar ones) would be a JSON structure which will be sent to Bitbucket in the finish task. That way the scan task does not need to interact with Bitbucket and it becomes very easy for any task to generate Bitbucket insights.
This is an important step towards splitting out tasks into multiple repos.
The text was updated successfully, but these errors were encountered: