chore: Remove govulncheck (#14988)
This commit is contained in:
parent
a1d409bf2d
commit
cbd6ff5774
|
|
@ -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: ./...
|
|
||||||
|
|
@ -149,11 +149,6 @@ func main() {
|
||||||
Regex: `(quay\.io\/influxdb\/telegraf-ci):(\d.\d*.\d)`,
|
Regex: `(quay\.io\/influxdb\/telegraf-ci):(\d.\d*.\d)`,
|
||||||
Replace: "$1:" + version,
|
Replace: "$1:" + version,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
FileName: ".github/workflows/govulncheck.yml",
|
|
||||||
Regex: `(go-version-input).*`,
|
|
||||||
Replace: "$1: " + version,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
FileName: "go.mod",
|
FileName: "go.mod",
|
||||||
Regex: `(go)\s(\d.\d*)`,
|
Regex: `(go)\s(\d.\d*)`,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue