File tree Expand file tree Collapse file tree 3 files changed +69
-0
lines changed
Expand file tree Collapse file tree 3 files changed +69
-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@7558419df3feab1810a7e40b55be355dcf584845
Original file line number Diff line number Diff line change 1+ community :
2+ - name : chapter-london
3+ platform : slack
4+ url : https://owasp.slack.com/archives/C1WAV9UKY
5+ description : OWASP London Chapter Channel
6+ currency : GBP
7+ leaders :
8+ - name : Sherif Mansour
9+ email : sherif.mansour@owasp.org
10+ github : kerberosmansour
11+ - name : Sam Stepanyan
12+ email : sam.stepanyan@owasp.org
13+ github : securestep9
14+ - name : Andra Lezza
15+ email : andra.lezza@owasp.org
16+ github : alezza
17+ location :
18+ country : United Kingdom
19+ country_code : GB
20+ region : England
21+ city : London
22+ postal_code : SW1V 3QW
23+ latitude : 51.5118606
24+ longitude : -0.0780174
25+ meetup_group : OWASP-London
26+ name : OWASP London
27+ repositories :
28+ - name : www-chapter-london
29+ url : https://github.com/OWASP/www-chapter-london
30+ description : OWASP Foundation Web Repository
31+ tags :
32+ - london
33+ - custom-tag-1
34+ - custom-tag-2
35+ website : https://owasp.org/www-chapter-london
You can’t perform that action at this time.
0 commit comments