Skip to content

Merge branch 'release/6.0.4' #52

Merge branch 'release/6.0.4'

Merge branch 'release/6.0.4' #52

Workflow file for this run

name: Snyk
on:
push:
branches: [ master ]
jobs:
security:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: true
- name: Run Snyk to check for vulnerabilities in tracker
uses: snyk/actions/cocoapods@master
with:
command: monitor
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
COMMAND: cd Examples/demo/SnowplowSwiftCocoapodsDemo