Skip to content

Commit 306815d

Browse files
update to all node_modules after talking to Travis
1 parent f9f4cd5 commit 306815d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vsts-ci/configuration/CredScanSuppressions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"tool": "Credential Scanner",
33
"suppressions": [
44
{
5-
"folder": "node_modules/tunnel",
6-
"_justification": "Dependency ships test pems. This should not cause us to fail."
5+
"folder": "node_modules",
6+
"_justification": "Dependencies should not be scanned since we don't own the code."
77
}
88
]
99
}

0 commit comments

Comments
 (0)