chore: suppress node warnings (#274905)

* chore: suppress node CFG warnings

* Add lines from gdnsuppress
This commit is contained in:
Raymond Zhao
2025-11-03 19:45:30 -08:00
committed by GitHub
parent 8d19cc456b
commit 18d828e5d5
2 changed files with 6 additions and 2 deletions

View File

@@ -1,9 +1,10 @@
{ {
"hydrated": true,
"properties": { "properties": {
"helpUri": "https://eng.ms/docs/microsoft-security/security/azure-security/cloudai-security-fundamentals-engineering/security-integration/guardian-wiki/microsoft-guardian/general/baselines" "helpUri": "https://eng.ms/docs/microsoft-security/security/azure-security/cloudai-security-fundamentals-engineering/security-integration/guardian-wiki/microsoft-guardian/general/suppressions"
}, },
"version": "1.0.0", "version": "1.0.0",
"baselines": { "suppressionSets": {
"default": { "default": {
"name": "default", "name": "default",
"createdDate": "2025-01-28 06:29:05Z", "createdDate": "2025-01-28 06:29:05Z",

View File

@@ -81,6 +81,9 @@ jobs:
sbomBuildDropPath: $(Agent.BuildDirectory)/vscode-server-win32-$(VSCODE_ARCH)-web sbomBuildDropPath: $(Agent.BuildDirectory)/vscode-server-win32-$(VSCODE_ARCH)-web
sbomPackageName: "VS Code Windows $(VSCODE_ARCH) Web" sbomPackageName: "VS Code Windows $(VSCODE_ARCH) Web"
sbomPackageVersion: $(Build.SourceVersion) sbomPackageVersion: $(Build.SourceVersion)
sdl:
suppression:
suppressionFile: $(Build.SourcesDirectory)\.config\guardian\.gdnsuppress
steps: steps:
- template: ./steps/product-build-win32-compile.yml@self - template: ./steps/product-build-win32-compile.yml@self
parameters: parameters: