Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions .trivyignore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,6 @@ vulnerabilities:
- "package-lock.json"
statement: downstream dependency for tar - waiting for new npm release
expired_at: 2026-06-01
- id: CVE-2026-25128
statement: fast-xml-parser vulnerability accepted as risk - dependency of aws-sdk/client-dynamodb
expired_at: 2026-03-01
- id: CVE-2026-25547
statement: isaacs/brace-expansion vulnerability accepted as risk - dependency of semantic-release
expired_at: 2026-03-01
- id: CVE-2026-0775
statement: npm vulnerability accepted as risk - dependency of semantic-release
expired_at: 2026-03-01
- id: CVE-2026-26996
statement: minimatch vulnerability accepted as risk
expired_at: 2026-06-01
Expand All @@ -25,3 +16,6 @@ vulnerabilities:
- id: CVE-2026-26960
statement: tar vulnerability accepted as risk
expired_at: 2026-06-01
- id: GHSA-qffp-2rhf-9h96
statement: tar vulnerability accepted as risk - dependency of npm (multiple)
expired_at: 2026-06-01
15 changes: 8 additions & 7 deletions release.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,14 @@ module.exports = {
pkgRoot: subpackage
}
]),
[
"semantic-release-pypi",
{
pypiPublish: pypiPublish,
repoToken: pypiToken
}
],
...(pypiPublish ? [
[
"semantic-release-pypi",
{
repoToken: pypiToken
}
]
] : []),
[
"@semantic-release/github",
{
Expand Down