Skip to content

Commit

Permalink
Mongo 6 and 7
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Oct 14, 2023
1 parent 2ac96e7 commit 33f1fc0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
package: [bitnami/postgresql,bitnami/postgresql-ha,bitnami/pgpool, postgres]

package: [bitnami/postgresql, bitnami/postgresql-ha, bitnami/pgpool, mongo, postgres]
steps:
- uses: actions/delete-package-versions@v4
with:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,15 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
package: [bitnami/postgresql,bitnami/postgresql-ha, postgres]
package: [bitnami/postgresql, bitnami/postgresql-ha, postgres]
tag: [12, 13, 14, 15, 16]
include:
- package: bitnami/pgpool
tag: 4
- package: mongo
tag: 6
- package: mongo
tag: 7
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions mongo/6/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM mongo:6.0.11

Check failure

Code scanning / Trivy

Image user should not be 'root' High

Artifact: mongo/6/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: mongo/6/Dockerfile
Type: dockerfile
Vulnerability DS026
Severity: LOW
Message: Add HEALTHCHECK instruction in your Dockerfile
Link: DS026
1 change: 1 addition & 0 deletions mongo/7/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM mongo:7.0.2

Check failure

Code scanning / Trivy

Image user should not be 'root' High

Artifact: mongo/7/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: mongo/7/Dockerfile
Type: dockerfile
Vulnerability DS026
Severity: LOW
Message: Add HEALTHCHECK instruction in your Dockerfile
Link: DS026

0 comments on commit 33f1fc0

Please sign in to comment.