Skip to content

Commit

Permalink
Merge pull request #100 from Staffbase/upwind
Browse files Browse the repository at this point in the history
  • Loading branch information
timdittler authored Oct 17, 2024
2 parents 5b21fef + 8578594 commit e476333
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,16 @@ runs:
done <<< "${{ inputs.gitops-dev }}"
fi
- name: Emit Image Build Event to Upwind.io
if: vars.UPWIND_CLIENT_ID != '' && secrets.UPWIND_CLIENT_SECRET != '' && vars.UPWIND_ORGANIZATION_ID != ''
uses: upwindsecurity/create-image-build-event-action@v2
with:
image: "${{ inputs.docker-image }}"
image_sha: "${{ steps.docker_build.outputs.digest }}"
upwind_client_id: ${{ vars.UPWIND_CLIENT_ID }}
upwind_client_secret: ${{ secrets.UPWIND_CLIENT_SECRET }}
upwind_organization_id: ${{ vars.UPWIND_ORGANIZATION_ID }}

branding:
icon: 'git-merge'
color: 'blue'

0 comments on commit e476333

Please sign in to comment.