File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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@7558419df3feab1810a7e40b55be355dcf584845
Original file line number Diff line number Diff line change 1+ leaders :
2+ - name : Smaran Chand
3+ email : smaran.chand@owasp.org
4+ github : smaranchand
5+ - name : Kailash Bohara
6+ email : kailash.bohara@owasp.org
7+ github : corrupted-brain
8+ location :
9+ country : Nepal
10+ country_code : NP
11+ region : Bagmati Province
12+ city : Kathmandu
13+ latitude : 27.708317
14+ longitude : 85.3205817
15+ meetup_group : owasp-kathmandu-chapter
16+ name : OWASP Kathmandu
17+ repositories :
18+ - name : www-chapter-kathmandu
19+ url : https://github.com/OWASP/www-chapter-kathmandu
20+ description : OWASP Foundation Web Repository
21+ tags :
22+ - OWASP
23+ - Kathmandu
24+ - custom-tag-1
25+ website : https://owasp.org/www-chapter-kathmandu
You can’t perform that action at this time.
0 commit comments