Skip to content

Commit

Permalink
Update vulnerable-pages-table.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahsraeisi committed Jul 17, 2024
1 parent ec0aac4 commit 4266197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vulnerable-pages-table.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
for folder in $folders; do
req_id=$(basename "$folder" | sed 's/ASVS_\([0-9]\+\).\([0-9]\+\).\([0-9]\+\)/ASVS \1.\2.\3/')
link="https://snbig.github.io/Vulnerable-Pages/${folder/.\//}"
content+="<tr><td >$req_id</td><td ><a href=\"$link\">$link</a></td></tr>\n"
content+="<a href=\"$link\">$req_id</a>\n"
done
# Append table content if no existing table found, otherwise replace the existing table content
if [[ -z "$existing_table" ]]; then
Expand Down

0 comments on commit 4266197

Please sign in to comment.