Skip to content

Commit 9e8e7ab

Browse files
Add OWASP London metadata
Generated on 2025-10-16 by Arkadii Yakovets as part of the OWASP Schema initiative within OWASP Nest. Repository: `OWASP/www-chapter-london` Co-authored-by: Arkadii Yakovets <arkadii.yakovets@owasp.org>
1 parent 088f9ac commit 9e8e7ab

File tree

3 files changed

+69
-0
lines changed

3 files changed

+69
-0
lines changed

.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: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
community:
2+
- name: chapter-london
3+
platform: slack
4+
url: https://owasp.slack.com/archives/C1WAV9UKY
5+
description: OWASP London Chapter Channel
6+
currency: GBP
7+
leaders:
8+
- name: Sherif Mansour
9+
email: sherif.mansour@owasp.org
10+
github: kerberosmansour
11+
- name: Sam Stepanyan
12+
email: sam.stepanyan@owasp.org
13+
github: securestep9
14+
- name: Andra Lezza
15+
email: andra.lezza@owasp.org
16+
github: alezza
17+
location:
18+
country: United Kingdom
19+
country_code: GB
20+
region: England
21+
city: London
22+
postal_code: SW1V 3QW
23+
latitude: 51.5118606
24+
longitude: -0.0780174
25+
meetup_group: OWASP-London
26+
name: OWASP London
27+
repositories:
28+
- name: www-chapter-london
29+
url: https://github.com/OWASP/www-chapter-london
30+
description: OWASP Foundation Web Repository
31+
tags:
32+
- london
33+
- custom-tag-1
34+
- custom-tag-2
35+
website: https://owasp.org/www-chapter-london

0 commit comments

Comments
 (0)