fix(ci): ignore RUSTSEC-2025-0066 and add deny.toml

Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
This commit is contained in:
Jeremiah Russell
2026-03-13 08:40:24 +00:00
parent 38a0193010
commit a36c87301c
2 changed files with 32 additions and 0 deletions

View File

@@ -58,6 +58,9 @@ workflows:
- toolkit/security:
name: security audit only
sonarcloud: false
# RUSTSEC-2025-0066: google-apis-common unmaintained — core transitive
# dependency of google-gmail1; no maintained Gmail API alternative exists.
ignore_advisories: RUSTSEC-2025-0066
filters:
branches:
only:
@@ -67,6 +70,9 @@ workflows:
- toolkit/security:
name: security with sonarcloud
context: SonarCloud
# RUSTSEC-2025-0066: google-apis-common unmaintained — core transitive
# dependency of google-gmail1; no maintained Gmail API alternative exists.
ignore_advisories: RUSTSEC-2025-0066
filters:
branches:
ignore: