Skip to content

jallentech/checkmarx-scan-service

 
 

Repository files navigation

LNRS Checkmarx Scan Service

Usage in action

runs-on: [docker, no-db]
steps:
    - name: Run Checkmarx Scan for SBS services
      uses: LexisNexis-GHA-Public/[email protected]
    with:
      cx_username: ${{ secrets.CHECKMARX_USERNAME }}
      cx_password: ${{ secrets.CHECKMARX_PASSWORD }}
      cx_risk_threshold: 101
      cx_project_name: Accuity - SBS - ProjectName (%branch_name%)
      gh_repo_name: ${{ github.repository }}
      gh_branch_name: ${{ github.ref }}
      gh_pem_file: ${{ secrets.GH_APP_PEM_STRING }}
      gh_commit_sha: ${{ github.sha }}

Note: %branch_name% is a variable that represents the projects current branch name.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 89.0%
  • Shell 5.4%
  • PowerShell 5.0%
  • Dockerfile 0.6%