We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91d5906 commit 141907bCopy full SHA for 141907b
.github/workflows/tag-release.yml
@@ -257,7 +257,7 @@ jobs:
257
PYTHON_CONFIGURE_OPTS: --enable-shared
258
259
- name: Install Dependencies and Build Package
260
- if: ${{ inputs.publish_packages != '' || inputs.pypi_publish }}
+ if: ${{ inputs.publish_packages != '' }}
261
run: |
262
make install
263
make build
.trivyignore.yaml
@@ -19,3 +19,6 @@ vulnerabilities:
19
- id: GHSA-qffp-2rhf-9h96
20
statement: tar vulnerability accepted as risk - dependency of npm (multiple)
21
expired_at: 2026-06-01
22
+ - id: CVE-2026-29786
23
+ statement: tar vulnerability accepted as risk - dependency of npm (multiple)
24
+ expired_at: 2026-06-01
0 commit comments