From f529d6c3ddca7a65c694437582dff7a1bac20b21 Mon Sep 17 00:00:00 2001 From: Lucas Mellos Carlos Date: Tue, 23 Jan 2024 13:35:07 -0300 Subject: [PATCH] add docker secrets flag --- .github/actions/docker/action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/docker/action.yml b/.github/actions/docker/action.yml index 99893420..41254792 100644 --- a/.github/actions/docker/action.yml +++ b/.github/actions/docker/action.yml @@ -164,7 +164,8 @@ runs: context: ${{ inputs.CONTEXT }} platforms: ${{ inputs.PLATFORMS }} build-args: ${{ env.BUILD_ARGS }} - + secrets: ${{ env.DOCKER_SECRETS }} + # - name: Scanning image # if: github.event_name == 'pull_request' # run: docker sbom --output sbom.json ${{ fromJSON(steps.meta.outputs.json).tags[0] }}