Skip to content

split: make the types of ExampleApplyPatches concrete concepts #854

split: make the types of ExampleApplyPatches concrete concepts

split: make the types of ExampleApplyPatches concrete concepts #854

Workflow file for this run

name: Go Security Scan
on: [push]
jobs:
govulncheck_job:
runs-on: ubuntu-latest
name: Run govulncheck
env:
GOPRIVATE: github.com/smart-core-os/*,github.com/vanti-dev/*
steps:
- name: Private repo auth
run: |
git config --global url."https://${{ secrets.GO_MOD_TOKEN }}:x-oauth-basic@github.com/smart-core-os".insteadOf "https://github.com/smart-core-os"
git config --global url."https://${{ secrets.GO_MOD_TOKEN }}:x-oauth-basic@github.com/vanti-dev".insteadOf "https://github.com/vanti-dev"
- id: govulncheck
uses: golang/govulncheck-action@v1
with:
go-version-input: 1.22.5
go-package: ./...