wstg
wstg copied to clipboard
Json and Markdown checklist name restructure
This PR covers build file restructure
- [x] This PR handles the issue and requires no additional PRs.
- [x] You have validated the need for this change.
What did this PR accomplish?
- Update to a standard structure for build scripts and checklist folder.
The following links are broken: FILE:checklist/README.md [✖] https://raw.githubusercontent.com/OWASP/wstg/master/checklist/checklist.md → Status: 404
The following mistakes were identified:
/home/runner/work/wstg/wstg/checklist/README.md 33:89 ✖ Incorrect usage of the term: “File name”, use “filename” instead terminology
The following links are broken: FILE:checklist/README.md [✖] https://raw.githubusercontent.com/OWASP/wstg/master/checklist/checklist.md → Status: 404
Will be created once this PR is merged.
The following links are broken: FILE:checklist/README.md [✖] https://raw.githubusercontent.com/OWASP/wstg/master/checklist/checklist.md → Status: 404
should we rename the folder to checklists
instead of checklist
(added "s")?
Otherwise looks good 👍
Sure that seems like a good idea.
The following links are broken: FILE:checklists/README.md [✖] https://raw.githubusercontent.com/OWASP/wstg/master/checklists/checklist.xlsx → Status: 404 [✖] https://raw.githubusercontent.com/OWASP/wstg/master/checklists/checklist.md → Status: 404
should we rename the folder to
checklists
instead ofchecklist
(added "s")?Otherwise looks good 👍
Done
The following links are broken: FILE:checklists/README.md [✖] https://raw.githubusercontent.com/OWASP/wstg/master/checklists/checklist.xlsx → Status: 404 [✖] https://raw.githubusercontent.com/OWASP/wstg/master/checklists/checklist.md → Status: 404
Will be created once this PR is merged.
QQ, I think the checklists generation build is occurring on any/every change on the repo that's happening. Is the latest action addition we have running on every commit? 🤔
The following links are broken: FILE:checklists/README.md [✖] https://raw.githubusercontent.com/OWASP/wstg/master/checklists/checklist.xlsx → Status: 404 [✖] https://raw.githubusercontent.com/OWASP/wstg/master/checklists/checklist.md → Status: 404
QQ, I think the checklists generation build is occurring on any/every change on the repo that's happening. Is the latest action addition we have running on every commit? 🤔
Runs on master branch if any changes in document
folder.
on:
push:
branches:
- master
paths:
- 'document/**'