Codefresh Steps: Reusable Code for Common Operations
This page provides code you can use to perform common operations in the Codefresh CI/CD platform.
whitesource whitesource
Run a Mend scan to secure your open source code
arguments
version: '1.0'
steps:
mend:
title: Mend Scan
type: whitesource
arguments:
INSTALL_COMMANDS: '${{INSTALL_COMMANDS}}'
CONFIG_FILE: '${{CONFIG_FILE}}'
PROJECT_DIRECTORY: '${{PROJECT_DIRECTORY}}'
API_KEY: '${{API_KEY}}'