Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAST - ABAP source code download

Former Member
0 Likes
2,253

Hi.


I want to do a Static application security testing, SAST, using sonarqube over my abap code, but is not clear, for me, how to download the abap code to my file system so I can launch a scan using the sonar scaner.

The sonarqube documentantion mentions MassDownload, http://www.dalestech.com/products/massdownload.htm.

Can someone help me download abap code so I can scan it?

2 REPLIES 2
Read only

matt
Active Contributor
0 Likes
1,688

I don't understand your difficulty. You go to the mass download page, click on the zip file to download it. It contains ABAP source in a text file. Copy paste that code into your own system and run it.