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
I have been using this detect action for quite a bit for intelligent scans, and now I am looking to really start using rapid scans.
We have a few severities we have mitigated in our project as per the BDSA, but it still gives CVE errors.
So in the projects we simply set these CVE's to mitigated, but with the current implementation of RAPID scan mode, ALL is selected by default by the bd scanner it self.
So I would like to add
--detect.blackduck.rapid.compare.mode=BOM_COMPARE_STRICT
--detect.project.name=NodeGoat
--detect.project.version.name=main-dev
as per the https://community.synopsys.com/s/article/Black-Duck-Rapid-Scan documentation.
There are now 3 options I could fork the project and make the changes my self, I could get access to commit including creating a new branch here, or you could make the changes to add these extra bd parameters.
I would personally prefer not to fork, as that is not really sharing with the world.
Or I could simply use the cli in my own actions.
Brgds
The text was updated successfully, but these errors were encountered:
Hej synopsys Action people,
I have been using this detect action for quite a bit for intelligent scans, and now I am looking to really start using rapid scans.
We have a few severities we have mitigated in our project as per the BDSA, but it still gives CVE errors.
So in the projects we simply set these CVE's to mitigated, but with the current implementation of RAPID scan mode, ALL is selected by default by the bd scanner it self.
So I would like to add
--detect.blackduck.rapid.compare.mode=BOM_COMPARE_STRICT
--detect.project.name=NodeGoat
--detect.project.version.name=main-dev
as per the https://community.synopsys.com/s/article/Black-Duck-Rapid-Scan documentation.
There are now 3 options I could fork the project and make the changes my self, I could get access to commit including creating a new branch here, or you could make the changes to add these extra bd parameters.
I would personally prefer not to fork, as that is not really sharing with the world.
Or I could simply use the cli in my own actions.
Brgds
The text was updated successfully, but these errors were encountered: