• 1.1.4 84cab19fde

    v1.1.4
    All checks were successful
    ci/woodpecker/push/ci Pipeline was successful
    ci/woodpecker/tag/release Pipeline was successful
    ci/woodpecker/cron/trivy Pipeline was successful
    ci/woodpecker/cron/renovate Pipeline was successful
    Stable

    onlyati released this 2026-03-24 17:18:41 +00:00 | 15 commits to main since this release

    What's new

    Maintenance

    Downloads
  • 1.1.3 7a66bc350c

    v1.1.3
    All checks were successful
    ci/woodpecker/push/ci Pipeline was successful
    ci/woodpecker/tag/release Pipeline was successful
    ci/woodpecker/cron/trivy Pipeline was successful
    ci/woodpecker/cron/renovate Pipeline was successful
    Stable

    onlyati released this 2026-03-23 19:16:40 +00:00 | 16 commits to main since this release

    What's new

    Bugfixes

    • The Forgejo client did not use the paging mechanism #12
    Downloads
  • 1.1.2 5c7a9dbb07

    v1.1.2
    All checks were successful
    ci/woodpecker/push/ci Pipeline was successful
    ci/woodpecker/tag/release Pipeline was successful
    Stable

    onlyati released this 2026-03-23 18:36:35 +00:00 | 17 commits to main since this release

    Fallback to trivy 0.69.3

    Downloads
  • 1.1.1 c33721328e

    v1.1.1
    All checks were successful
    ci/woodpecker/push/ci Pipeline was successful
    ci/woodpecker/tag/release Pipeline was successful
    ci/woodpecker/cron/trivy Pipeline was successful
    Stable

    onlyati released this 2026-03-22 23:44:02 +00:00 | 20 commits to main since this release

    What's new

    Bugfixes

    • Fix counting in vulnerabiliy dashboard

    Maintanance

    Downloads
  • 1.1.0 4e91d9b514

    v1.1.0
    All checks were successful
    ci/woodpecker/push/ci Pipeline was successful
    ci/woodpecker/tag/release Pipeline was successful
    Stable

    onlyati released this 2026-03-22 23:08:43 +00:00 | 26 commits to main since this release

    What's new

    Features

    • Totally rewrite the whole plugin and give more option to use #8
    Downloads
  • 1.0.4 1a93996445

    v1.0.4
    All checks were successful
    ci/woodpecker/cron/renovate Pipeline was successful
    Stable

    OnlyAti released this 2026-03-04 21:41:47 +00:00 | 27 commits to main since this release

    Downloads
  • 1.0.3 0d7aca4e5d

    v1.0.3 Stable

    OnlyAti released this 2026-03-02 16:46:56 +00:00 | 28 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 | 30 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 | 32 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 | 34 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