/action-application-scan

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Build Check for Servicenow - Github Action

Build Check for Servicenow - Github Action enables you to scan your code against three levels of controls: Servicenow 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 Servicenow
    uses: qualityclouds/action-application-scan@1.0.0
    with:
      token: 'your-token'