Commit b3fa31c
authored
Merge pull request #74 from keep-network/rfc-18/move-gosec-to-client-yml
Cleanup of Go workflow
This PR introduces a couple of cleanup changes in Go workflow, as part
of work on RFC-18. Those changes are:
* Moving `scan` job from `gosec.yml` to `client.yml` (there is no need
to keep them in separate workflows)
* Adding `client-` prefix to `scan` and `build-and-test` jobs (to avoid
confusion in the future with other similar jobs that we may want to add
or remove from required list in branch protection settings)
* Removing test result puvblishing step (we've decided to resign from
using `EnricoMi/publish-unit-test-result-action` action, as it worked
in a confising way sometimes - was assigning the tests results to
incorrect workflows)
* Removing unnecessary comment2 files changed
Lines changed: 10 additions & 33 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
12 | | - | |
| 11 | + | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | 27 | | |
32 | 28 | | |
33 | 29 | | |
34 | 30 | | |
35 | | - | |
| 31 | + | |
36 | 32 | | |
37 | | - | |
38 | | - | |
39 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
40 | 40 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
| 41 | + | |
This file was deleted.
0 commit comments