Commit 4da059d
authored
Improve SBOM image path detection for release versions (#1864)
- Strip 'v' prefix from version tag (v0.20251128.0 -> 0.20251128.0)
- Detect release versions by date pattern (YYYYMMDD) in version string
- Works with both v0.20251128.0 and 0.20251128.0 formats
AI-assisted: Claude Code
Signed-off-by: Christian Berendt <berendt@osism.tech>1 parent c4c0af2 commit 4da059d
1 file changed
Lines changed: 13 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
252 | | - | |
253 | | - | |
254 | | - | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
255 | 264 | | |
256 | | - | |
| 265 | + | |
257 | 266 | | |
258 | 267 | | |
259 | 268 | | |
| |||
0 commit comments