-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM python:3.6.15-slim-buster AS build | ||
FROM python:3.11.4-slim-buster AS build | ||
Check failure Code scanning / Trivy Image user should not be 'root' High
Artifact: backend/Dockerfile
Type: dockerfile Vulnerability DS002 Severity: HIGH Message: Specify at least 1 USER command in Dockerfile with non-root user as argument Link: DS002 Check notice Code scanning / Trivy No HEALTHCHECK defined Low
Artifact: backend/Dockerfile
Type: dockerfile Vulnerability DS026 Severity: LOW Message: Add HEALTHCHECK instruction in your Dockerfile Link: DS026 |
||
|
||
RUN apt-get -y update && apt-get -y install \ | ||
git \ | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM registry.access.redhat.com/rhscl/python-36-rhel7:1 | ||
FROM registry.access.redhat.com/rhscl/python-36-rhel7:1-77 | ||
Check notice Code scanning / Trivy No HEALTHCHECK defined Low
Artifact: backend/Dockerfile.old
Type: dockerfile Vulnerability DS026 Severity: LOW Message: Add HEALTHCHECK instruction in your Dockerfile Link: DS026 |
||
|
||
|
||
# Switch to root user | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM registry.access.redhat.com/rhscl/python-36-rhel7:1-21 | ||
FROM registry.access.redhat.com/rhscl/python-36-rhel7:1-77 | ||
Check notice Code scanning / Trivy No HEALTHCHECK defined Low
Artifact: backend/Dockerfile.rhel7
Type: dockerfile Vulnerability DS026 Severity: LOW Message: Add HEALTHCHECK instruction in your Dockerfile Link: DS026 |
||
|
||
USER root | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
dependencies: | ||
- name: postgresql | ||
repository: https://charts.bitnami.com/bitnami | ||
version: 15.5.20 | ||
digest: sha256:5541bc21c61e9def6fce9eaca5e298512248a3e0b07c89d724449f982375500b | ||
generated: "2024-07-25T10:17:28.844013763Z" | ||
version: 15.5.28 | ||
digest: sha256:d079c8ed8e238113bced3f5451820e3be68c5bb055f188c5a66bfdd9e6c7023b | ||
generated: "2024-09-12T07:27:59.553333541Z" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM registry.access.redhat.com/ubi8/ubi:8.7 | ||
FROM registry.access.redhat.com/ubi8/ubi:8.10 | ||
Check notice Code scanning / Trivy No HEALTHCHECK defined Low
Artifact: gwells/openshift/ocp4/jenkins/basic/docker/Dockerfile
Type: dockerfile Vulnerability DS026 Severity: LOW Message: Add HEALTHCHECK instruction in your Dockerfile Link: DS026 |
||
|
||
# https://blog.csanchez.org/2017/05/31/running-a-jvm-in-a-container-without-getting-killed/ | ||
ENV JENKINS_VERSION=2.387.1 \ | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
#Tue Sep 20 22:02:53 BST 2016 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.3-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.2-bin.zip |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
inflection==0.5.0 | ||
inflection==0.5.1 | ||
joblib==0.15.1 | ||
numpy==1.18.5 | ||
profanity-check==1.0.3 | ||
profanityfilter==2.0.6 | ||
scikit-learn==0.22.2.post1 | ||
scipy==1.4.1 | ||
threadpoolctl==2.1.0 | ||
scipy==1.14.1 | ||
threadpoolctl==2.2.0 |