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

add mariadb image #285

Merged
merged 1 commit into from
Aug 11, 2024
Merged

Conversation

Omarabdul3ziz
Copy link
Contributor

No description provided.

@Omarabdul3ziz Omarabdul3ziz merged commit f764991 into development Aug 11, 2024
1 check passed
@Omarabdul3ziz Omarabdul3ziz deleted the development_monitored_mariadb branch August 11, 2024 09:48
@@ -0,0 +1,28 @@
FROM ubuntu

Check failure

Code scanning / Trivy

Image user should not be 'root' High

Artifact: tfgrid3/monitored_mariadb/Dockerfile
Type: dockerfile
Vulnerability DS002
Severity: HIGH
Message: Specify at least 1 USER command in Dockerfile with non-root user as argument
Link: DS002
Comment on lines +5 to +10
RUN apt update && \
apt-get install -y \
apt-transport-https \
ca-certificates \
curl \
software-properties-common

Check failure

Code scanning / Trivy

'apt-get' missing '--no-install-recommends' High

Artifact: tfgrid3/monitored_mariadb/Dockerfile
Type: dockerfile
Vulnerability DS029
Severity: HIGH
Message: '--no-install-recommends' flag is missed: 'apt update && apt-get install -y apt-transport-https ca-certificates curl software-properties-common'
Link: DS029
$(lsb_release -cs) \
stable"

RUN apt-get update && apt-get install -y docker-ce

Check failure

Code scanning / Trivy

'apt-get' missing '--no-install-recommends' High

Artifact: tfgrid3/monitored_mariadb/Dockerfile
Type: dockerfile
Vulnerability DS029
Severity: HIGH
Message: '--no-install-recommends' flag is missed: 'apt-get update && apt-get install -y docker-ce'
Link: DS029
@xmonader xmonader added this to the 3.15.x milestone Oct 14, 2024
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.

2 participants