We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd63bf5 commit 176ddfaCopy full SHA for 176ddfa
test/processors/scanDiff.test.js
@@ -53,14 +53,15 @@ index 8b97e49..de18d43 100644
53
Project to test gitproxy
54
+AKIAIOSFODNN7EXAMPLE
55
+AKIAIOSFODNN8EXAMPLE
56
-+blockedTestLiteral
++emdedded_blocked.Te$t.Literal?
57
`;
58
};
59
describe('Scan commit diff...', async () => {
60
privateOrganizations[0] = 'private-org-test';
61
commitConfig.diff = {
62
block: {
63
- literals: ['blockedTestLiteral'],
+ //n.b. the example literal includes special chars that would be interpreted as RegEx if not escaped properly
64
+ literals: ['blocked.Te$t.Literal?'],
65
patterns: [],
66
providers: {
67
'AWS (Amazon Web Services) Access Key ID':
0 commit comments