Update config & jar

This commit is contained in:
Navaneeth Mysore Govindarajan 2024-03-26 16:09:59 -04:00
parent 969c6d0aba
commit 6e928bb80e

View file

@ -188,7 +188,7 @@
</executions> </executions>
<configuration> <configuration>
<argLine> <argLine>
-javaagent:../runtime-agent-1.0.7.jar -javaagent:../runtime-agent-1.0.10.jar
-Dsonatype.runtime.agent.enabled=true -Dsonatype.runtime.agent.enabled=true
-Dsonatype.runtime.agent.debugMode=false -Dsonatype.runtime.agent.debugMode=false
-Dsonatype.runtime.agent.iq.protocol=http -Dsonatype.runtime.agent.iq.protocol=http
@ -202,6 +202,8 @@
-Dsonatype.runtime.agent.scanClasspath=false -Dsonatype.runtime.agent.scanClasspath=false
-Dsonatype.runtime.agent.fetchVulnerableClassesFromIQ=true -Dsonatype.runtime.agent.fetchVulnerableClassesFromIQ=true
-Dsonatype.runtime.agent.vulnerableMethodDetectionEnabled=true -Dsonatype.runtime.agent.vulnerableMethodDetectionEnabled=true
-Dsonatype.runtime.agent.runtimeEnabledLabel=true
-Dsonatype.runtime.agent.removeRuntimeLabelsOnStartup=true
</argLine> </argLine>
</configuration> </configuration>
</plugin> </plugin>