Skip to content

v5.9.0 - TWINT as new Payment Method, Deactivation of Giropay #36

v5.9.0 - TWINT as new Payment Method, Deactivation of Giropay

v5.9.0 - TWINT as new Payment Method, Deactivation of Giropay #36

Workflow file for this run

# Trigger security scans in Checkmarx
name: Security Scan
on:
push:
branches: [ main ]
paths-ignore: [ '.github/**', 'docs/**', 'tools/**', 'README.md', 'tests/**', 'examples/**' ]
workflow_dispatch:
pull_request:
jobs:
security-scan:
uses: unzerdev/unzer-tech-toolbox/.github/workflows/security-scan.yaml@main
secrets:
CX_CLIENT_ID: ${{ secrets.CX_CONN_EXT_CLIENT_ID }}
CX_CLIENT_SECRET: ${{ secrets.CX_CONN_EXT_CLIENT_SECRET }}