Skip to content

Commit a70f6ac

Browse files
Add OWASP Cornucopia metadata
Generated on 2025-09-25 by Arkadii Yakovets as part of the OWASP Schema initiative within OWASP Nest. Repository: `OWASP/www-project-cornucopia` Co-authored-by: Arkadii Yakovets <[email protected]>
1 parent c7e2926 commit a70f6ac

File tree

2 files changed

+58
-0
lines changed

2 files changed

+58
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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+
concurrency:
12+
cancel-in-progress: true
13+
group: ${{ github.repository }}-${{ github.workflow }}-${{ github.ref }}
14+
15+
jobs:
16+
validate-metadata:
17+
runs-on: ubuntu-latest
18+
19+
steps:
20+
- name: Checkout code
21+
uses: actions/checkout@v4
22+
23+
- name: Validate metadata file
24+
# We want to use the latest version of the action which lives in the
25+
# `owasp/nest-schema` repository subdirectory and doesn't have a separate release process.
26+
# This approach simplifies the workflow support however
27+
# you can change it to use a specific SHA version if needed.
28+
uses: owasp/nest-schema/.github/actions/validate@v0 # NOSONAR

project.owasp.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
audience:
2+
- builder
3+
- defender
4+
leaders:
5+
- name: Colin Watson
6+
7+
github: coj337
8+
- name: Grant Ongers
9+
10+
github: rewtd
11+
- name: Johan Sydseter
12+
13+
github: sydseter
14+
level: 3.5
15+
name: OWASP Cornucopia
16+
pitch: OWASP Cornucopia provides card game decks (printable cards, online cards, online game) to assist the whole software development team undertake threat
17+
modeling of applications (currently website apps and mobile apps)
18+
repositories:
19+
- name: www-project-cornucopia
20+
url: https://github.com/OWASP/www-project-cornucopia
21+
description: OWASP Foundation Web Repository
22+
- name: cornucopia
23+
url: https://github.com/OWASP/cornucopia
24+
description: The source files and tools needed to build the OWASP Cornucopia decks in various languages
25+
tags:
26+
- cc
27+
- custom-tag-1
28+
- custom-tag-2
29+
type: documentation
30+
website: https://owasp.org/www-project-cornucopia

0 commit comments

Comments
 (0)