Skip to content

Commit

Permalink
ci: add security workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
diegofigs committed Nov 29, 2024
1 parent 8fdb235 commit 2e3ef66
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/security-analysis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: "Security Analysis"

on:
push:
branches:
- master
pull_request:
workflow_dispatch:

jobs:
contract_analysis:
name: "Shared"
uses: aurora-is-near/.github/.github/workflows/security_analysis.yml@master
secrets: inherit

0 comments on commit 2e3ef66

Please sign in to comment.