Skip to content

chore(infra)!: replace CouchDB with DocumentDB in docker-compose #312

chore(infra)!: replace CouchDB with DocumentDB in docker-compose

chore(infra)!: replace CouchDB with DocumentDB in docker-compose #312

name: Govulncheck Backend
on:
pull_request:
branches:
- main
workflow_dispatch:
defaults:
run:
working-directory: ./backend
jobs:
govulncheck:
name: govulncheck
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: 'backend/go.mod'
cache-dependency-path: 'backend/go.sum'
- name: Run govulncheck
run: |
go install golang.org/x/vuln/cmd/govulncheck@latest
govulncheck ./...