File tree Expand file tree Collapse file tree 2 files changed +44
-0
lines changed
Expand file tree Collapse file tree 2 files changed +44
-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 : Krishanu Dhar
6+ email : krish.dhar@owasp.org
7+ github : ronykris
8+ level : 2
9+ name : OWASP AI Model Watermarking
10+ pitch : A very brief, one-line description of your project
11+ repositories :
12+ - name : www-project-ai-model-watermarking
13+ url : https://github.com/OWASP/www-project-ai-model-watermarking
14+ description : OWASP Foundation web repository
15+ tags :
16+ - example-tag
17+ - custom-tag-1
18+ - custom-tag-2
19+ type : code
20+ website : https://owasp.org/www-project-ai-model-watermarking
You can’t perform that action at this time.
0 commit comments