Skip to content

Enhance DevContainer setup with X11 support and update dependencies #18

Enhance DevContainer setup with X11 support and update dependencies

Enhance DevContainer setup with X11 support and update dependencies #18

name: Scan Docker Images
permissions:
actions: read
contents: read
security-events: write
on:
push:
branches:
- main
schedule:
- cron: "0 4 * * 1" # Every monday at 4:00 UTC
pull_request: null
jobs:
scan-images:
name: Scan ${{ matrix.image_name }} Image
uses: Vianpyro/Template/.github/workflows/docker-image-verification.yml@main
strategy:
matrix:
include:
- image_name: DevContainer
dockerfile_path: ./Dockerfile
context: .devcontainer
with:
image_name: ${{ matrix.image_name }}
dockerfile_path: ${{ matrix.dockerfile_path }}
context: ${{ matrix.context }}