Skip to content

adds care team alerting endpoints to the data service #926

adds care team alerting endpoints to the data service

adds care team alerting endpoints to the data service #926

Workflow file for this run

name: Snyk
on: push
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/golang@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}