Snyk’s Cloud Foundry integration lets you monitor the deployed code of your Java, Node.js, PHP and Ruby Cloud Foundry applications for any known vulnerabilities found in the application’s dependencies, testing at a frequency you control.
For each test, Snyk will communicate directly with Cloud Foundry to determine exactly what code is currently deployed and what dependencies are being used. Each dependency will, in turn, be tested against Snyk’s vulnerability database to see if it contains any known vulnerabilities.
If vulnerabilities are found, you will be alerted (via email or Slack) so that you can take immediate action.
In order to turn on the Cloud Foundry integration you’ll need to:
-
Connect to Cloud Foundry from the integrations page
-
Select the projects you want to monitor and click “Add to Snyk”
In order for Snyk to be able to monitor your deployed Cloud Foundry applications, you’ll first need to connect Snyk to your Cloud Foundry account. You can do this by navigating to the Integrations page and clicking on “Connect to Cloud Foundry”.
![]() |
This will take you to a page where you’ll be prompted to enter your Cloud Foundry API URL, username and password. We recommend setting up a dedicated user for your Snyk organization.
![]() |
Instructions for how to locate your Cloud Foundry API URL are below.
You can find your Cloud Foundry API URL from the cf CLI tool.
$ cf api API
endpoint: https://api.example.com (API version: 2.2.0)
From there you can login to your Snyk account and enter your Cloud Foundry credentials.
At any time after you’ve entered your Cloud Foundry credentials, you can check on the connection status in one of two places.
The first is on your integration settings page, where you’ll see your current integrations listed as well as their connection status.
![]() |
The connection status is also displayed directly on the Cloud Foundry integration settings page (found by clicking “Edit settings” on the integration settings page shown above). If you’ve entered credentials, you’ll see a box indicating whether or not Snyk is able to correctly connect to Cloud Foundry.
![]() |
If you are unable to connect, please re-enter your account credentials to verify that they are correct.
![]() |
We suggest adding a dedicated user to Cloud Foundry for your Snyk org. That way if at some point you need to revoke access for any reason, you can do so without impacting anyone within your org.
The minimum permissions needed in order to integrate with Snyk is the space role of SpaceAuditor.
You can create a new user with these permissions from the command line using the following commands:
cf create-user snyk pa55w0rd
cf set-space-role snyk my-example-org development SpaceAuditor
You can learn more about how to add another user to your application on the Cloud Foundry documentation.
Once you’ve successfully connected Snyk to your Cloud Foundry account, you’ll be able to select Cloud Foundry apps that you would like Snyk to monitor. You can do this either using the “Add projects” button on the integrations page or directly from the Cloud Foundry integration settings page.
In either case, you’ll see a list of any available projects on the Cloud Foundry account you connected. Select the ones you want to monitor and click the “add to Snyk” button.
![]() |
As soon as you’ve added the projects to Snyk, Snyk will test them and begin to display a list of all monitored Cloud Foundry applications in your project dashboard. You’ll also see a snapshot of any current vulnerabilities, and be able to click through for a more detailed report including any steps to remediate.
![]() |
Snyk will now continuously monitor each of those projects for known vulnerabilities. You can add more projects at any time.