mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
CI: disable docker scan, enable auto release to sandbox (#4476)
* disable docker scan * disable nightly, enable auto release to sandbox * remove whitespace
This commit is contained in:
parent
dcea8dedb6
commit
71e92ce7c7
2 changed files with 1 additions and 4 deletions
2
Makefile
2
Makefile
|
@ -75,7 +75,7 @@ vmcluster-crossbuild: \
|
|||
vmcluster-freebsd-amd64 \
|
||||
vmcluster-openbsd-amd64
|
||||
|
||||
publish: docker-scan \
|
||||
publish: \
|
||||
publish-vminsert \
|
||||
publish-vmselect \
|
||||
publish-vmstorage
|
||||
|
|
|
@ -17,9 +17,6 @@ package-base:
|
|||
--tag $(BASE_IMAGE) \
|
||||
deployment/docker/base
|
||||
|
||||
docker-scan: package-base
|
||||
docker scan --severity=medium --accept-license $(BASE_IMAGE) || (echo "❌ The build has been terminated because critical vulnerabilities were found in $(BASE_IMAGE)"; exit 1)
|
||||
|
||||
package-builder:
|
||||
(docker image ls --format '{{.Repository}}:{{.Tag}}' | grep -q '$(BUILDER_IMAGE)$$') \
|
||||
|| docker build \
|
||||
|
|
Loading…
Reference in a new issue