Skip to content

Commit

Permalink
Add zulip alert for CVE scan
Browse files Browse the repository at this point in the history
Signed-off-by: Matheus Pimenta <[email protected]>
  • Loading branch information
matheuscscp committed Jan 9, 2025
1 parent 90d60f8 commit 94d43c2
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/test-zulip.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Test zulip

on:
push:
branches: [zulip-alert]

jobs:
test-zulip:
runs-on: ubuntu-latest
steps:
- uses: zulip/github-actions-zulip/send-message@e4c8f27c732ba9bd98ac6be0583096dea82feea5 # v1.0.2
with:
email: ${{ secrets.ZULIP_EMAIL }}
api-key: ${{ secrets.ZULIP_API_KEY }}
organization-url: ${{ secrets.ZULIP_ORGANIZATION_URL }}
type: stream
to: test-bots
topic: test-topic
content: |
Test zulip from github action
Flux Enterprise CVE alert: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}

0 comments on commit 94d43c2

Please sign in to comment.