Skip to content

Commit

Permalink
Merge pull request #119 from aurora-is-near/ci-add-security-workflow
Browse files Browse the repository at this point in the history
ci: add security workflow
  • Loading branch information
diegofigs committed Dec 16, 2024
2 parents 0dd5f50 + a143a6c commit b65ba79
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Security Analysis

on:
push:
branches:
- master
pull_request:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'

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

0 comments on commit b65ba79

Please sign in to comment.