• 1.0.0 e81179a4a7

    v1.0.0 Stable

    OnlyAti released this 2026-02-17 21:07:54 +00:00 | 13 commits to main since this release

    Container with hadolint for Woodpecker CI

    This is a plugin for Woodpecker CI that verify image with hadolint utility.

    Usage

    It can be used at any event, but it can only push images at the tag event.

    when:
      - event: tag
    
    steps:
      - name: Build the image and push to repository
        image: git.thinkaboutit.tech/pandora/hadolint.woodpecker
        settings:
          debug: true
    

    Settings

    Name Default value Description
    containerfile Project_root/Containerfile Path to Containerfile
    Downloads