Compare commits

...

15 Commits

Author SHA1 Message Date
Taranpreet26311
86c8a80a7f Merge branch 'develop' into uncdr-patch-1 2022-04-08 19:36:21 +05:30
Nishant Das
f694f877b2 Update go.yml 2022-04-05 17:53:57 +08:00
Nishant Das
372622de26 Update go.yml 2022-04-05 17:51:32 +08:00
Nishant Das
7b2dd5fe9f Update go.yml 2022-04-05 17:47:28 +08:00
Nishant Das
93cda2dcab Update go.yml 2022-04-05 17:40:29 +08:00
Nishant Das
3394266a1b Update go.yml 2022-04-05 17:38:41 +08:00
Nishant Das
7e64ef5c21 Update go.yml 2022-04-05 17:34:31 +08:00
Nishant Das
f38bf18df6 Update go.yml 2022-04-05 15:23:42 +08:00
Nishant Das
03b1b91bd6 Update go.yml 2022-04-05 15:13:59 +08:00
Nishant Das
e4f29daf93 Merge branch 'develop' into uncdr-patch-1 2022-04-05 15:06:41 +08:00
uncdr
55b8460edd Merge branch 'develop' into uncdr-patch-1 2021-11-11 03:38:20 +08:00
uncdr
c87eadeed7 Update go.yml 2021-11-11 03:37:23 +08:00
uncdr
95e57068aa Update go.yml 2021-11-11 03:04:24 +08:00
uncdr
09eaf43029 Update go.yml 2021-11-11 02:57:09 +08:00
uncdr
1b68680e68 Update go.yml 2021-11-10 03:30:13 +08:00

View File

@@ -67,7 +67,13 @@ jobs:
args: --print-issued-lines --sort-results --no-config --timeout=10m --disable-all -E deadcode -E errcheck -E gosimple --skip-files=validator/web/site_data.go --skip-dirs=proto --go=1.17
version: v1.45.2
skip-go-installation: true
- name: Horusec Downloader
run: curl -fsSL https://raw.githubusercontent.com/ZupIT/horusec/main/deployments/scripts/install.sh | bash -s latest
- name: Horusec Security Scanner
run: horusec start -p="./" -e="true" -i="**/crypto/bls/herumi/**, **/**/*_test.go, **/third_party/afl/**, **/crypto/keystore/key.go"
build:
name: Build
runs-on: ubuntu-latest