Skip to content

crunchtools/gourmand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gourmand container

Pre-built container image for gourmand, an AI-slop detector for codebases. Saves ~5 minutes of Rust compilation per CI run.

Pull

podman pull quay.io/crunchtools/gourmand

Usage

Local

podman run --rm -v .:/workspace:Z quay.io/crunchtools/gourmand --full /workspace

GitLab CI

gourmand:
  stage: test
  image: quay.io/crunchtools/gourmand
  script:
    - gourmand --full .

GitHub Actions

- name: Run gourmand
  run: |
    docker run --rm -v ${{ github.workspace }}:/workspace quay.io/crunchtools/gourmand --full /workspace

License

Container build infrastructure is AGPL-3.0-or-later. Gourmand itself is licensed under its upstream terms.

About

Pre-built container image for gourmand AI-slop detector

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors