Skip to content

Commit 194a7fc

Browse files
committed
update scripts and html
1 parent 4af10df commit 194a7fc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/scripts/docker-create.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ test() {
460460
log_failure "The container test has failed, this means that when we built your changes and ran a basic sanity test on the homepage it failed. Please build the container locally and double check the container is running correctly."
461461
fi
462462
echo "testing curl for webjar caching"
463-
curl -I 'http://localhost:8080/webjars/bootstrap/5.3.6/css/bootstrap.min.css'
463+
curl -I 'http://localhost:8080/webjars/bootstrap/5.3.7/css/bootstrap.min.css'
464464
echo "testing with cypress (requires node20)"
465465
cd ../../src/test/e2e
466466
npx cypress run

src/main/resources/templates/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>OWASP WrongSecrets</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
88
<link th:rel="stylesheet" th:href="@{/webjars/datatables/2.3.0/css/dataTables.bootstrap5.min.css} " />
9-
<link th:rel="stylesheet" th:href="@{/webjars/bootstrap/5.3.6/css/bootstrap.min.css} " />
9+
<link th:rel="stylesheet" th:href="@{/webjars/bootstrap/5.3.7/css/bootstrap.min.css} " />
1010
<link rel="stylesheet" type="text/css" th:href="@{/css/style.css}" />
1111
<link rel="stylesheet" type="text/css" th:href="@{/css/dark.css}" />
1212

@@ -18,7 +18,7 @@
1818
<th:block layout:fragment="content"></th:block>
1919
</div>
2020

21-
<script th:src="@{/webjars/bootstrap/5.3.6/js/bootstrap.bundle.min.js}"></script>
21+
<script th:src="@{/webjars/bootstrap/5.3.7/js/bootstrap.bundle.min.js}"></script>
2222
<script th:src="@{/webjars/github-buttons/2.14.1/dist/buttons.min.js}"></script>
2323
<script th:src="@{/webjars/jquery/3.7.1/jquery.min.js}"></script>
2424
<script th:src="@{/webjars/datatables/2.3.0/js/dataTables.min.js}"></script>

0 commit comments

Comments
 (0)