Skip to content

Deploy to Production - 2024/12/19 #479

Deploy to Production - 2024/12/19

Deploy to Production - 2024/12/19 #479

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