Dependency updates #5866
pr-open.yml
on: pull_request
Set Variables
4s
PR Description Add
3s
Matrix: Builds
Deploys (Dev)
/
...
/
Helm
5m 20s
Annotations
48 warnings
Legacy key/value format with whitespace separator should not be used:
dops/Dockerfile#L55
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Variables should be defined before their use:
dops/Dockerfile#L66
UndefinedVar: Usage of undefined variable '$ACCESS_API_URL'
More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
|
Legacy key/value format with whitespace separator should not be used:
dops/Dockerfile#L70
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
dops/Dockerfile#L48
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Variables should be defined before their use:
dops/Dockerfile#L53
UndefinedVar: Usage of undefined variable '$OCIO_S3_BUCKET'
More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
|
Legacy key/value format with whitespace separator should not be used:
dops/Dockerfile#L57
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Variables should be defined before their use:
dops/Dockerfile#L59
UndefinedVar: Usage of undefined variable '$CHES_CLIENT_ID'
More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
|
Variables should be defined before their use:
dops/Dockerfile#L60
UndefinedVar: Usage of undefined variable '$CHES_CLIENT_SECRET'
More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
|
Sensitive data should not be used in the ARG or ENV commands:
dops/Dockerfile#L64
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "CDOGS_CLIENT_SECRET")
More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
|
Variables should be defined before their use:
dops/Dockerfile#L50
UndefinedVar: Usage of undefined variable '$KEYCLOAK_IGNORE_EXP'
More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
|
Variables should be defined before their use:
vehicles/Dockerfile#L42
UndefinedVar: Usage of undefined variable '$MSSQL_SA_PASSWORD'
More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
|
Legacy key/value format with whitespace separator should not be used:
vehicles/Dockerfile#L44
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
vehicles/Dockerfile#L41
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Variables should be defined before their use:
vehicles/Dockerfile#L48
UndefinedVar: Usage of undefined variable '$DOPS_URL'
More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
|
Legacy key/value format with whitespace separator should not be used:
vehicles/Dockerfile#L60
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Variables should be defined before their use:
vehicles/Dockerfile#L35
UndefinedVar: Usage of undefined variable '$VEHICLES_API_LOG_LEVEL'
More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
|
Variables should be defined before their use:
vehicles/Dockerfile#L38
UndefinedVar: Usage of undefined variable '$MSSQL_HOST'
More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
|
Variables should be defined before their use:
vehicles/Dockerfile#L40
UndefinedVar: Usage of undefined variable '$MSSQL_DB'
More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
|
Legacy key/value format with whitespace separator should not be used:
vehicles/Dockerfile#L52
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Variables should be defined before their use:
vehicles/Dockerfile#L58
UndefinedVar: Usage of undefined variable '$CFS_CREDIT_ACCOUNT_CLIENT_ID'
More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
|
Legacy key/value format with whitespace separator should not be used:
scheduler/Dockerfile#L63
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
scheduler/Dockerfile#L65
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
scheduler/Dockerfile#L37
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Variables should be defined before their use:
scheduler/Dockerfile#L48
UndefinedVar: Usage of undefined variable '$OCIO_S3_BUCKET'
More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
|
Legacy key/value format with whitespace separator should not be used:
scheduler/Dockerfile#L49
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
scheduler/Dockerfile#L57
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
scheduler/Dockerfile#L58
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Sensitive data should not be used in the ARG or ENV commands:
scheduler/Dockerfile#L65
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "ORBC_SERVICE_ACCOUNT_TOKEN_URL")
More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
|
Legacy key/value format with whitespace separator should not be used:
scheduler/Dockerfile#L67
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
scheduler/Dockerfile#L68
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
policy/Dockerfile#L31
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
policy/Dockerfile#L36
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
policy/Dockerfile#L42
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
policy/Dockerfile#L44
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
policy/Dockerfile#L41
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
policy/Dockerfile#L47
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Variables should be defined before their use:
policy/Dockerfile#L31
UndefinedVar: Usage of undefined variable '$NODE_ENV'
More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
|
Variables should be defined before their use:
policy/Dockerfile#L35
UndefinedVar: Usage of undefined variable '$POLICY_API_LOG_LEVEL'
More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
|
Variables should be defined before their use:
policy/Dockerfile#L41
UndefinedVar: Usage of undefined variable '$MSSQL_SA_USER'
More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
|
Variables should be defined before their use:
policy/Dockerfile#L43
UndefinedVar: Usage of undefined variable '$MSSQL_ENCRYPT'
More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
|
Legacy key/value format with whitespace separator should not be used:
frontend/Dockerfile#L17
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
frontend/Dockerfile#L18
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
frontend/Dockerfile#L19
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
frontend/Dockerfile#L20
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
The 'as' keyword should match the case of the 'from' keyword:
frontend/Dockerfile#L44
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
Legacy key/value format with whitespace separator should not be used:
frontend/Dockerfile#L15
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
frontend/Dockerfile#L16
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Deploys (Dev) / Deploys (DEV) / Helm
Multiple files were found for oc that matched the current OS and architecture: openshift-client-linux-4.17.7.tar.gz, openshift-client-linux-amd64-rhel8-4.17.7.tar.gz, openshift-client-linux-amd64-rhel9-4.17.7.tar.gz, openshift-client-linux-arm64-4.17.7.tar.gz, openshift-client-linux-arm64-rhel8-4.17.7.tar.gz, openshift-client-linux-arm64-rhel9-4.17.7.tar.gz, openshift-client-linux-ppc64le-4.17.7.tar.gz, openshift-client-linux-ppc64le-rhel8-4.17.7.tar.gz, openshift-client-linux-ppc64le-rhel9-4.17.7.tar.gz, openshift-client-linux-s390x-rhel8-4.17.7.tar.gz, openshift-client-linux-s390x-rhel9-4.17.7.tar.gz. Selecting the first one.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
bcgov~onroutebc~2761P2.dockerbuild
|
59.4 KB |
|
bcgov~onroutebc~PBZ06Y.dockerbuild
|
46.5 KB |
|
bcgov~onroutebc~SZB9VT.dockerbuild
|
59.6 KB |
|
bcgov~onroutebc~XR951N.dockerbuild
|
58.4 KB |
|
bcgov~onroutebc~XX5KAA.dockerbuild
|
72.9 KB |
|