We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d0696 commit c2410f6Copy full SHA for c2410f6
.github/scripts/update-readme.py
@@ -14,7 +14,7 @@ def find_yaml_files(root_dir):
14
# Function to update README.md with an HTML table (5 columns, hyperlinks with directory structure)
15
def update_readme(yaml_files, root_dir):
16
readme_file = 'README.md'
17
- github_base_url = "https://github.com/OWASP/www-project-asvs-security-evaluation-templates-with-nuclei/blob/dev/"
+ github_base_url = "https://github.com/OWASP/www-project-asvs-security-evaluation-templates-with-nuclei/blob/dev/templates/"
18
19
try:
20
with open(readme_file, 'r', encoding='utf-8') as file:
0 commit comments