[CI] 1.17 has no security-check target

This commit is contained in:
Loïc Dachary 2022-12-21 16:56:56 +01:00
parent 0e714df490
commit 19ff3592bb
No known key found for this signature in database
GPG key ID: 992D23B392F9E4F2

View file

@ -35,18 +35,6 @@ pipeline:
- *goproxy_setup
- make deps-backend
security-check:
image: *golang_image
group: checks
pull: true
environment:
GOPROXY_OVERRIDE: *goproxy_override
secrets:
- goproxy_default
commands:
- *goproxy_setup
- make security-check
lint-backend:
image: *gitea_test_image
group: checks