X Tutup
Skip to content

Commit 7773bd5

Browse files
Add OWASP Aarhus metadata
Generated on 2025-10-16 by Arkadii Yakovets as part of the OWASP Schema initiative within OWASP Nest. Repository: `OWASP/www-chapter-aarhus` Co-authored-by: Arkadii Yakovets <arkadii.yakovets@owasp.org>
1 parent 19cf023 commit 7773bd5

File tree

3 files changed

+61
-0
lines changed

3 files changed

+61
-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@a733198b4a942eb12d3ee8629cd9e0d409b1b2b9

chapter.owasp.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
leaders:
2+
- name: Dennis Perto
3+
email: dennis.perto@owasp.org
4+
github: LaZyDK
5+
- name: Thomas Ljungberg Kristensen
6+
email: thomas.kristensen@owasp.org
7+
github: tlkristensen
8+
- name: Bjarke Petersen
9+
email: bjarke.petersen@owasp.org
10+
location:
11+
country: Denmark
12+
country_code: DK
13+
region: Midtjylland
14+
city: Aarhus
15+
latitude: 56.1496278
16+
longitude: 10.2134046
17+
meetup_group: OWASP-Aarhus-Chapter
18+
name: OWASP Aarhus
19+
repositories:
20+
- name: www-chapter-aarhus
21+
url: https://github.com/OWASP/www-chapter-aarhus
22+
description: OWASP Foundation Web Repository
23+
tags:
24+
- Aarhus
25+
- custom-tag-1
26+
- custom-tag-2
27+
website: https://owasp.org/www-chapter-aarhus

0 commit comments

Comments
 (0)
X Tutup