Skip to content

Add _schema_version field to each context during toShreddedJson t… #41

Add _schema_version field to each context during toShreddedJson t…

Add _schema_version field to each context during toShreddedJson t… #41

Workflow file for this run

name: Snyk
on: push
jobs:
check-vulnerabilities:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Snyk monitor - Check for vulnerabilities
uses: snyk/actions/scala@master
with:
command: test
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}