Skip to content

Commit

Permalink
Create cxscan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
apcxtest authored Feb 14, 2024
1 parent 981342e commit e222363
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/cxscan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@

name: Security Scan

on:
push:
branches: [ main, release** ]
paths-ignore:
- '**/docs/**' # any files in a docs directory anywhere in the repo
- '.git*/**' # top level directories with .git prefix
- '**/catalog-info.yaml' # catalog-info.yaml file anywhere in repo
- .gitignore
pull_request:
types: [ opened, synchronize, reopened ]
paths-ignore:
- '**/docs/**' # any files in a docs directory anywhere in the repo
- '.git*/**' # top level directories with .git prefix
- '**/catalog-info.yaml' # catalog-info.yaml file anywhere in repo
- .gitignore

jobs:
call-security-scan:
name: Security Scan
uses: testrepo/.github/workflows/cxscan.yml@main

0 comments on commit e222363

Please sign in to comment.