Skip to content

Commit 55b99de

Browse files
Add OWASP Noida metadata
Generated on 2025-10-22 by Arkadii Yakovets as part of the OWASP Schema initiative within OWASP Nest. Repository: `OWASP/www-chapter-noida` Co-authored-by: Arkadii Yakovets <arkadii.yakovets@owasp.org>
1 parent 57801fd commit 55b99de

3 files changed

Lines changed: 66 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: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
community:
2+
- name: chapter-noida
3+
platform: slack
4+
url: https://owasp.slack.com/archives/CLCJT075H
5+
description: Welcome to the OWASP chapter of Noida ( INDIA ).
6+
leaders:
7+
- name: Deepak Kumar
8+
email: deepak.kumar@owasp.org
9+
- name: Kashish Kanojia
10+
email: kashish.kanojia@owasp.org
11+
github: cyberfascinate
12+
- name: Kushaan Dua
13+
email: kushaan.dua@owasp.org
14+
github: CyberLior
15+
location:
16+
country: India
17+
country_code: IN
18+
region: Uttar Pradesh
19+
city: Noida
20+
latitude: 28.5706333
21+
longitude: 77.3272147
22+
meetup_group: OWASP-Noida-Chapter
23+
name: OWASP Noida
24+
repositories:
25+
- name: www-chapter-noida
26+
url: https://github.com/OWASP/www-chapter-noida
27+
description: OWASP Foundation Web Repository
28+
tags:
29+
- owasp
30+
- noida
31+
- custom-tag-1
32+
website: https://owasp.org/www-chapter-noida

0 commit comments

Comments
 (0)