• 1.0.3 0d7aca4e5d

    v1.0.3 Stable

    OnlyAti released this 2026-03-02 16:46:56 +00:00 | 19 commits to main since this release

    What's new

    Maintenance

    Downloads
  • 1.0.2 bacbafd83a

    v1.0.2 Stable

    OnlyAti released this 2026-02-24 18:26:40 +00:00 | 21 commits to main since this release

    What's new

    Features

    Downloads
  • 1.0.1 8d43008f95

    v1.0.1 Stable

    OnlyAti released this 2026-02-18 17:37:32 +00:00 | 23 commits to main since this release

    Remove the redundant cd from the script.

    Downloads
  • 1.0.0 5ecd0b00da

    v1.0.0 Stable

    OnlyAti released this 2026-02-17 22:43:19 +00:00 | 25 commits to main since this release

    Container with trivy for Woodpecker CI

    This is a plugin for Woodpecker CI that check vulnerabilities with trivy utility.

    Usage

    It can be used at any event.

    steps:
      - name: Build image locally
        image: git.thinkaboutit.tech/pandora/container-builder.woodpecker
        settings:
          debug: true
          registry_push: false
      - name: Check built image.tar.gz for vulnerabilities
        image: git.thinkaboutit.tech/pandora/hadolint.woodpecker
        settings:
          debug: true
      - name: Push the verified image to the repository
        image: git.thinkaboutit.tech/pandora/container-builder.woodpecker
        settings:
          debug: true
          registry_push: true
          registry_push_latest: true
          registry_owner: pandora
          registry_user: bot-ci
          registry_pwd:
            from_secret: gitea-bot-ci
    

    Settings

    Name Default value Description
    imagefile image.tar.gz Name of the docker-archive
    Downloads