Skip to content

Commit 1628b3d

Browse files
authored
Merge pull request #383 : Add OWASP Developer Guide metadata
2 parents 2d3e88c + f8d6e1c commit 1628b3d

File tree

2 files changed

+69
-0
lines changed

2 files changed

+69
-0
lines changed
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

project.owasp.yaml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
audience:
2+
- builder
3+
- defender
4+
community:
5+
- name: project-developer-guide
6+
platform: slack
7+
url: https://owasp.slack.com/archives/C04QN6CMNAC
8+
description: Developer Guide project
9+
leaders:
10+
- name: Andra Lezza
11+
12+
github: AvalZ
13+
- name: Shruti Kulkarni
14+
15+
github: Shruti-s-kulkarni
16+
- name: Vandana Verma Sehgal
17+
18+
github: vermava
19+
- name: Harold Blankenship
20+
21+
github: hblankenship
22+
- name: Jon Gadsden
23+
24+
github: jgadsden
25+
level: 3
26+
license:
27+
- CC-BY-SA-4.0
28+
name: OWASP Developer Guide
29+
pitch: The Developer Guide provides an introduction to security concepts and an initial reference for application and system developers.
30+
repositories:
31+
- name: www-project-developer-guide
32+
url: https://github.com/OWASP/www-project-developer-guide
33+
description: OWASP Project Developer Guide - Document and Project Web pages
34+
- name: DevGuide
35+
url: https://github.com/OWASP/DevGuide
36+
description: The OWASP Developer Guide
37+
tags:
38+
- dev-guide
39+
- developer-guide
40+
- documentation-project
41+
type: documentation
42+
website: https://owasp.org/www-project-developer-guide

0 commit comments

Comments
 (0)