1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-10 11:38:20 +00:00

Consolidate security-check into checks-backend (#21882)

Also, run it via exact version instead of relying on global binary.
This commit is contained in:
silverwind
2022-11-21 03:39:00 +01:00
committed by GitHub
parent 43aafc5ba1
commit 9380bb6d0c
2 changed files with 2 additions and 12 deletions

View File

@@ -39,16 +39,6 @@ steps:
- make lint-frontend
depends_on: [deps-frontend]
- name: security-check
image: golang:1.19
pull: always
commands:
- make security-check
depends_on: [deps-backend]
volumes:
- name: deps
path: /go
- name: lint-backend
image: gitea/test_env:linux-amd64 # https://gitea.com/gitea/test-env
pull: always