This commit is contained in:
parent
b835dae74d
commit
df8bd32b22
|
|
@ -402,16 +402,6 @@ jobs:
|
||||||
--include "*.rpm" \
|
--include "*.rpm" \
|
||||||
--include "*.zip" \
|
--include "*.zip" \
|
||||||
--acl public-read
|
--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:
|
docker-nightly:
|
||||||
machine:
|
machine:
|
||||||
image: ubuntu-2004:current
|
image: ubuntu-2004:current
|
||||||
|
|
@ -853,6 +843,3 @@ workflows:
|
||||||
- amd64-package-test-nightly:
|
- amd64-package-test-nightly:
|
||||||
requires:
|
requires:
|
||||||
- 'amd64-package-nightly'
|
- 'amd64-package-nightly'
|
||||||
- govulncheck:
|
|
||||||
requires:
|
|
||||||
- 'nightly'
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue