Skip to content

qualityclouds/action-full-scan

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Build Check for Salesforce - Github Action

Build Check for Salesforce - Github Action enables you to scan your code against three levels of controls: Salesforce best practices, industry standards, and Quality Clouds own recommendations. It helps you optimize the automation of your continuous quality and release management with centralized quality gates.

Inputs

token

Required You need to provide a valid API key to connect the Quality Clouds ruleset against which your code will be checked. To obtain an API key, contact your Quality Clouds admin. If you're an admin, check the Administering API keys article.

Example usage

steps:
  - name: Quality Clouds Build Check for Salesforce
    uses: qualityclouds/action-full-scan@1.0.0
    with:
      token: 'your-token'