File tree Expand file tree Collapse file tree 2 files changed +72
-0
lines changed Expand file tree Collapse file tree 2 files changed +72
-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+ leaders :
5+ - name : Elie Saad
6+ 7+ github : ThunderSon
8+ - name : Rick Mitchell
9+ 10+ github : kingthorin
11+ community :
12+ - platform : slack
13+ url : https://app.slack.com/client/T04T40NHX/CJ2QDHLRJ
14+ description : ' #testing-guide on OWASP slack'
15+ logo :
16+ - small : " https://github.com/OWASP/wstg/blob/master/.github/www/assets/202006-owasp_material/Github/Github%20-%20Shield%20400x400%20-%20Gradient%20%E2%80%93%201.png"
17+ medium : " https://github.com/OWASP/wstg/blob/master/.github/www/assets/202006-owasp_material/Github/Github%20-%20Shield%20400x400%20-%20Gradient%20%E2%80%93%201.png"
18+ large : " https://github.com/OWASP/wstg/blob/master/.github/www/assets/202006-owasp_material/Github/Github%20-%20Shield%20400x400%20-%20Gradient%20%E2%80%93%201.png"
19+ level : 4
20+ license :
21+ - CC-BY-SA-4.0
22+ name : OWASP Web Security Testing Guide
23+ pitch : The Web Security Testing Guide (WSTG) Project produces the premier cybersecurity testing resource for web application developers and security professionals.
24+ repositories :
25+ - name : www-project-web-security-testing-guide
26+ url : https://github.com/OWASP/www-project-web-security-testing-guide
27+ description : The Web Security Testing Guide (WSTG) Project produces the premier cybersecurity testing resource for web application developers and security
28+ professionals.
29+ code_of_conduct : https://github.com/OWASP/wstg/blob/master/CODE_OF_CONDUCT.md
30+ - name : wstg
31+ url : https://github.com/OWASP/wstg
32+ description : The Web Security Testing Guide is a comprehensive Open Source guide to testing the security of web applications and web services.
33+ code_of_conduct : https://github.com/OWASP/wstg/blob/master/CODE_OF_CONDUCT.md
34+ contribution_guide : https://github.com/OWASP/wstg/blob/master/CONTRIBUTING.md
35+ tags :
36+ - wstg
37+ - appsec
38+ - pentest
39+ - otg
40+ type : documentation
41+ website : https://owasp.org/www-project-web-security-testing-guide
42+ social_media :
43+ - platform : x
44+ url : https://x.com/owasp_wstg
You can’t perform that action at this time.
0 commit comments