mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 02:08:47 +00:00
chore: suppress node warnings (#274905)
* chore: suppress node CFG warnings * Add lines from gdnsuppress
This commit is contained in:
@@ -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",
|
||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user