Skip to content

Commit

Permalink
Add Security Alerts GHA (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
bchen528 authored Oct 4, 2024
1 parent d34fd81 commit d18efb9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/push_dependabot_metadata.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Send data to Security Alerts

on:
workflow_dispatch:
schedule:
- cron: '0 10 * * *'

jobs:
send-alerts:
runs-on: sfdc-hk-ubuntu-latest
steps:
- name: Send data to Security Alerts
uses: heroku/security-alerts-action@main
with:
gh-app-id: ${{ secrets.SECURITY_ALERTS_GH_APP_ID }}
gh-app-privkey: ${{ secrets.SECURITY_ALERTS_GH_APP_PRIVKEY }}
webhook-url: ${{ secrets.SECURITY_ALERTS_WEBHOOK_URL }}
sa-token: ${{ secrets.SECURITY_ALERTS_TOKEN }}

0 comments on commit d18efb9

Please sign in to comment.