Skip to content

[BACK-2785] Add care team member role to help for fake child account … #194

[BACK-2785] Add care team member role to help for fake child account …

[BACK-2785] Add care team member role to help for fake child account … #194

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 }}
with:
args: --dev --org=tidepool
- name: Send vulnerability data to snyk
uses: snyk/actions/golang@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
command: monitor
args: --dev --org=tidepool