Skip to content

Merge branch 'feature/cb2-9640' of https://github.com/dvsa/cvs-svc-do… #1649

Merge branch 'feature/cb2-9640' of https://github.com/dvsa/cvs-svc-do…

Merge branch 'feature/cb2-9640' of https://github.com/dvsa/cvs-svc-do… #1649

Workflow file for this run

name: CI
on:
push:
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/gradle-jdk11@master
with:
args: '--all-projects'
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}