Skip to content

Commit

Permalink
Created whiteSource configuration file (#746)
Browse files Browse the repository at this point in the history
  • Loading branch information
CohenOrian authored Mar 13, 2022
1 parent 93d70c2 commit c4b882b
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions wss-unified-agent-go.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
####################################################################
# WhiteSource Unified-Agent configuration file for GO
# GENERAL SCAN MODE: Package Managers only
####################################################################

checkPolicies=true
forceCheckAllDependencies=true
forceUpdate=true
forceUpdate.failBuildOnPolicyViolation=false
offline=false
ignoreSourceFiles=true
resolveAllDependencies=false
go.resolveDependencies=true
go.ignoreSourceFiles=true
go.collectDependenciesAtRuntime=false

go.dependencyManager=modules

##################################
# Organization tokens:
##################################
apiKey=
userKey=

projectName=
projectVersion=
projectToken=

productName=
productVersion=
productToken=



includes=**/*.lock

excludes=
case.sensitive.glob=false
followSymbolicLinks=true

0 comments on commit c4b882b

Please sign in to comment.