Skip to content

Add iOS Security Workflows #36

Add iOS Security Workflows

Add iOS Security Workflows #36

Workflow file for this run

name: Security
# Slack: #help-product-security
permissions:
contents: write # Needed by both CodeQL and dependency review
pull-requests: write # Needed by dependency review
statuses: write # Needed by dependency review (to post checks)
security-events: write # Needed by CodeQL to upload SARIF
packages: read # Needed by CodeQL for private/internal packs
actions: read # Needed by CodeQL to access internal actions
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@ios-allow-inputs
with:
project: SampleApps/SPMTest/SPMTest.xcodeproj
scheme: SPMTest
dependency-review:
if: ${{ github.event_name == 'pull_request' }}
uses: braintree/security-workflows/.github/workflows/dependency-review.yml@main