Skip to content

Commit e1dd95a

Browse files
authored
Merge pull request #11 from OWASP/nest/owasp-cotonou-metadata
Add OWASP Cotonou metadata
2 parents a55f96c + 8feaed8 commit e1dd95a

File tree

3 files changed

+65
-0
lines changed

3 files changed

+65
-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: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
leaders:
2+
- name: Emery Kouassi Assogba
3+
4+
github: akemery
5+
- name: Orace Kpakpo
6+
7+
github: orace-github
8+
- name: Célia Abla Kassa
9+
10+
github: celiakassa
11+
- name: Nonfodji Janvier Ahouansou
12+
13+
location:
14+
country: Benin
15+
country_code: BJ
16+
region: Littoral
17+
city: Cotonou
18+
postal_code: 05 BP 2473
19+
latitude: 6.3556562
20+
longitude: 2.4194464
21+
meetup_group: owasp-cotonou-chapter
22+
name: OWASP Cotonou
23+
repositories:
24+
- name: www-chapter-cotonou
25+
url: https://github.com/OWASP/www-chapter-cotonou
26+
description: OWASP Foundation Web Repository
27+
tags:
28+
- Cotonou
29+
- custom-tag-1
30+
- custom-tag-2
31+
website: https://owasp.org/www-chapter-cotonou

0 commit comments

Comments
 (0)