chore: Remove govulncheck (#14988)

This commit is contained in:
Joshua Powers 2024-03-14 09:12:15 -06:00 committed by GitHub
parent a1d409bf2d
commit cbd6ff5774
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 24 deletions

View File

@ -1,19 +0,0 @@
name: govulncheck
on:
push:
branches:
- master
schedule:
# Trigger every day at 16:00 UTC
- cron: '0 16 * * *'
jobs:
analyze:
runs-on: ubuntu-latest
timeout-minutes: 45
steps:
- uses: actions/checkout@v4
- name: Scan for Vulnerabilities in Code
uses: golang/govulncheck-action@v1
with:
go-version-input: 1.22.1
go-package: ./...

View File

@ -149,11 +149,6 @@ func main() {
Regex: `(quay\.io\/influxdb\/telegraf-ci):(\d.\d*.\d)`,
Replace: "$1:" + version,
},
{
FileName: ".github/workflows/govulncheck.yml",
Regex: `(go-version-input).*`,
Replace: "$1: " + version,
},
{
FileName: "go.mod",
Regex: `(go)\s(\d.\d*)`,