Skip to content

Commit 0d9ef60

Browse files
authored
Use latest rapidast config version (#110)
Signed-off-by: Sergio Arroutbi <[email protected]>
1 parent 3a51cb8 commit 0d9ef60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/scan_tools/tang_operator_template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ config:
44
# This value tells RapiDAST what schema should be used to read this configuration.
55
# Therefore you should only change it if you update the configuration to a newer schema
66
# It is intended to keep backward compatibility (newer RapiDAST running an older config)
7-
configVersion: 4
7+
configVersion: 5
88

99
# `application` contains data related to the application, not to the scans.
1010
application:
@@ -30,7 +30,7 @@ scanners:
3030

3131
passiveScan:
3232
# optional list of passive rules to disable
33-
disabledRules: "2,10015,10027,10096,10024,10054"
33+
disabledRules: "2,10015,10024,10027,10054,10096"
3434

3535
activeScan:
3636
# If no policy is chosen, a default ("API-scan-minimal") will be selected

0 commit comments

Comments
 (0)