mirror of
https://github.com/OWASP/www-project-ai-testing-guide.git
synced 2026-02-12 13:42:44 +00:00
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 <arkadii.yakovets@owasp.org>
This commit is contained in:
24
.github/workflows/validate-owasp-metadata.yaml
vendored
Normal file
24
.github/workflows/validate-owasp-metadata.yaml
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
name: Validate OWASP entity metadata
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- '*.owasp.yaml'
|
||||
push:
|
||||
paths:
|
||||
- '*.owasp.yaml'
|
||||
|
||||
concurrency:
|
||||
cancel-in-progress: true
|
||||
group: ${{ github.repository }}-${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
jobs:
|
||||
validate-metadata:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Validate metadata file
|
||||
uses: owasp/nest-schema/.github/actions/validate@a733198b4a942eb12d3ee8629cd9e0d409b1b2b9
|
||||
23
project.owasp.yaml
Normal file
23
project.owasp.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
audience:
|
||||
- breaker
|
||||
- builder
|
||||
leaders:
|
||||
- name: Matteo Meucci
|
||||
email: Matteo.meucci@owasp.org
|
||||
github: MatOwasp
|
||||
- name: Marco Morana
|
||||
email: marco.m.morana@gmail.com
|
||||
github: mmorana1
|
||||
level: 4
|
||||
name: OWASP AI Testing Guide
|
||||
pitch: Methodology to perform an AI System Assessment
|
||||
repositories:
|
||||
- name: www-project-ai-testing-guide
|
||||
url: https://github.com/OWASP/www-project-ai-testing-guide
|
||||
description: OWASP Foundation web repository
|
||||
tags:
|
||||
- AITG
|
||||
- custom-tag-1
|
||||
- custom-tag-2
|
||||
type: documentation
|
||||
website: https://owasp.org/www-project-ai-testing-guide
|
||||
Reference in New Issue
Block a user