File tree Expand file tree Collapse file tree 2 files changed +64
-0
lines changed
Expand file tree Collapse file tree 2 files changed +64
-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@v5
22+
23+ - name : Validate metadata file
24+ uses : owasp/nest-schema/.github/actions/validate@a733198b4a942eb12d3ee8629cd9e0d409b1b2b9
Original file line number Diff line number Diff line change 1+ audience :
2+ - breaker
3+ - defender
4+ community :
5+ - name : project-asvs-nuclei
6+ platform : slack
7+ url : https://owasp.slack.com/archives/C052939BZ43
8+ description : OWASP ASVS Security Evaluation Templates with Nuclei
9+ leaders :
10+ - name : Hamed Salimian
11+ 12+ github : Snbig
13+ - name : AmirHossein Raeisi
14+ 15+ github : Ahsraeisi
16+ level : 2
17+ license :
18+ - MIT
19+ name : OWASP ASVS Security Evaluation Templates with Nuclei
20+ pitch : This project aims to develop nuclei templates for evaluating OWASP Application Security Verification Standard (ASVS) on websites.
21+ repositories :
22+ - name : www-project-asvs-security-evaluation-templates-with-nuclei
23+ url : https://github.com/OWASP/www-project-asvs-security-evaluation-templates-with-nuclei
24+ description : OWASP ASVS Security Evaluation Templates with Nuclei
25+ - name : Vulnerable-Pages
26+ url : https://github.com/Snbig/Vulnerable-Pages
27+ description : Intentionally Vulnerable Pages for OWASP ASVS Security Evaluation Templates with Nuclei Project. https://snbig.github.io/Vulnerable-Pages/
28+ tags :
29+ - asvs-security-evaluation-templates-with-nuclei
30+ - nuclei
31+ - nuclei-templates
32+ - ASVS
33+ - asvs-evaluation
34+ - PoC-generator
35+ - vulnerablity
36+ - automation
37+ - WSTG
38+ - pentest
39+ type : tool
40+ website : https://owasp.org/www-project-asvs-security-evaluation-templates-with-nuclei
You can’t perform that action at this time.
0 commit comments