Skip to content

Commit 43db76d

Browse files
Add OWASP Kathmandu metadata
Generated on 2025-10-20 by Arkadii Yakovets as part of the OWASP Schema initiative within OWASP Nest. Repository: `OWASP/www-chapter-kathmandu` Co-authored-by: Arkadii Yakovets <arkadii.yakovets@owasp.org>
1 parent 2980be7 commit 43db76d

3 files changed

Lines changed: 59 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: github-actions
4+
directory: /
5+
schedule:
6+
interval: weekly
7+
time: '00:45'
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Validate OWASP entity metadata
2+
3+
on:
4+
pull_request:
5+
paths:
6+
- '*.owasp.yaml'
7+
push:
8+
paths:
9+
- '*.owasp.yaml'
10+
11+
permissions:
12+
contents: read
13+
14+
concurrency:
15+
cancel-in-progress: true
16+
group: ${{ github.repository }}-${{ github.workflow }}-${{ github.ref }}
17+
18+
jobs:
19+
validate-metadata:
20+
runs-on: ubuntu-latest
21+
22+
steps:
23+
- name: Checkout code
24+
uses: actions/checkout@v5
25+
26+
- name: Validate metadata file
27+
uses: owasp/nest-schema/.github/actions/validate@7558419df3feab1810a7e40b55be355dcf584845

chapter.owasp.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
leaders:
2+
- name: Smaran Chand
3+
email: smaran.chand@owasp.org
4+
github: smaranchand
5+
- name: Kailash Bohara
6+
email: kailash.bohara@owasp.org
7+
github: corrupted-brain
8+
location:
9+
country: Nepal
10+
country_code: NP
11+
region: Bagmati Province
12+
city: Kathmandu
13+
latitude: 27.708317
14+
longitude: 85.3205817
15+
meetup_group: owasp-kathmandu-chapter
16+
name: OWASP Kathmandu
17+
repositories:
18+
- name: www-chapter-kathmandu
19+
url: https://github.com/OWASP/www-chapter-kathmandu
20+
description: OWASP Foundation Web Repository
21+
tags:
22+
- OWASP
23+
- Kathmandu
24+
- custom-tag-1
25+
website: https://owasp.org/www-chapter-kathmandu

0 commit comments

Comments
 (0)