diff --git a/.gitea/workflows/docker-publish.yml b/.gitea/workflows/docker-publish.yml index cac4bca..8bc6eef 100644 --- a/.gitea/workflows/docker-publish.yml +++ b/.gitea/workflows/docker-publish.yml @@ -57,14 +57,14 @@ env: BUILDX_VERSION: "0.35.0" BUILDX_SHA256: "d41ece72044243b4f58b343441ae37446d9c29a7d6b5e11c61847bbcf8f7dfda" BINFMT_IMAGE: "tonistiigi/binfmt:qemu-v10.2.3" - TRIVY_VERSION: "0.71.0" - TRIVY_SHA256: "30a3d22b23f88c233f1658f562fb477cae3b3e8b4761109d515b7698daf85814" + TRIVY_VERSION: "0.72.0" + TRIVY_SHA256: "bbb64b9695866ce4a7a8f5c9592002c5961cab378577fa3f8a040df362b9b2ea" jobs: publish: runs-on: docker container: - image: gitea.tech-buddy.at/bitbuddydev/gitea_runner_python314:dev-bda315b82bb23d83065b77d91fedf0e20d9accf1 + image: gitea.tech-buddy.at/bitbuddydev/gitea_runner_python314:1.0.3 credentials: username: ${{ secrets.REGISTRY_USERNAME }} password: ${{ secrets.REGISTRY_PASSWORD }} diff --git a/.gitea/workflows/image-security-checks.yml b/.gitea/workflows/image-security-checks.yml index 76a1ba3..8fe9cc5 100644 --- a/.gitea/workflows/image-security-checks.yml +++ b/.gitea/workflows/image-security-checks.yml @@ -21,7 +21,7 @@ jobs: scan: runs-on: docker container: - image: gitea.tech-buddy.at/bitbuddydev/gitea_runner_python314:dev-bda315b82bb23d83065b77d91fedf0e20d9accf1 + image: gitea.tech-buddy.at/bitbuddydev/gitea_runner_python314:1.0.3 credentials: username: ${{ secrets.REGISTRY_USERNAME }} password: ${{ secrets.REGISTRY_PASSWORD }} @@ -48,8 +48,8 @@ jobs: # checksum, never "latest": Trivy releases were compromised in the # March 2026 supply-chain incident (malicious v0.69.4). Keep in sync # with the ARGs in the PipelineImage Dockerfiles. - TRIVY_VERSION=0.71.0 - TRIVY_SHA256=30a3d22b23f88c233f1658f562fb477cae3b3e8b4761109d515b7698daf85814 + TRIVY_VERSION=0.72.0 + TRIVY_SHA256=bbb64b9695866ce4a7a8f5c9592002c5961cab378577fa3f8a040df362b9b2ea if ! command -v trivy >/dev/null 2>&1; then echo "=== Trivy not in runner image, installing v${TRIVY_VERSION} ===" curl -sSfLO "https://github.com/aquasecurity/trivy/releases/download/v${TRIVY_VERSION}/trivy_${TRIVY_VERSION}_Linux-64bit.tar.gz" diff --git a/.gitea/workflows/python-checks.yml b/.gitea/workflows/python-checks.yml index 44aef5c..5270f9a 100644 --- a/.gitea/workflows/python-checks.yml +++ b/.gitea/workflows/python-checks.yml @@ -29,7 +29,7 @@ jobs: check: runs-on: docker container: - image: gitea.tech-buddy.at/bitbuddydev/gitea_runner_python314:dev-bda315b82bb23d83065b77d91fedf0e20d9accf1 + image: gitea.tech-buddy.at/bitbuddydev/gitea_runner_python314:1.0.3 credentials: username: ${{ secrets.REGISTRY_USERNAME }} password: ${{ secrets.REGISTRY_PASSWORD }} diff --git a/.gitea/workflows/python-package-publish.yml b/.gitea/workflows/python-package-publish.yml index e8f04e0..deb184d 100644 --- a/.gitea/workflows/python-package-publish.yml +++ b/.gitea/workflows/python-package-publish.yml @@ -30,7 +30,7 @@ jobs: publish: runs-on: docker container: - image: gitea.tech-buddy.at/bitbuddydev/gitea_runner_python314:dev-bda315b82bb23d83065b77d91fedf0e20d9accf1 + image: gitea.tech-buddy.at/bitbuddydev/gitea_runner_python314:1.0.3 credentials: username: ${{ secrets.REGISTRY_USERNAME }} password: ${{ secrets.REGISTRY_PASSWORD }} diff --git a/.gitea/workflows/python-security-checks.yml b/.gitea/workflows/python-security-checks.yml index 1203e71..47f41af 100644 --- a/.gitea/workflows/python-security-checks.yml +++ b/.gitea/workflows/python-security-checks.yml @@ -20,7 +20,7 @@ jobs: security: runs-on: docker container: - image: gitea.tech-buddy.at/bitbuddydev/gitea_runner_python314:dev-bda315b82bb23d83065b77d91fedf0e20d9accf1 + image: gitea.tech-buddy.at/bitbuddydev/gitea_runner_python314:1.0.3 credentials: username: ${{ secrets.REGISTRY_USERNAME }} password: ${{ secrets.REGISTRY_PASSWORD }}