Skip to content

Update .travis.yml to Mongo 6.0.11 #223

Update .travis.yml to Mongo 6.0.11

Update .travis.yml to Mongo 6.0.11 #223

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