/2ms-github-action

Too many secrets (2MS) helps people protect their secrets on any file or on systems like CMS, chats and git

Primary LanguageJavaScript

2ms Action

pull request json

This Github Action downloads and runs the Checkmarx/2ms tool on a cloned repository, and publishes the output as SARIF.

Inputs

repo-path

The path of the cloned repository. Default: '.'.

Example usage

name: My Workflow

on: [push]

jobs:
  checkmarx:
    runs-on: ubuntu-latest
    steps:
    - name: Checkout code
      uses: actions/checkout@v2

    - name: Run Checkmarx/2ms
      uses: checkmarx/2ms-action@v1.0.0
      with:
        repo-path: '.'