|
|
@ -35,15 +35,16 @@ steps: |
|
|
|
- git submodule update --init --recursive |
|
|
|
- git submodule update --init --recursive |
|
|
|
- git submodule update --remote --recursive |
|
|
|
- git submodule update --remote --recursive |
|
|
|
# run edelewiss tests |
|
|
|
# run edelewiss tests |
|
|
|
- edelweiss-cli |
|
|
|
# Temporarily stop Edelweiss drone |
|
|
|
-p mythril |
|
|
|
#- edelweiss-cli |
|
|
|
--timeout 90 |
|
|
|
# -p mythril |
|
|
|
--output-dir $(pwd) |
|
|
|
# --timeout 90 |
|
|
|
--s3 |
|
|
|
# --output-dir $(pwd) |
|
|
|
--dynamodb |
|
|
|
# --s3 |
|
|
|
--circle-ci CircleCI/mythril.csv |
|
|
|
# --dynamodb |
|
|
|
--ignore-false-positives $IGNORE_FALSE_POSITIVES |
|
|
|
# --circle-ci CircleCI/mythril.csv |
|
|
|
--ignore-regressions $IGNORE_REGRESSIONS |
|
|
|
# --ignore-false-positives $IGNORE_FALSE_POSITIVES |
|
|
|
|
|
|
|
# --ignore-regressions $IGNORE_REGRESSIONS |
|
|
|
when: |
|
|
|
when: |
|
|
|
branch: |
|
|
|
branch: |
|
|
|
- develop |
|
|
|
- develop |
|
|
|