Add zulip alert for CVE scan #7
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |