From 1e897ee4010ae08757b7f803d3f43ba865a5e7ea Mon Sep 17 00:00:00 2001 From: Daan Selen Date: Mon, 24 Mar 2025 15:35:52 +0100 Subject: [PATCH] Added support for psql mariadb. Added docker scout action. --- .github/workflows/docker.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 7ca7d314..ba10d15e 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -4,7 +4,7 @@ on: branches: - master release: - types: [published] + types: [ published ] env: REGISTRY: ghcr.io @@ -64,4 +64,15 @@ jobs: labels: ${{ steps.meta.outputs.labels }} build-args: | INCLUDE_MONGODBTOOLS=true + INCLUDE_POSTGRESQL_TOOLS=true + INCLUDE_MARIADB_TOOLS=true PREINSTALL_LIBS=true + + - name: Docker Scout + id: docker-scout + uses: docker/scout-action@v1 + with: + command: quickview,cves + image: image://${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} + summary: true + only-severities: critical,high,medium,low,unspecified