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

pass RunAsNonRoot if RunAsUser > 0 #219

Merged
merged 1 commit into from
Nov 11, 2019
Merged

pass RunAsNonRoot if RunAsUser > 0 #219

merged 1 commit into from
Nov 11, 2019

Conversation

rbren
Copy link
Contributor

@rbren rbren commented Nov 11, 2019

Fixes #192

@codecov
Copy link

codecov bot commented Nov 11, 2019

Codecov Report

Merging #219 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #219   +/-   ##
=======================================
  Coverage   79.27%   79.27%           
=======================================
  Files          12       12           
  Lines         748      748           
=======================================
  Hits          593      593           
  Misses        130      130           
  Partials       25       25
Impacted Files Coverage Δ
pkg/validator/container.go 94.8% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7e35b03...5b7b039. Read the comment docs.

@rbren rbren merged commit 4eeabb2 into master Nov 11, 2019
@delete-merged-branch delete-merged-branch bot deleted the rb/run-as-user branch November 11, 2019 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RunAsNonRoot should pass if securityContext.runAsUser != 0
2 participants