Skip to content

Commit

Permalink
Merge pull request #13 from whitesource/wss-config-update
Browse files Browse the repository at this point in the history
Update wss-unified-agent.config
  • Loading branch information
nabeelsaabna authored Jun 24, 2021
2 parents 7ad78b5 + 9e49492 commit eb70c70
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions standAlone/wss-unified-agent.config
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,13 @@ forceUpdate.failBuildOnPolicyViolation=false
###########
# General #
###########
#offline=false
#offline=true
#updateType=APPEND
#ignoreSourceFiles=true
#scanComment=
#failErrorLevel=ALL
#requireKnownSha1=false
#fileSystemScan=false
#showProgressBar=false

#generateProjectDetailsJson=true
#generateScanReport=true
Expand Down Expand Up @@ -90,7 +91,7 @@ forceUpdate.failBuildOnPolicyViolation=false
#npm.failOnNpmLsErrors =
#npm.projectNameFromDependencyFile = true
#npm.resolveGlobalPackages=true
#npm.resolveLockFile=true
#npm.resolveLockFile=false

#bower.resolveDependencies=false
#bower.ignoreSourceFiles=true
Expand Down Expand Up @@ -168,6 +169,11 @@ forceUpdate.failBuildOnPolicyViolation=false
#go.glide.ignoreTestPackages=false
#go.gogradle.enableTaskAlias=true

#go.modules.resolveDependencies=true
#go.modules.ignoreSourceFiles=false
#go.modules.removeDuplicateDependencies=false
#go.modules.includeTestDependecies=true

#ruby.resolveDependencies=false
#ruby.ignoreSourceFiles=false
#ruby.installMissingGems=true
Expand Down Expand Up @@ -233,7 +239,7 @@ includes=**/*.c **/*.cc **/*.cp **/*.cpp **/*.cxx **/*.c++ **/*.h **/*.hpp **/*.
#includes=**/*.jar
#includes=**/*.gem **/*.rb
#includes=**/*.dll **/*.cs **/*.nupkg
#includes=**/*.tgz **/*.deb **/*.gzip **/*.rpm **/*.tar.bz2
#includes=**/*.tgz **/*.gzip **/*.tar.bz2
#includes=**/*.zip **/*.tar.gz **/*.egg **/*.whl **/*.py

#Exclude file extensions or specific directories by adding **/*.<extension> or **/<excluded_dir>/**
Expand Down

0 comments on commit eb70c70

Please sign in to comment.