Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .github/workflows/kiuwan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Kiuwan

on:
pull_request:
types: [ opened, synchronize, reopened ]

jobs:
scan:
uses: TransbankDevelopers/transbank-github-actions-templates/.github/workflows/kiuwan-pr-scan.yml@2a2837602d7636c5f31f97209ae60a0fe74c2c94
with:
project_name: td-webpay-sdk-python
source_path: .
fail_on_audit: true
secrets:
VPN_CONFIG_B64: ${{ secrets.VPN_CONFIG_B64 }}
VPN_USER: ${{ secrets.VPN_USER }}
VPN_PASS: ${{ secrets.VPN_PASS }}
KIUWAN_USER: ${{ secrets.KIUWAN_USER }}
KIUWAN_PASS: ${{ secrets.KIUWAN_PASS }}
Loading