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] }}