|
10 | 10 | Azure Auditor
|
11 | 11 | {{- end -}}</title>
|
12 | 12 |
|
13 |
| - <link rel="stylesheet" nonce="{{ .Nonce }}" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.1.3/css/bootstrap.min.css" integrity="sha512-GQGU0fMMi238uA+a/bdWJfpUGKUkBdgfFdgBm72SUQ6BeyWjoY/ton0tEjH+OSH9iP4Dfh+7HM0I9f5eR0L/4w==" crossorigin="anonymous" referrerpolicy="no-referrer" /> |
14 |
| - <link rel="stylesheet" nonce="{{ .Nonce }}" href="https://cdnjs.cloudflare.com/ajax/libs/tabulator/5.2.7/css/tabulator_bootstrap5.min.css" integrity="sha512-iYl3fPy+ChtJNxalgZvxn3OsBdsMmmPuehlrRjWsxCBrZA2HOHtvwhINRkWkS6TvG2oCXenOlYSF41XKG/dY0g==" crossorigin="anonymous" referrerpolicy="no-referrer" /> |
| 13 | + <link rel="stylesheet" nonce="{{ .Nonce }}" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.1/css/bootstrap.min.css" integrity="sha512-siwe/oXMhSjGCwLn+scraPOWrJxHlUgMBMZXdPe2Tnk3I0x3ESCoLz7WZ5NTH6SZrywMY+PB1cjyqJ5jAluCOg==" crossorigin="anonymous" referrerpolicy="no-referrer" /> |
| 14 | + <link rel="stylesheet" nonce="{{ .Nonce }}" href="https://cdnjs.cloudflare.com/ajax/libs/tabulator/5.3.4/css/tabulator_bootstrap5.min.css" integrity="sha512-uuo1nc/YIwUeu63HvBH8U3MRP74eqwITYEpIptNoiOUIBLnf3+aKRMIrAQdRq8zHBQhhQL++QkNQxCOxqmSjoQ==" crossorigin="anonymous" referrerpolicy="no-referrer" /> |
15 | 15 |
|
16 | 16 | <style nonce="{{ .Nonce }}">{{ include "report.css" . | rawCss }}</style>
|
17 | 17 | </head>
|
@@ -193,10 +193,10 @@ <h3 id="config">Config</h3>
|
193 | 193 | </div>
|
194 | 194 | </main>
|
195 | 195 |
|
196 |
| -<script nonce="{{ .Nonce }}" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js" integrity="sha512-894YE6QWD5I59HgZOGReFYm4dnWc1Qt5NtvYSaNcOP+u1T9qYdvdihz0PPSiiqn/+/3e7Jo4EaG7TubfWGUrMQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> |
197 |
| -<script nonce="{{ .Nonce }}" src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.11.5/umd/popper.min.js" integrity="sha512-8cU710tp3iH9RniUh6fq5zJsGnjLzOWLWdZqBMLtqaoZUA6AWIE34lwMB3ipUNiTBP5jEZKY95SfbNnQ8cCKvA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> |
198 |
| -<script nonce="{{ .Nonce }}" src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.1.3/js/bootstrap.min.js" integrity="sha512-OvBgP9A2JBgiRad/mM36mkzXSXaJE9BEIENnVEmeZdITvwT09xnxLtT4twkCa8m/loMbPHsvPl0T8lRGVBwjlQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> |
199 |
| -<script nonce="{{ .Nonce }}" src="https://cdnjs.cloudflare.com/ajax/libs/tabulator/5.2.7/js/tabulator.min.js" integrity="sha512-X+/BF5SW/6WTNbMtxDCRauCI+N4bd81XQFTTK+Eo4yveAFuEIGDzLV9zaxJLFYl5gzWmbMZb27c9k4fds22khA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> |
| 196 | +<script nonce="{{ .Nonce }}" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.1/jquery.min.js" integrity="sha512-aVKKRRi/Q/YV+4mjoKBsE4x3H+BkegoM/em46NNlCqNTmUYADjBbeNefNxYV7giUp0VxICtqdrbqU7iVaeZNXA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> |
| 197 | +<script nonce="{{ .Nonce }}" src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.11.6/umd/popper.min.js" integrity="sha512-6UofPqm0QupIL0kzS/UIzekR73/luZdC6i/kXDbWnLOJoqwklBK6519iUnShaYceJ0y4FaiPtX/hRnV/X/xlUQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> |
| 198 | +<script nonce="{{ .Nonce }}" src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.1/js/bootstrap.min.js" integrity="sha512-vyRAVI0IEm6LI/fVSv/Wq/d0KUfrg3hJq2Qz5FlfER69sf3ZHlOrsLriNm49FxnpUGmhx+TaJKwJ+ByTLKT+Yg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> |
| 199 | +<script nonce="{{ .Nonce }}" src="https://cdnjs.cloudflare.com/ajax/libs/tabulator/5.3.4/js/tabulator.min.js" integrity="sha512-aa+j+rXcXzhJc9iVd8UeCm4alfFirGQl3TKI5NH76C7FGAUi3ZeAKgqBWXGCmQO+oTUrphnToF2+YWHWT14eCg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> |
200 | 200 |
|
201 | 201 | <script nonce="{{ .Nonce }}">
|
202 | 202 | jQuery( document ).ready(function($) {
|
|
0 commit comments