Frontend Security Testing

This section will explain how SCA analysis is automated in our pipelines.

Build pipelines

You can see the SCA phase of each framework here:

Release pipelines

For each framework we have a release pipeline with a demo to perform the SCA:

Here the process is a little bit more complex because a release pipeline does not allow to publish artifacts, instead there is a build pipeline to publish the results so we can add it to the dashboard:

Build pipelines:

Finally you can see the result in the Security dashboard in the npm audit widget.

Last updated