Skip to content

Return no observations when table does not (yet) exist #15

Return no observations when table does not (yet) exist

Return no observations when table does not (yet) exist #15

Workflow file for this run

name: Snyk test
on:
pull_request:
branches: [ main, dev ]
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/gradle-jdk17@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: --all-projects --configuration-matching='^runtimeClasspath$' --severity-threshold=high