diff --git a/.github/workflows/chain-alert.yml b/.github/workflows/chain-alert.yml new file mode 100644 index 0000000000..edb9c6af7e --- /dev/null +++ b/.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