File tree Expand file tree Collapse file tree 2 files changed +0
-30
lines changed Expand file tree Collapse file tree 2 files changed +0
-30
lines changed Original file line number Diff line number Diff line change 35
35
"VARIANT" : " iast_FULL" ,
36
36
"JAVA_OPTS" : " -javaagent:${TRACER} -Ddd.iast.enabled=true -Ddd.iast.detection.mode=FULL"
37
37
}
38
- },
39
- "iast_INACTIVE" : {
40
- "env" : {
41
- "VARIANT" : " iast_INACTIVE" ,
42
- "JAVA_OPTS" : " -javaagent:${TRACER} -Ddd.iast.enabled=inactive"
43
- }
44
- },
45
- "iast_TELEMETRY_OFF" : {
46
- "env" : {
47
- "VARIANT" : " iast_TELEMETRY_OFF" ,
48
- "JAVA_OPTS" : " -javaagent:${TRACER} -Ddd.iast.enabled=true -Ddd.iast.telemetry.verbosity=OFF"
49
- }
50
- },
51
- "iast_HARDCODED_SECRET_DISABLED" : {
52
- "env" : {
53
- "VARIANT" : " iast_HARDCODED_SECRET_DISABLED" ,
54
- "JAVA_OPTS" : " -javaagent:${TRACER} -Ddd.iast.enabled=true -Ddd.iast.hardcoded-secret.enabled=false"
55
- }
56
38
}
57
39
}
58
40
}
Original file line number Diff line number Diff line change 17
17
"VARIANT" : " iast" ,
18
18
"JAVA_OPTS" : " -Ddd.iast.enabled=true"
19
19
}
20
- },
21
- "iast_TELEMETRY_OFF" : {
22
- "env" : {
23
- "VARIANT" : " iast_TELEMETRY_OFF" ,
24
- "JAVA_OPTS" : " -Ddd.iast.enabled=true -Ddd.iast.telemetry.verbosity=OFF"
25
- }
26
- },
27
- "iast_HARDCODED_SECRET_DISABLED" : {
28
- "env" : {
29
- "VARIANT" : " iast_HARDCODED_SECRET_DISABLED" ,
30
- "JAVA_OPTS" : " -Ddd.iast.enabled=true -Ddd.iast.hardcoded-secret.enabled=false"
31
- }
32
20
}
33
21
}
34
22
}
You can’t perform that action at this time.
0 commit comments