Skip to content

Commit

Permalink
update template config file
Browse files Browse the repository at this point in the history
  • Loading branch information
nleach999 committed Oct 20, 2022
1 parent 704d957 commit e0a2dce
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config_files/dotnet.exe.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
<section name="CxLogOutput" type="CxAnalytix.Out.Log4NetOutput.Config.Impl.LogOutputConfig, Log4NetOutput" />
<section name="CxMongoOutput" type="CxAnalytix.Out.MongoDBOutput.Config.Impl.MongoOutConfig, MongoDBOutput" />
<section name="CxMongoConnection" type="CxAnalytix.Out.MongoDBOutput.Config.Impl.MongoConnectionConfig, MongoDBOutput" />
<section name="CxOneCredentials" type="CxAnalytix.Configuration.Impls.CxApiTokenCredentials, Configuration" />
<section name="CxOneConnection" type="CxAnalytix.XForm.CxOneTransformer.Config.CxOneConnection, CxOneTransformer" />
</configSections>

<!--
Expand All @@ -30,6 +32,12 @@
<CxSCACredentials Username="%CHECKMARX_SCA_USERNAME%" Password="%CHECKMARX_SCA_PASSWORD%" Tenant="%CHECKMARX_SCA_TENANT%" />
-->

<!-- CheckmarxOne is disabled by default -->
<!--
<CxOneConnection URL="%CHECKMARX_ONE_API_URL%" IAM="%CHECKMARX_ONE_IAM_URL%" />
<CxOneCredentials Tenant="%CHECKMARX_ONE_TENANT%" Token="%CHECKMARX_ONE_TOKEN%" />
-->

<CxAnalytixService ConcurrentThreads="2" StateDataStoragePath="%CHECKMARX_STATE_PATH%"
ProcessPeriodMinutes="120"
OutputModuleName="log4net"
Expand All @@ -44,6 +52,7 @@
<EnabledTransformers>
<Transformer Name="SAST" />
<!--<Transformer Name="SCA" />-->
<!--<Transformer Name="CxOne" />-->
</EnabledTransformers>
</CxAnalytixService>

Expand Down

0 comments on commit e0a2dce

Please sign in to comment.