Skip to content

Add iOS Security Workflows #27

Add iOS Security Workflows

Add iOS Security Workflows #27

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 / Security

Invalid workflow file

The workflow is not valid. .github/workflows/security.yml (Line: 13, Col: 11): Input project is required, but not provided while calling.
with:
workspace: Braintree.xcworkspace
scheme: UnitTests
dependency-review:
if: ${{ github.event_name == 'pull_request' }}
uses: braintree/security-workflows/.github/workflows/dependency-review.yml@main