Compare commits

...

9 Commits

Author SHA1 Message Date
Taranpreet26311
1ddf3283dc Merge branch 'develop' into Horusec_Fix 2024-09-10 16:24:33 +04:00
Taranpreet26311
f62528a46f Merge branch 'develop' into Horusec_Fix 2024-09-05 20:50:29 +04:00
Taranpreet26311
6df4dd6cae Merge branch 'develop' into Horusec_Fix 2024-09-04 13:43:13 +04:00
Taranpreet26311
24352e19a6 Merge branch 'develop' into Horusec_Fix 2024-09-03 16:14:25 +04:00
Taranpreet26311
1a52554c59 Revert testing changes 2024-08-30 16:01:24 +04:00
Taranpreet26311
7d5f32d3b3 Make changes to test it on draft 2024-08-30 15:58:56 +04:00
Taranpreet26311
0dba9e99bf Added Horusec change 2024-08-30 15:47:24 +04:00
Taranpreet26311
124a843fa8 Add changes to test out Horusec 2024-08-30 15:36:51 +04:00
Taranpreet26311
4d17096f68 PR to fix Horusec scanner 2024-08-30 15:28:05 +04:00

View File

@@ -12,11 +12,11 @@ jobs:
if: github.ref == 'refs/heads/develop'
steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v4
with: # Required when commit authors is enabled
fetch-depth: 0
- name: Running Security Scan
run: |
curl -fsSL https://raw.githubusercontent.com/ZupIT/horusec/main/deployments/scripts/install.sh | bash -s latest
horusec start -t="10000" -p="./" -e="true" -i="**/crypto/bls/herumi/**, **/**/*_test.go, **/third_party/afl/**, **/crypto/keystore/key.go"
horusec start -D -t="10000" -p="./" -e="true" -i="**/crypto/bls/herumi/**, **/**/*_test.go, **/third_party/afl/**, **/crypto/keystore/key.go"