Skip to content

Commit

Permalink
chore: security workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vzctl committed Apr 1, 2023
1 parent b2cc465 commit 4b071f3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/security-analysis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
on:
push:
branches:
- master
pull_request:
schedule:
- cron: "50 10 * * *"
workflow_dispatch:

name: "Contract Security Analysis"
jobs:
contract_analysis:
name: "Shared"
uses: aurora-is-near/.github/.github/workflows/security_analysis.yml@master
secrets: inherit
with:
ignore_failures: "true"

0 comments on commit 4b071f3

Please sign in to comment.