You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: PDF build - Add design to Vuln ID, fix blank page and wrong bookmark issue (#996)
* Add design to Vuln ID, fix blank page and wrong bookmark issue
* Fix build dependency issue
* Update node version in pdf build action
* Update node version in pdf build action, Patching set-output commands
* Update archived actions to the latest
* Update cover page base image
sed 's/\*\(Figure [0-9.ABCDEF\-]*\: .*\)\*/<div class="image-name-tag-wrap"><span class="image-name-tag">\1<\/span><\/div>/'$1
205
203
}
206
204
205
+
# Add design to the test case id table
206
+
add_design_to_test_case_id_table () {
207
+
# sed -e '/<table>/,/<th>ID<\/th>/ s/<table>/<table class="test-case-id-table">/' $1
208
+
# sed 's/\|ID[.]*\|[\n]\|[-]*\|[\n]\|(WSTG-[A-Z]*-[0-9]*)\|/<table class="test-case-id-table"><thead><tr><th>ID</th></tr></thead><tbody><tr><td>\1</td></tr></tbody></table>/' $1
209
+
# sed 's/<table>\s<thead>\s<tr>\s<th>ID<\/th>\s<\/tr>\s<\/thead>/<table class="test-case-id-table"><thead><tr><th>ID<\/th><\/tr>\/thead>/' $1
0 commit comments