Skip to content

Update paperless to version v2.12.1 #413

Update paperless to version v2.12.1

Update paperless to version v2.12.1 #413

Triggered via pull request September 16, 2024 05:08
@nmfretznmfretz
opened #1477
Status Success
Total duration 19s
Artifacts

lint-apps.yml

on: pull_request_target
Lint apps
10s
Lint apps
Fit to window
Zoom out
Zoom in

Annotations

1 warning and 5 notices
Potentially using unsafe user in service "broker": paperless/docker-compose.yml#L1
The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.
Potentially using unsafe user in service "db": paperless/docker-compose.yml#L1
The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.
Potentially using unsafe user in service "webserver": paperless/docker-compose.yml#L1
The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.
Potentially using unsafe user in service "gotenberg": paperless/docker-compose.yml#L1
The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.
Potentially using unsafe user in service "tika": paperless/docker-compose.yml#L1
The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.
Invalid restart policy: paperless/docker-compose.yml#L18
The restart policy of the container "db" should be set to "on-failure".