Skip to content

chore(ci): swap out kc chainguard image to dockerhub image #3603

chore(ci): swap out kc chainguard image to dockerhub image

chore(ci): swap out kc chainguard image to dockerhub image #3603

name: "Vulnerability Checks"
on:
pull_request:
branches:
- main
schedule:
- cron: "0 0 * * *"
jobs:
vulncheck:
name: vulncheck
runs-on: ubuntu-22.04
strategy:
matrix:
directory:
- examples
- sdk
- lib/ocrypto
- service
steps:
- name: govluncheck
uses: golang/govulncheck-action@b625fbe08f3bccbe446d94fbf87fcc875a4f50ee
with:
go-version-input: "1.22.5"
work-dir: ${{ matrix.directory }}