Pre-built container image for gourmand, an AI-slop detector for codebases. Saves ~5 minutes of Rust compilation per CI run.
podman pull quay.io/crunchtools/gourmandpodman run --rm -v .:/workspace:Z quay.io/crunchtools/gourmand --full /workspacegourmand:
stage: test
image: quay.io/crunchtools/gourmand
script:
- gourmand --full .- name: Run gourmand
run: |
docker run --rm -v ${{ github.workspace }}:/workspace quay.io/crunchtools/gourmand --full /workspaceContainer build infrastructure is AGPL-3.0-or-later. Gourmand itself is licensed under its upstream terms.