daml/ci/cron
Gary Verhaegen 12e0c72d5c
fix blackduck logic (#11049)
We believe the Blakduck logic is currently faulty. We have had a
violation on an NPM dependency, and Blackduck keeps reporting it despite
our having removed the dependency.

We believe that what is happening is that, in the first step of
checking, we udpate the Haskell dependencies, _and then check the
validity of the whole project_, which includes the NPM deps. Because
that fails, we never get to the step where we actually update the NPM
deps, and Blackduck is stuck forever.

The solution is to not fail on violations for the Haskell update steps.
Haskell deps are still checked in the second step, because, again, it is
checking the whole project.

CHANGELOG_BEGIN
CHANGELOG_END
2021-09-28 14:28:19 +00:00
..
src Handle not quite empty directory digests in cache cleanup (#10536) 2021-08-10 15:06:10 +00:00
BUILD.bazel Conduitify download in release file (#8988) 2021-03-03 08:49:41 +01:00
daily-compat.yml fix blackduck logic (#11049) 2021-09-28 14:28:19 +00:00
tuesday.yml tuesday notif: newlines (#9213) 2021-03-23 17:03:22 +01:00
wednesday.yml fix release notification (#9075) 2021-03-10 17:12:14 +00:00