Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Commit

Permalink
Update config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Raz Nitzan committed Dec 2, 2018
1 parent aa0450a commit 679e0b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion standAlone/whitesource-fs-agent.config
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,14 @@ wss.url=https://saas.whitesourcesoftware.com/agent
#npm.ignoreNpmLsErrors=true
#npm.ignoreScripts=true
#npm.yarnProject=true
#npm.accessToken=

#bower.resolveDependencies=false
#bower.ignoreSourceFiles=true
#bower.runPreStep=true

#nuget.resolvePackagesConfigFiles=false
#nuget.resolveCsProjFiles=false
#nuget.resolveDependencies=false
#nuget.restoreDependencies=true
#nuget.ignoreSourceFiles=true
Expand Down Expand Up @@ -127,7 +130,7 @@ productToken=
#########################################################################################
# Includes/Excludes Glob patterns - PLEASE USE ONLY ONE EXCLUDE LINE AND ONE INCLUDE LINE
#########################################################################################
includes=**/*.c **/*.cc **/*.cp **/*.cpp **/*.cxx **/*.c++ **/*.h **/*.hpp **/*.hxx **/*.pas **/*.zip **/*.tar.gz **/*.egg **/*.whl **/*.py **/*.tgz **/*.deb **/*.gzip **/*.rpm **/*.tar.bz2 **/*.dll **/*.cs **/*.nupkg **/*.gem **/*.rb **/*.m **/*.mm **/*.js **/*.php **/*.zip **/*.tar.gz **/*.egg **/*.whl **/*.py **/*.scala **/*.jar

This comment has been minimized.

Copy link
@kuhnboy

kuhnboy Sep 4, 2019

@raznitzan4 why would you change this? this broke all of our scanning because of this filter change.

includes=**/*.c **/*.cc **/*.cp **/*.cpp **/*.cxx **/*.c++ **/*.h **/*.hpp **/*.hxx

#includes=**/*.m **/*.mm **/*.js **/*.php
#includes=**/*.jar
Expand Down

0 comments on commit 679e0b8

Please sign in to comment.