Skip to content

feat: Add maven package ecosystem detection #441

feat: Add maven package ecosystem detection

feat: Add maven package ecosystem detection #441

Workflow file for this run

---
name: Docker Image CI
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Build the Docker image
run: docker build . --file Dockerfile --platform linux/amd64