Skip to content

Commit 09c60b3

Browse files
Add OWASP AI Testing Guide metadata
Generated on 2025-10-02 by Arkadii Yakovets as part of the OWASP Schema initiative within OWASP Nest. Repository: `OWASP/www-project-ai-testing-guide` Co-authored-by: Arkadii Yakovets <[email protected]>
1 parent c0c38b5 commit 09c60b3

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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@v5
22+
23+
- name: Validate metadata file
24+
uses: owasp/nest-schema/.github/actions/validate@a733198b4a942eb12d3ee8629cd9e0d409b1b2b9

project.owasp.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
audience:
2+
- breaker
3+
- builder
4+
leaders:
5+
- name: Matteo Meucci
6+
7+
github: MatOwasp
8+
- name: Marco Morana
9+
10+
github: mmorana1
11+
level: 4
12+
name: OWASP AI Testing Guide
13+
pitch: Methodology to perform an AI System Assessment
14+
repositories:
15+
- name: www-project-ai-testing-guide
16+
url: https://github.com/OWASP/www-project-ai-testing-guide
17+
description: OWASP Foundation web repository
18+
tags:
19+
- AITG
20+
- custom-tag-1
21+
- custom-tag-2
22+
type: documentation
23+
website: https://owasp.org/www-project-ai-testing-guide

0 commit comments

Comments
 (0)