Skip to content

App Submission QEMU guest agent #357

App Submission QEMU guest agent

App Submission QEMU guest agent #357

Triggered via pull request September 8, 2024 15:03
@phausphaus
synchronize #1444
Status Failure
Total duration 12s
Artifacts

lint-apps.yml

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

Annotations

5 errors and 2 notices
Invalid image name "docker.io/phaus/qemu-ga:9.0.2": qemu-guest-agent/docker-compose.yml#L5
Images should be named like "<name>:<version-tag>@<sha256>"
port: qemu-guest-agent/umbrel-app.yml#L1
The "port" key is required
gallery: qemu-guest-agent/umbrel-app.yml#L1
The "gallery" key is required
"releaseNotes" needs to be empty for new app submissions: qemu-guest-agent/umbrel-app.yml#L21
The "releaseNotes" field must be empty for new app submissions as it is being displayed to the user only in case of an update.
Lint apps
❌&nbsp;&nbsp;&nbsp;Linting failed with 4 errors&nbsp;&nbsp;&nbsp;❌
Potentially using unsafe user in service "agent": qemu-guest-agent/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.
Service "agent" uses host network mode: qemu-guest-agent/docker-compose.yml#L7
The host network mode can lead to security vulnerabilities. If possible please use the default bridge network mode and expose the necessary ports.