Skip to content

feat: Determine what images are running in a k8s cluster. #728

feat: Determine what images are running in a k8s cluster.

feat: Determine what images are running in a k8s cluster. #728

Workflow file for this run

---
name: Dockle
'on': push
jobs:
dive:
runs-on: ubuntu-latest
name: Analyze image using dockle
steps:
- uses: actions/checkout@v3
- name: Build image
run: docker build -t utrecht/n3dr:${{ github.sha }} .
- uses: hands-lab/dockle-action@v1
with:
image: utrecht/n3dr:${{ github.sha }}