Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

This topic describes how to use the Serverless Framework. The Serverless Framework is a widely-used tool to develop, deploy, test, secure, and monitor your Serverless applications.

Using the Serverless Framework Integration

To use the integration, do as follows:

NOTE: This For example purpose, this procedure provides instructions for running from Jenkins for example purposes.

1. Create a Unified Agent configuration file, with relevant flags to scan the function type you selected (npm, mvn, etc.) and relevant flags for a Serverless scan. Ensure that you do not include:

...

2. Install this plugin: npm install serverless-whitesource.

3. In the .yml file of the scanned serverless function, add the plugin and the path to the configuration file as so:

...