Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add consistent labels to all resources created by the Helm chart #302

Merged
merged 4 commits into from
Feb 8, 2024

Merge branch 'main' of github.com:FlowFuse/helm into feat-labels

913e9e4
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

feat: Add consistent labels to all resources created by the Helm chart #302

Merge branch 'main' of github.com:FlowFuse/helm into feat-labels
913e9e4
Select commit
Loading
Failed to load commit list.
GitHub Actions / file-server:main-linux-amd64 scan results succeeded Feb 7, 2024 in 0s

1 fail in 0s

1 tests   0 ✅  0s ⏱️
4 suites  0 💤
1 files    1 ❌

Results for commit 913e9e4.

Annotations

Check warning on line 0 in Dockerfile Security Check

See this annotation in the file changed.

@github-actions github-actions / file-server:main-linux-amd64 scan results

[HIGH] DS002 (Dockerfile Security Check) failed

trivy-junit-results.xml
Raw output
Image user should not be 'root'
Running containers with 'root' user can lead to a container escape situation. It is a best practice to run containers as non-root users, which can be done by adding a 'USER' statement to the Dockerfile.