Skip to content

Commit

Permalink
chore: add catalog entities pt 2 (#118)
Browse files Browse the repository at this point in the history
* chore: add catalog entities pt 2

* ci: add security workflow

---------

Co-authored-by: Karim <karim.alabtakh@nearone.org>
  • Loading branch information
diegofigs and karim-en authored Nov 27, 2024
1 parent 556e25c commit 4e9d266
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ spec:
targets:
- ./near/omni-prover/omni-prover/.catalog-info.yaml
- ./near/omni-prover/evm-prover/.catalog-info.yaml
- ./near/omni-prover/wormhole-omni-prover-proxy/.catalog-info.yaml
- ./near/omni-types/.catalog-info.yaml
- ./near/omni-bridge/.catalog-info.yaml
- ./evm/bridge-token-factory/.catalog-info.yaml
- ./omni-relayer/.catalog-info.yaml
16 changes: 16 additions & 0 deletions .github/workflows/security-analysis.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: "Security Analysis"

on:
push:
branches:
- main
- develop
pull_request:
workflow_dispatch:

jobs:
contract_analysis:
name: "Shared"
uses: aurora-is-near/.github/.github/workflows/security_analysis.yml@master
secrets: inherit
14 changes: 14 additions & 0 deletions near/omni-types/.catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: omni-types
title: Omni Bridge Protocol omni-types
tags:
- near
links: []
annotations:
aurora.dev/security-tier: "1"
spec:
owner: nearone-team
type: library
lifecycle: production

0 comments on commit 4e9d266

Please sign in to comment.