Skip to content

Commit e476333

Browse files
authored
Merge pull request #100 from Staffbase/upwind
2 parents 5b21fef + 8578594 commit e476333

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

action.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,16 @@ runs:
293293
done <<< "${{ inputs.gitops-dev }}"
294294
fi
295295
296+
- name: Emit Image Build Event to Upwind.io
297+
if: vars.UPWIND_CLIENT_ID != '' && secrets.UPWIND_CLIENT_SECRET != '' && vars.UPWIND_ORGANIZATION_ID != ''
298+
uses: upwindsecurity/create-image-build-event-action@v2
299+
with:
300+
image: "${{ inputs.docker-image }}"
301+
image_sha: "${{ steps.docker_build.outputs.digest }}"
302+
upwind_client_id: ${{ vars.UPWIND_CLIENT_ID }}
303+
upwind_client_secret: ${{ secrets.UPWIND_CLIENT_SECRET }}
304+
upwind_organization_id: ${{ vars.UPWIND_ORGANIZATION_ID }}
305+
296306
branding:
297307
icon: 'git-merge'
298308
color: 'blue'

0 commit comments

Comments
 (0)