Added support for psql mariadb. Added docker scout action.

Added support for psql mariadb. Added docker scout action.

Daan Selen committed Mar 24, 2025 at 15:35 UTC 1e897ee4010ae08757b7f803d3f43ba865a5e7ea
1 file changed +12 -1
.github/workflows/docker.yml
+12 -1
@@ -4,7 +4,7 @@ on:
4 branches:
5 - master
6 release:
7 - types: [published]
7 + types: [ published ]
8
9 env:
10 REGISTRY: ghcr.io
@@ -64,4 +64,15 @@ jobs:
64 labels: ${{ steps.meta.outputs.labels }}
65 build-args: |
66 INCLUDE_MONGODBTOOLS=true
67 + INCLUDE_POSTGRESQL_TOOLS=true
68 + INCLUDE_MARIADB_TOOLS=true
69 PREINSTALL_LIBS=true
70 +
71 + - name: Docker Scout
72 + id: docker-scout
73 + uses: docker/scout-action@v1
74 + with:
75 + command: quickview,cves
76 + image: image://${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
77 + summary: true
78 + only-severities: critical,high,medium,low,unspecified