Revert "feat: run govulncheck nightly on master branch (#11977)" (#12054)

This commit is contained in:
Joshua Powers 2022-10-19 08:25:43 -06:00 committed by GitHub
parent b835dae74d
commit df8bd32b22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 13 deletions

View File

@ -402,16 +402,6 @@ jobs:
--include "*.rpm" \
--include "*.zip" \
--acl public-read
govulncheck:
executor: telegraf-ci
steps:
- checkout
- run:
name: Install latest govulncheck
command: go install golang.org/x/vuln/cmd/govulncheck@latest
- run:
name: Scan master with govulncheck
command: govulncheck ./...
docker-nightly:
machine:
image: ubuntu-2004:current
@ -853,6 +843,3 @@ workflows:
- amd64-package-test-nightly:
requires:
- 'amd64-package-nightly'
- govulncheck:
requires:
- 'nightly'