Commit c6ab4de
authored
Skip OWASP dependency check in release build step (#1286)
## Summary
- Skip OWASP dependency check in the "Build dependencies" step of
`release.yml` and `release-thin.yml` by adding
`-Ddependency-check.skip=true`
- The deploy step already runs the OWASP check with the NVD API key —
running it in the build step was redundant and caused the v3.3.1 release
to fail (downloaded 338K NVD records without an API key, then hit a
false positive on CVE-2026-25087)
## Test plan
- [ ] After merging, delete the v3.3.1 release and tag, then re-create
from GitHub UI to re-trigger the release workflow
- [ ] Verify the release workflow completes successfully
NO_CHANGELOG=true
OVERRIDE_FREEZE=true
This pull request was AI-assisted by Isaac.
Signed-off-by: Madhavendra Rathore <madhavendra.rathore@databricks.com>1 parent aa29042 commit c6ab4de
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
0 commit comments