Skip to content

Commit

Permalink
Add checkmarx action (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Lanz committed Apr 25, 2023
1 parent 88a7f0f commit 60580e9
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/run-checkmarx.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Checkmarx Scan

on:
workflow_dispatch:
push:
branches:
- main
- release
paths-ignore:
- '**.md'
- '.github/**'
- 'flowpipeline.yaml'
- 'LICENSE'
- 'tsc/**'

jobs:
scan:
runs-on: [self-hosted, rez]
steps:
- name: Checkmarx Trigger
uses: CM/cm-actions/checkmarx_trigger@main

0 comments on commit 60580e9

Please sign in to comment.