Skip to content

Commit

Permalink
remove beta secret squirrel
Browse files Browse the repository at this point in the history
  • Loading branch information
wheresrhys committed Dec 4, 2020
1 parent c3497eb commit 78bd0c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"main": "index.js",
"dependencies": {
"@financial-times/lambda-logger": "^2.0.4",
"@financial-times/secret-squirrel": "^2.16.0-beta.1",
"@financial-times/tc-api-db-manager": "file:./packages/tc-api-db-manager",
"@financial-times/tc-api-rest-handlers": "file:./packages/tc-api-rest-handlers",
"@financial-times/tc-schema-publisher": "file:./packages/tc-schema-publisher",
Expand Down
19 changes: 4 additions & 15 deletions secret-squirrel.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,16 @@ module.exports = {
files: {
allow: [
'scripts/neo4j-plugins',
'scripts/neo4j-wait-for-start',
'packages/tc-schema-sdk/data-accessors/__tests__/fixtures/generated-schema.graphql'
'scripts/neo4j-wait-for-start'
],
allowOverrides: []
},
strings: {
deny: [],
denyOverrides: [
'dd4c5d856812e0fb8c705feeabffd754', //gist link in readme
'e4d77800-5cab-11e9-8713-8d0ea7485108', // image in readme
'[email protected]', // support email address from runbook
'd5deb97d-5fa2-45f2-99fa-cd155328320d', // uuid for biz-ops-api dashboard url
'dba88780-1a7d-11e9-9f6b-e867440c3985', // README.md:4
'32e6ad1a-210f-11e8-89cc-978cb917c4e7', // doc/MODEL.md:5
'396e2a98-1d16-11e8-87fd-7f7eb4f8a221', // doc/MODEL.md:11
'33cba7fc-1d19-11e8-8417-7c85b306fa17', // doc/MODEL.md:21
'd5deb97d-5fa2-45f2-99fa-cd155328320d', // doc/db-upgrade.md:67
'tech@lt\\.com', // scripts/load-testing/lib/generate/team.js:29
'[email protected]', // test/v2/node-patch.spec.js:1812|1839
'447559/71667873-c7c56680-2d5e-11ea-9e44-a0947997e18c', // treecreeper logo
'[email protected]' // example email address
'me@here\\.com', // docs/treecreeper-graphql.md:15
'populateCuriousParent1RelationshipFields', // packages/tc-ui/src/primitives/relationship/__tests__/e2e-annotate-rich-relationships.cyp.js:17|17|277|277, packages/tc-ui/src/test-helpers/cypress.js:424|424|467|467
'populateCuriousParent2RelationshipFields' // packages/tc-ui/src/primitives/relationship/__tests__/e2e-annotate-rich-relationships.cyp.js:18|18|286|286, packages/tc-ui/src/test-helpers/cypress.js:429|429|468|468
]
}
};

0 comments on commit 78bd0c4

Please sign in to comment.