File tree Expand file tree Collapse file tree 2 files changed +63
-0
lines changed
Expand file tree Collapse file tree 2 files changed +63
-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@v4
22+
23+ - name : Validate metadata file
24+ # We want to use the latest version of the action which lives in the
25+ # `owasp/nest-schema` repository subdirectory and doesn't have a separate release process.
26+ # This approach simplifies the workflow support however
27+ # you can change it to use a specific SHA version if needed.
28+ uses : owasp/nest-schema/.github/actions/validate@v0 # NOSONAR
Original file line number Diff line number Diff line change 1+ audience :
2+ - breaker
3+ - builder
4+ - defender
5+ leaders :
6+ - name : Rick Mitchell
7+ email : rick.mitchell@owasp.org
8+ github : kingthorin
9+ - name : Simon Bennetts
10+ email : simon.bennetts@owasp.org
11+ github : psiinon
12+ - name : Raul Siles
13+ email : raul.siles@owasp.org
14+ github : raulsiles
15+ level : 3
16+ license :
17+ - Apache-2.0
18+ name : OWASP Vulnerable Web Applications Directory
19+ pitch : The OWASP Vulnerable Web Applications Directory Project (VWAD) is a comprehensive and well maintained registry of all known vulnerable web applications
20+ currently available for legal security and vulnerability testing of various kinds.
21+ repositories :
22+ - name : www-project-vulnerable-web-applications-directory
23+ url : https://github.com/OWASP/www-project-vulnerable-web-applications-directory
24+ description : The OWASP Vulnerable Web Applications Directory Project (VWAD) is a comprehensive and well maintained registry of all known vulnerable
25+ web applications currently available.
26+ - name : OWASP-VWAD
27+ url : https://github.com/OWASP/OWASP-VWAD
28+ description : ' :warning: This repo is no longer in use. Please refer to https://github.com/OWASP/www-project-vulnerable-web-applications-directory'
29+ tags :
30+ - vwad
31+ - learning
32+ - vulnerableapp
33+ - appsec
34+ type : documentation
35+ website : https://owasp.org/www-project-vulnerable-web-applications-directory
You can’t perform that action at this time.
0 commit comments