
SSingh200244 (Community Member) asked a question.

SSingh200244 (Community Member) asked a question.
Ask the Community
Get answers, share a use case, discuss your favorite features, or get input from the community.
By clicking “Accept All Cookies”, you agree to the storing of cookies on your device to enhance site navigation, analyze site usage, and assist in our marketing efforts.
.png)
These cookies are necessary for the website to function and cannot be switched off in our systems. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms. You can set your browser to block or alert you about these cookies, but some parts of the site will not then work. These cookies do not store any personally identifiable information.
These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not know when you have visited our site, and will not be able to monitor its performance.
These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information, but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.
hello @SSingh200244 (Community Member)
Let see if I can help you with these dubts.
Greenligth - Is a SAST plugin tool from Veracode that works whitin a IDE like: Visual Studio, Eclipse, Intellij and VSCode, analysing source codes that you are developing. The context of Greenlight is small packages, classes or pool of files that not exceed 15 mb. With that plugin you can discover some CWEs vulnerabilities at begin of coding, and remediating as soon as possible. Currently Greentight support (Java, JavaScript, TypeScript and C#)
Some links:
https://docs.veracode.com/r/c_best_practices; https://docs.veracode.com/r/Veracode_Greenlight
An Active Greenlight would be, start a scan on demand, it means, you start a scan by yourself. On the other hand, passive Greenlight would be scan automatically when you change your code and save the changes.
---
Pipeline Scan
Is a SAST scan tool that can analyse your entire application to find all vulnerabilities within your app and deliver information in text format. You can run pipeline scan on whatever CMD terminal like (CMD windows, linux or MAC) or into you CI/CD process (very recommended)
Different of Greenlight, Pipeline scan can find a several vulnerabilities scanning your entire app. Pipeline Scan was designed to be very fast, delivering scan results within 90 seconds on avarege (depending of the size or complexity of you app).
Some links to deep dive:
https://docs.veracode.com/r/c_video_run_a_pipeline_scan; https://docs.veracode.com/r/r_pipeline_scan_commands; https://docs.veracode.com/r/Run_a_Pipeline_Scan_from_the_Command_Line;
https://docs.veracode.com/r/r_pipeline_scan_examples