Skip to content

chore: update configuration files #466

chore: update configuration files

chore: update configuration files #466

Workflow file for this run

name: Package Auditing
on:
pull_request:
types: [opened, synchronize]
jobs:
PackageAuditing:
name: Package Auditor (GoVulnCheck)
runs-on: ubuntu-latest
container:
image: golang:1.22.5
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: GoVulnCheck
run: make govulncheck