Skip to content

Commit 1bb1c73

Browse files
committed
chore: initContainers field
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
1 parent 2faf8fa commit 1bb1c73

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

build/scripts/clear-defined-test.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ declare -A replaced_modules=(
8686
["go.opencensus.io v0.24.0"]="census-instrumentation/opencensus-go b1a01ee95db0e690d91d7193d037447816fae4c5"
8787
# https://github.com/sean-/seed/tree/e2103e2c35297fb7e17febb81e49b312087a2372
8888
["github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529"]="sean-/seed e2103e2c35297fb7e17febb81e49b312087a2372"
89+
# https://github.com/decred/dcrd/commit/5444fa50b93dbcbd6a08c75da3eccc32490fb2b2
90+
["github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.0-20210816181553-5444fa50b93d"]="decred/dcrd 5444fa50b93dbcbd6a08c75da3eccc32490fb2b2"
8991
)
9092

9193
# replaces to have a correct link for clearlydefined.io api request
@@ -99,16 +101,17 @@ declare -A replaced_paths=(
99101
declare -A replaced_api_suffix=(
100102
["census-instrumentation/opencensus-go"]="git/github"
101103
["sean-/seed"]="git/github"
104+
["decred/dcrd"]="git/github"
102105
)
103106

104107
# Exceptions for dependencies that are not yet harvested in clearlydefined.io
105108
# License must be checked manually
106109
declare -A ignored_paths=(
107-
["github.com/decred/dcrd/dcrec/secp256k1/v4"]="Harvesting is in progress"
110+
["github.com/devfile/devworkspace-operator"]="Harvesting is in progress"
108111
)
109112

110113
declare -A ignored_paths_license=(
111-
["github.com/decred/dcrd/dcrec/secp256k1/v4"]="ISC"
114+
["github.com/devfile/devworkspace-operator"]="Apache-2.0"
112115
)
113116

114117
retryUrl() {

0 commit comments

Comments
 (0)