mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-07-18 05:02:41 -04:00
Added support for psql mariadb.
Added docker scout action.
This commit is contained in:
parent
3919c12d64
commit
1e897ee401
13
.github/workflows/docker.yml
vendored
13
.github/workflows/docker.yml
vendored
@ -4,7 +4,7 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
release:
|
release:
|
||||||
types: [published]
|
types: [ published ]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: ghcr.io
|
REGISTRY: ghcr.io
|
||||||
@ -64,4 +64,15 @@ jobs:
|
|||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
build-args: |
|
build-args: |
|
||||||
INCLUDE_MONGODBTOOLS=true
|
INCLUDE_MONGODBTOOLS=true
|
||||||
|
INCLUDE_POSTGRESQL_TOOLS=true
|
||||||
|
INCLUDE_MARIADB_TOOLS=true
|
||||||
PREINSTALL_LIBS=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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user