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+ community :
2+ - name : chapter-noida
3+ platform : slack
4+ url : https://owasp.slack.com/archives/CLCJT075H
5+ description : Welcome to the OWASP chapter of Noida ( INDIA ).
6+ leaders :
7+ - name : Deepak Kumar
8+ email : deepak.kumar@owasp.org
9+ - name : Kashish Kanojia
10+ email : kashish.kanojia@owasp.org
11+ github : cyberfascinate
12+ - name : Kushaan Dua
13+ email : kushaan.dua@owasp.org
14+ github : CyberLior
15+ location :
16+ country : India
17+ country_code : IN
18+ region : Uttar Pradesh
19+ city : Noida
20+ latitude : 28.5706333
21+ longitude : 77.3272147
22+ meetup_group : OWASP-Noida-Chapter
23+ name : OWASP Noida
24+ repositories :
25+ - name : www-chapter-noida
26+ url : https://github.com/OWASP/www-chapter-noida
27+ description : OWASP Foundation Web Repository
28+ tags :
29+ - owasp
30+ - noida
31+ - custom-tag-1
32+ website : https://owasp.org/www-chapter-noida
You can’t perform that action at this time.
0 commit comments