Skip to content

Merge branch 'release/0.2.1' #3

Merge branch 'release/0.2.1'

Merge branch 'release/0.2.1' #3

Workflow file for this run

name: Snyk
on:
push:
branches: [ main ]
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/gradle@master
with:
command: monitor
args: --project-name=@snowplow/webview-tracker
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}