Browse Source

chore(🤖): add ChainAlert action (#34530)

pull/34537/head
afc163 3 years ago
committed by GitHub
parent
commit
2e20f314b1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      .github/workflows/chain-alert.yml

12
.github/workflows/chain-alert.yml

@ -0,0 +1,12 @@
name: ChainAlert
on:
schedule:
- cron: '0 0 * * *'
push:
branches: [ master ]
jobs:
chainalert:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: checkmarx/chainalert-github-action@v1
Loading…
Cancel
Save