Hi,
Is there a way to access code insight report generated after bitbucket dependency scan? I want to upload this insights report to artifact so that i can access in the next steps in the pipeline.
Hi Patrik,
Sorry, I should have been more descriptive. I can access the scan report per se, like you mention. My question was actually directed towards the reports you see when you click a pipeline run to view its details/logs (not sure what do we call these reports, I guess). Please refer to the image for more clarity.
Is there a way to have these exported/downloaded in some form so I can use them in later steps (like attaching these reports to a JIRA ticket)?
Hello @Sachin Kaushik ,
Thanks for reaching out to the Community!
By default, the pipe atlassian/bitbucket-dependency-scanner will generate the report in the directory where the pipeline was at when the pipe was invoked.
The report will be named dependency-check-report.json and you can export it as an artifact configuring your YAML similar to the below example
script:
- pipe: atlassian/bitbucket-dependency-scanner:0.3.0
artifacts:
- dependency-check-report.json
Could you try that suggestion and let us know how it goes ?
Than you, @Sachin Kaushik !
Patrik S
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Patrik,
Sorry, I should have been more descriptive. I can access the scan report per se, like you mention. My question was actually directed towards the reports you see when you click a pipeline run to view its details/logs (not sure what do we call these reports, I guess). Please refer to the image for more clarity.
Is there a way to have these exported/downloaded in some form so I can use them in later steps (like attaching these reports to a JIRA ticket)?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Sachin Kaushik Hi. Check the file here:
How to use artifacts
Regards, Igor
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.