chore: release candidate v0.43.3 #99
deploy-test.yml
on: push
set-tag
0s
build-push-app
5m 34s
build-push-pre-prisma
1m 4s
build-push-pre-data-migrations
1m 16s
build-push-email
3m 59s
scan-app
49s
scan-pre-prisma
1m 16s
scan-pre-data-migrations
42s
scan-email
46s
Annotations
1 error and 5 warnings
deploy
Process completed with exit code 2.
|
Sensitive data should not be used in the ARG or ENV commands:
app/Dockerfile.email#L33
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/
|
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/
|
Sensitive data should not be used in the ARG or ENV commands:
app/Dockerfile#L37
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/
|
set-tag
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|