Skip to content

Add iOS Security Workflows #8

Add iOS Security Workflows

Add iOS Security Workflows #8

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

Check failure on line 13 in .github/workflows/security.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/security.yml

Invalid workflow file

error parsing called workflow ".github/workflows/security.yml" -> "braintree/security-workflows/.github/workflows/codeql-ios.yml@jlesus-ios" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
language: ios
dependency-review:
if: ${{ github.event_name == 'pull_request' }}
uses: braintree/security-workflows/.github/workflows/dependency-review.yml@main