File tree Expand file tree Collapse file tree 3 files changed +66
-0
lines changed
Expand file tree Collapse file tree 3 files changed +66
-0
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : github-actions
4+ directory : /
5+ schedule :
6+ interval : weekly
7+ time : ' 00:45'
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+ permissions :
12+ contents : read
13+
14+ concurrency :
15+ cancel-in-progress : true
16+ group : ${{ github.repository }}-${{ github.workflow }}-${{ github.ref }}
17+
18+ jobs :
19+ validate-metadata :
20+ runs-on : ubuntu-latest
21+
22+ steps :
23+ - name : Checkout code
24+ uses : actions/checkout@v5
25+
26+ - name : Validate metadata file
27+ 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+ - defender
5+ community :
6+ - name : project-mlsec-top-10
7+ platform : slack
8+ url : https://owasp.slack.com/archives/C04PESBUWRZ
9+ description : Project group for Machine Learning Security Top 10
10+ leaders :
11+ - name : Shain Singh
12+ 13+ github : shsingh
14+ - name : Sagar Bhure
15+ 16+ github : sagarbhure
17+ - name : Ben Kereopa-Yorke
18+ 19+ github : Benjamin-KY
20+ level : 2
21+ name : OWASP Machine Learning Security Top Ten
22+ pitch : Description for OWASP Machine Learning Security Top Ten
23+ repositories :
24+ - name : www-project-machine-learning-security-top-10
25+ url : https://github.com/OWASP/www-project-machine-learning-security-top-10
26+ description : OWASP Machine Learning Security Top 10 Project
27+ tags :
28+ - mltop10
29+ - related-tag
30+ - custom-tag-1
31+ type : documentation
32+ website : https://owasp.org/www-project-machine-learning-security-top-10
You can’t perform that action at this time.
0 commit comments