EASI-4521 [Async GRB] Async presentation links #5187
build_and_test.yml
on: pull_request
Build_Application_Images
/
pre_deps
59s
Build_Application_Images
/
anti_virus
1m 11s
Build_Application_Images
/
build_db_migrate_image
34s
Build_Application_Images
/
build_server_image
2m 7s
Build_easi-frontend_image
/
build_easi-frontend_image
6m 59s
Build_Test_Frontend_Assets
/
build_frontend_assets
2m 1s
Deploy_to_EKS
/
Deploy_to_EKS
55s
Run_Tests
/
skip_tests
0s
Run_Tests
/
server_test
5m 2s
Run_Tests
/
e2e_tests
10m 4s
Run_Tests
/
lint
5m 27s
Run_Tests
/
client_test
3m 28s
Run_Tests
/
client_typecheck
1m 5s
Annotations
1 error and 2 warnings
Build_Application_Images / build_server_image
Process completed with exit code 1.
|
Legacy key/value format with whitespace separator should not be used:
Dockerfile.frontend_k8s#L5
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:
Dockerfile.frontend_k8s#L31
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "VITE_LOCAL_AUTH_ENABLED")
More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
|