Skip to content

Test new scheme

Test new scheme #18

Workflow file for this run

name: Security
# Slack: #help-product-security
on:
pull_request:
branches: [ main ]
push:
branches: [ add-ios-security-scans ]
workflow_dispatch:
jobs:
code-scanning:
uses: braintree/security-workflows/.github/workflows/codeql-ios.yml@jlesus-ios
with:
project: Braintree.xcodeproj
scheme: UnitTests
dependency-review:
if: ${{ github.event_name == 'pull_request' }}
uses: braintree/security-workflows/.github/workflows/dependency-review.yml@main