From 79c8f28f0ab2af5767f638d85bc6c0055dd5216b Mon Sep 17 00:00:00 2001 From: Dimitrij Pinneker Date: Mon, 2 Sep 2024 07:47:33 +0000 Subject: [PATCH] Updated github workflow --- .github/workflows/publish-image-on-push-to-branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-image-on-push-to-branch.yml b/.github/workflows/publish-image-on-push-to-branch.yml index 5b0d764..51860b1 100644 --- a/.github/workflows/publish-image-on-push-to-branch.yml +++ b/.github/workflows/publish-image-on-push-to-branch.yml @@ -15,7 +15,7 @@ jobs: packages: write security-events: write contents: read - uses: dBildungsplattform/dbp-github-workflows/.github/workflows/image-publish-trivy.yaml@5.0.0 + uses: dBildungsplattform/dbp-github-workflows/.github/workflows/image-publish-trivy.yaml@7.0.0 with: image_name: "clammit" run_trivy_scan: true