File tree Expand file tree Collapse file tree 2 files changed +47
-0
lines changed
Expand file tree Collapse file tree 2 files changed +47
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments