From 791cab183ace1bf3236157a0c5da6d6887d20dc3 Mon Sep 17 00:00:00 2001 From: Leo Antoli <430982+lantoli@users.noreply.github.com> Date: Fri, 9 Jan 2026 16:55:03 +0100 Subject: [PATCH] use go-mod-path --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 9f88b68b7..7a8bc013f 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -125,7 +125,7 @@ jobs: file_to_commit: 'cfn-resources/${{ github.event.inputs.resourceName }}/compliance/v*/*' commit_message: "chore: Update SSDLC report for ${{ needs.publish.outputs.published_version }}" - repo-path: "cfn-resources/" + go-mod-path: "cfn-resources/go.mod" env: KONDUKTO_TOKEN: ${{ secrets.KONDUKTO_TOKEN }} SILKBOMB_IMG: ${{ vars.SILKBOMB_IMG }}