File tree Expand file tree Collapse file tree 3 files changed +68
-0
lines changed Expand file tree Collapse file tree 3 files changed +68
-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@a733198b4a942eb12d3ee8629cd9e0d409b1b2b9
Original file line number Diff line number Diff line change 1+ audience :
2+ - breaker
3+ - builder
4+ community :
5+ - name : istg
6+ platform : slack
7+ url : https://owasp.slack.com/archives/C05QA92T1JP
8+ description : Channel for IoT Security Testing Guide discussions and updates. For issues, please file in GitHub <https://github.com/OWASP/owasp-istg>
9+ leaders :
10+ - name : Luca Pascal Rotsch
11+ email : luca.pascalrotsch@owasp.org
12+ github : rockhoppersec
13+ - name : Aaron Guzman
14+ email : aaron.guzman@owasp.org
15+ github : scriptingxss
16+ level : 2
17+ license :
18+ - CC-BY-SA-4.0
19+ name : OWASP IoT Security Testing Guide
20+ pitch : The OWASP IoT Security Testing Guide provides a comprehensive methodology for penetration tests in the IoT field.
21+ repositories :
22+ - name : www-project-iot-security-testing-guide
23+ url : https://github.com/OWASP/www-project-iot-security-testing-guide
24+ description : OWASP IoT Security Testing Guide site repository
25+ - name : owasp-istg
26+ url : https://github.com/OWASP/owasp-istg
27+ description : The IoT Security Testing Guide (ISTG) provides a comprehensive methodology for penetration tests in the IoT field, offering flexibility
28+ to adapt innovations, and developments in the IoT market while still ensuring comparability of test results.
29+ tags :
30+ - istg
31+ - custom-tag-1
32+ - custom-tag-2
33+ type : documentation
34+ website : https://owasp.org/www-project-iot-security-testing-guide
You can’t perform that action at this time.
0 commit comments