Remove trivyignore #113
Annotations
10 warnings and 4 notices
mattermost.Dockerfile#L12
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
mattermost.Dockerfile#L12
Set the SHELL option -o pipefail before RUN with a pipe in it. If you are using /bin/sh in an alpine image or if your shell is symlinked to busybox then consider explicitly setting your SHELL to /bin/ash, or disable this check
|
mattermost.Dockerfile#L33
`COPY` to a relative destination without `WORKDIR` set.
|
mattermost.Dockerfile#L35
Set the SHELL option -o pipefail before RUN with a pipe in it. If you are using /bin/sh in an alpine image or if your shell is symlinked to busybox then consider explicitly setting your SHELL to /bin/ash, or disable this check
|
mattermost.Dockerfile#L54
Use WORKDIR to switch to a directory
|
mattermost.Dockerfile#L75
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
mattermost.Dockerfile#L80
Set the SHELL option -o pipefail before RUN with a pipe in it. If you are using /bin/sh in an alpine image or if your shell is symlinked to busybox then consider explicitly setting your SHELL to /bin/ash, or disable this check
|
mattermost.Dockerfile#L113
Use WORKDIR to switch to a directory
|
mattermost.Dockerfile#L113
Set the SHELL option -o pipefail before RUN with a pipe in it. If you are using /bin/sh in an alpine image or if your shell is symlinked to busybox then consider explicitly setting your SHELL to /bin/ash, or disable this check
|
mattermost.Dockerfile#L120
Use WORKDIR to switch to a directory
|
mattermost.Dockerfile#L75
Avoid additional packages by specifying `--no-install-recommends`
|
mattermost.Dockerfile#L75
Delete the apt-get lists after installing something
|
mattermost.Dockerfile#L103
Multiple consecutive `RUN` instructions. Consider consolidation.
|
mattermost.Dockerfile#L108
Multiple consecutive `RUN` instructions. Consider consolidation.
|
The logs for this run have expired and are no longer available.
Loading