Skip to content

Commit

Permalink
ci: add security workflow (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegofigs authored Nov 29, 2024
1 parent 8fdb235 commit d7f1580
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 d7f1580

Please sign in to comment.