Skip to content

Merge pull request #48 from tillhub/UNTIL-12967 #2

Merge pull request #48 from tillhub/UNTIL-12967

Merge pull request #48 from tillhub/UNTIL-12967 #2

# Trigger security scans in Checkmarx
name: Checkmarx Security Scan
on:
push:
branches: [master, develop]
paths-ignore: [ '.github/**', 'docs/**', 'tools/**', 'catalog-info.yaml', 'README.md' ]
pull_request:
paths-ignore: [ '.github/**', 'doc/**', 'tools/**', 'catalog-info.yaml', 'README.md' ]
workflow_dispatch:
jobs:
security-scan:
uses: unzercorp/unzer-tech-toolbox/.github/workflows/security-scan.yaml@ci-github/1.6
with:

Check failure on line 16 in .github/workflows/checkmarx-one-scan.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/checkmarx-one-scan.yaml

Invalid workflow file

You have an error in your yaml syntax on line 16
cx_threshold_preset: "relaxed"
secrets:
CX_CLIENT_ID: ${{ secrets.CX_NON_PCI_TH_CORP_CLIENT_ID }}
CX_CLIENT_SECRET: ${{ secrets.CX_NON_PCI_TH_CORP_CLIENT_SECRET }}