Skip to content

feat: add workato

feat: add workato #55

Workflow file for this run

name: govulncheck
on:
pull_request:
branches:
- master
jobs:
govulncheck:
name: govulncheck
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Run govulncheck
uses: codeready-toolchain/toolchain-cicd/govulncheck-action@master
with:
go-version-file: go.mod
cache: false
config: .govulncheck.yaml