Skip to content

Merge pull request #3679 from bcgov/renovate/actions-checkout-digest #1594

Merge pull request #3679 from bcgov/renovate/actions-checkout-digest

Merge pull request #3679 from bcgov/renovate/actions-checkout-digest #1594

Re-run triggered September 5, 2024 17:35
Status Success
Total duration 1m 22s
Artifacts 6

deploy-dev.yml

on: push
build-push-app
4m 29s
build-push-app
build-push-pre-prisma
43s
build-push-pre-prisma
build-push-pre-data-migrations
34s
build-push-pre-data-migrations
build-push-email
3m 19s
build-push-email
build-push-m365proxy
40s
build-push-m365proxy
build-push-nats-provision
37s
build-push-nats-provision
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
The 'as' keyword should match the case of the 'from' keyword: app/Dockerfile#L4
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Variables should be defined before their use: app/Dockerfile#L14
UndefinedVar: Usage of undefined variable '$deployment_tag' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
Legacy key/value format with whitespace separator should not be used: app/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/
Sensitive data should not be used in the ARG or ENV commands: app/Dockerfile#L36
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "NEXTAUTH_SECRET") 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: app/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/
Legacy key/value format with whitespace separator should not be used: app/Dockerfile.email#L8
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: app/Dockerfile.email#L28
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: app/Dockerfile.email#L28
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "NEXTAUTH_SECRET") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/