Commit 781dde6
committed
fix: resolve scheduled build failure, Trivy scan scope, and CSS path
Add permissions block to scheduled-build.yml granting actions: read,
contents: write, and security-events: write. The repository default
workflow permissions are read-only, which prevented the reusable
build.yml from starting.
Add maven2 to Trivy skip-dirs. The maven2/ directory is a transient
checkout of the artifact repository used only during deployment and
should be scanned in the maven2 repository instead.
Inline custom CSS directly in site.xml instead of referencing an
external ./css/custom.css file. The relative path resolved incorrectly
for pages in subdirectories (e.g., guides/architecture.html looked for
guides/css/custom.css which didn't exist).1 parent 8754704 commit 781dde6
File tree
4 files changed
+31
-30
lines changed- .github/workflows
- src/site
- resources/css
4 files changed
+31
-30
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| 213 | + | |
| 214 | + | |
213 | 215 | | |
214 | 216 | | |
215 | 217 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
7 | 11 | | |
8 | 12 | | |
9 | 13 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
41 | 65 | | |
42 | 66 | | |
43 | 67 | | |
| |||
0 commit comments