Skip to content

Commit

Permalink
correct deprecated options with newest synopsys-detect version (#12586)
Browse files Browse the repository at this point in the history
CHANGELOG_BEGIN
CHANGELOG_END
  • Loading branch information
dasormeter authored Jan 26, 2022
1 parent 84023ae commit 215a63d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/cron/daily-compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -420,8 +420,8 @@ jobs:
--logging.level.com.synopsys.integration=DEBUG \
--detect.tools=DETECTOR \
--detect.included.detector.types=YARN,NPM,CLANG \
--detect.npm.include.dev.dependencies=false \
--detect.yarn.prod.only=true \
--detect.npm.dependency.types.excluded=dev \
--detect.yarn.dependency.types.excluded=dev \
--detect.follow.symbolic.links=false \
--detect.excluded.directories=language-support/ts/daml-ledger,language-support/ts/daml-types,language-support/ts/daml-react,language-support/ts/codegen/tests/ts,bazel-out,bazel-bin,.bazel-cache,bazel-testlogs,bazel-daml,bazel-s,node_modules,dev-env,result-*\
--detect.blackduck.signature.scanner.exclusion.name.patterns=language-support/ts/daml-ledger,language-support/ts/daml-types,language-support/ts/daml-react.bazel-out,bazel-bin,.bazel-cache,bazel-testlogs,bazel-daml,bazel-s,node_modules,dev-env,result-* \
Expand Down

0 comments on commit 215a63d

Please sign in to comment.