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

cleanup unused #115

Merged
merged 2 commits into from
Aug 14, 2021
Merged

cleanup unused #115

merged 2 commits into from
Aug 14, 2021

Conversation

devsecfranklin
Copy link
Owner

No description provided.

@devsecfranklin devsecfranklin self-assigned this Aug 14, 2021
Copy link

@bridgecrew bridgecrew bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bridgecrew has found 1 infrastructure configuration error in this PR ⬇️

@@ -1,12 +1,12 @@
# syntax=docker/dockerfile:1
Copy link

@bridgecrew bridgecrew bot Aug 14, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LOW   Ensure that a user for the container has been created
    Resource: /Dockerfile. | ID: BC_DKR_3

Description

Containers should run as a non-root user. It is good practice to run the container as a non-root user, where possible. This can be done either via the ```USER``` directive in the ```Dockerfile``` or through ```gosu``` or similar where used as part of the ```CMD``` or ```ENTRYPOINT``` directives.

Benchmarks

  • CIS DOCKER V1.2 4.1

@n0ctilucent
Copy link
Collaborator

PR ingested into Tekton CI pipeline.

Passing test results will be logged to this pull request.
For detailed review, use tkn pr logs from the cli.

@devsecfranklin devsecfranklin merged commit 7b69c96 into main Aug 14, 2021
@devsecfranklin devsecfranklin deleted the dev115-20210814 branch August 14, 2021 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants