Skip to content

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

Notifications You must be signed in to change notification settings

baruchiro/2ms-github-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: '.'

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published