Compare commits
No commits in common. "afd643004de95914161c7dc6a0bd40c248232784" and "7c567f9fa11755a4402c2d27df737326f1241e5b" have entirely different histories.
afd643004d
...
7c567f9fa1
1 changed files with 2 additions and 6 deletions
|
@ -8,9 +8,7 @@ steps:
|
|||
- go vet $(go list ./... | grep -v /vendor/)
|
||||
- go test -race $(go list ./... | grep -v /vendor/)
|
||||
when:
|
||||
- event: [push, cron]
|
||||
branch: [main, develop]
|
||||
- event: pull_request
|
||||
- event: [push, pull_request, cron]
|
||||
|
||||
- name: check-sec
|
||||
image: golang
|
||||
|
@ -19,6 +17,4 @@ steps:
|
|||
- go get -v -d .
|
||||
- gosec ./...
|
||||
when:
|
||||
- event: [push, cron]
|
||||
branch: [main, develop]
|
||||
- event: pull_request
|
||||
- event: [push, pull_request, cron]
|
Loading…
Add table
Reference in a new issue