Commit 2c9ac85a authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'dast_disable_10015' into 'master'

Disable rule 10015

See merge request gitlab-org/gitlab!58770
parents 45505fbc e1625700
...@@ -97,7 +97,7 @@ DAST-fullscan-ruleset5: ...@@ -97,7 +97,7 @@ DAST-fullscan-ruleset5:
variables: variables:
DAST_USERNAME: "user5" DAST_USERNAME: "user5"
script: script:
- export DAST_EXCLUDE_RULES=$(echo $DAST_RULES | enable_rule 10010 | enable_rule 10011 | enable_rule 10015 | enable_rule 10017 | enable_rule 10019) - export DAST_EXCLUDE_RULES=$(echo $DAST_RULES | enable_rule 10010 | enable_rule 10011 | enable_rule 10017 | enable_rule 10019)
- echo $DAST_EXCLUDE_RULES - echo $DAST_EXCLUDE_RULES
- /analyze -t $DAST_WEBSITE -d - /analyze -t $DAST_WEBSITE -d
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment