Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

add NO_COLLECTION_METRICS to dockerfile #126

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM node:18-alpine

ENV JUPITERONE_INTEGRATION_DIR=/opt/jupiterone/integration
ENV USE_ON_DISK_DKT='1'
ENV NO_COLLECTION_METRICS='1'

COPY package.json yarn.lock tsconfig.json LICENSE ${JUPITERONE_INTEGRATION_DIR}/
COPY src/ ${JUPITERONE_INTEGRATION_DIR}/src
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
"postversion": "cp package.json ./dist/package.json"
},
"peerDependencies": {
"@jupiterone/integration-sdk-core": "^12.7.0-alpha.0"
"@jupiterone/integration-sdk-core": "^12.7.1"
},
"devDependencies": {
"@jupiterone/integration-sdk-core": "^12.7.0-alpha.0",
"@jupiterone/integration-sdk-dev-tools": "^12.7.0-alpha.0",
"@jupiterone/integration-sdk-testing": "^12.7.0-alpha.0",
"@jupiterone/integration-sdk-core": "^12.7.1",
"@jupiterone/integration-sdk-dev-tools": "^12.7.1",
"@jupiterone/integration-sdk-testing": "^12.7.1",
"@types/node": "^18",
"@types/node-fetch": "^2.6.2",
"lmdb": "^3.0.8"
Expand Down
95 changes: 65 additions & 30 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1351,14 +1351,22 @@
ajv "^8.0.0"
ajv-formats "^2.0.0"

"@jupiterone/integration-sdk-cli@^12.7.0-alpha.0":
version "12.7.0-alpha.0"
resolved "https://registry.yarnpkg.com/@jupiterone/integration-sdk-cli/-/integration-sdk-cli-12.7.0-alpha.0.tgz#5941820db2d39ee1b9e5d0a496f99db02254f260"
integrity sha512-crG6EvuBPT8ZWsfWL/IO9A4Aa25PphUzdVeWoeFF+3lwrn3ns/p1fOjRDU2aGbzShxfHO7vQqlpy/em8VjBOaw==
"@jupiterone/data-model@^0.57.0":
version "0.57.0"
resolved "https://registry.yarnpkg.com/@jupiterone/data-model/-/data-model-0.57.0.tgz#f543ba0bfad34ef5820ec6155fd3d77cb6e9ee08"
integrity sha512-AK/F8TQ7QVdz9ULujaHNYcBPiktAoq/MUVTdEEjSBe8ycDNPC5AskwZVKJtBD69XzdZ80jHum3YdrhKnoU0y9Q==
dependencies:
ajv "^8.0.0"
ajv-formats "^2.0.0"

"@jupiterone/integration-sdk-cli@^12.7.1":
version "12.7.1"
resolved "https://registry.yarnpkg.com/@jupiterone/integration-sdk-cli/-/integration-sdk-cli-12.7.1.tgz#94b85acfb649a73960fa4356e19aa936e3e5a2f0"
integrity sha512-4+KOf4bDLfG+3DIsAj4hLWuT370gBpGAjfu6ecuFeH4mrRdskeoVW4lNwt2GjUnk5/ZyabkYjDzfMfvYRhxAow==
dependencies:
"@jupiterone/data-model" "^0.55.0"
"@jupiterone/integration-sdk-core" "^12.7.0-alpha.0"
"@jupiterone/integration-sdk-runtime" "^12.7.0-alpha.0"
"@jupiterone/integration-sdk-core" "^12.7.1"
"@jupiterone/integration-sdk-runtime" "^12.7.1"
chalk "^4"
commander "^9.4.0"
fs-extra "^10.1.0"
Expand All @@ -1374,21 +1382,22 @@
upath "^1.2.0"
url-exists "^1.0.3"

"@jupiterone/integration-sdk-core@^12.7.0-alpha.0":
version "12.7.0-alpha.0"
resolved "https://registry.yarnpkg.com/@jupiterone/integration-sdk-core/-/integration-sdk-core-12.7.0-alpha.0.tgz#3b3ed23a8cd451bb7dcb69cca45ef004b9b444cf"
integrity sha512-OYFlox2kkLpEAAlcwp/IEYvW11LCtkC4r0kLrXjQJ2iPYEtsd2wx1R9rHJAWz6adcBh0ILCu6vrp5X9ETldlyw==
"@jupiterone/integration-sdk-core@^12.7.1":
version "12.7.1"
resolved "https://registry.yarnpkg.com/@jupiterone/integration-sdk-core/-/integration-sdk-core-12.7.1.tgz#4f72e05003ed6fdda4cd34bb63436e2793c34456"
integrity sha512-kXGmfBmnBABgqQyuTZy91HeZTo4tOcTBBvB17mxdFYcZJRlx9grzyUwGQ8YS3BPrC63DYSFDdiD3K7ihkSjHLw==
dependencies:
"@jupiterone/data-model" "^0.55.0"
"@jupiterone/data-model" "^0.57.0"
"@jupiterone/integration-sdk-entity-validator" "^12.7.1"
lodash "^4.17.21"

"@jupiterone/integration-sdk-dev-tools@^12.7.0-alpha.0":
version "12.7.0-alpha.0"
resolved "https://registry.yarnpkg.com/@jupiterone/integration-sdk-dev-tools/-/integration-sdk-dev-tools-12.7.0-alpha.0.tgz#6f88645d5f1e19dd1168f076e7fe83c17ccc0f3b"
integrity sha512-PCw2kTW+L5fqe6zVngQ0iKQS1HXylOJOZ+rfWnx12s4LBRodVCqwuypM9C4c4f4t3hYRKg66n2IPfFdnCumW5w==
"@jupiterone/integration-sdk-dev-tools@^12.7.1":
version "12.7.1"
resolved "https://registry.yarnpkg.com/@jupiterone/integration-sdk-dev-tools/-/integration-sdk-dev-tools-12.7.1.tgz#bb1ad498b16c5f0b53ec870a24a6e18dddddcc3f"
integrity sha512-1VexiqoJgcqA7NxNM78tEWnmehJPOnrBearyFCFYThKH3M928IVgU2wfSnRWVMOcNxTwklH2vBPkwoqLtkZFew==
dependencies:
"@jupiterone/integration-sdk-cli" "^12.7.0-alpha.0"
"@jupiterone/integration-sdk-testing" "^12.7.0-alpha.0"
"@jupiterone/integration-sdk-cli" "^12.7.1"
"@jupiterone/integration-sdk-testing" "^12.7.1"
"@types/jest" "^29.5.3"
"@types/node" "^18"
"@typescript-eslint/eslint-plugin" "^6.2.1"
Expand All @@ -1405,12 +1414,21 @@
ts-node "^9.1.1"
typescript "^5.1.6"

"@jupiterone/integration-sdk-runtime@^12.7.0-alpha.0":
version "12.7.0-alpha.0"
resolved "https://registry.yarnpkg.com/@jupiterone/integration-sdk-runtime/-/integration-sdk-runtime-12.7.0-alpha.0.tgz#10ca26a8e7d164983242cee6987b07cee333a76c"
integrity sha512-Afmsd6f3jrxzuIfz8ngQZ8S1QzNV2xZL7FsICf2XK484vtjeD8ZsOmvPxxx63kRMwo77qBaZL6Z8Myokx2RIng==
"@jupiterone/integration-sdk-entity-validator@^12.7.1":
version "12.7.1"
resolved "https://registry.yarnpkg.com/@jupiterone/integration-sdk-entity-validator/-/integration-sdk-entity-validator-12.7.1.tgz#80200962f849ab2481dbe0c4978b73c45f1b66bb"
integrity sha512-+O4jyY3Okl144QaQ0/X0Zjjo5VNimgrEEdcROUv0011JYdI5QrbwDVAyvlejvDlFVIyEx5o6KqnpyIpLCJNh6w==
dependencies:
ajv "^8.12.0"
ajv-formats "^3.0.1"
prettier "^3.2.5"

"@jupiterone/integration-sdk-runtime@^12.7.1":
version "12.7.1"
resolved "https://registry.yarnpkg.com/@jupiterone/integration-sdk-runtime/-/integration-sdk-runtime-12.7.1.tgz#e525a4df07b3a15618c1a1672f5ac2250d2a5ca1"
integrity sha512-LAHOoPCLMY0dAdotocTSrW6aL3AWgYLxkmoaeEpPIpF5cZOPVzflrhRe1W72BdSwUKN2CVLA3Qx7gLXxHLZauA==
dependencies:
"@jupiterone/integration-sdk-core" "^12.7.0-alpha.0"
"@jupiterone/integration-sdk-core" "^12.7.1"
"@lifeomic/alpha" "^5.2.0"
"@lifeomic/attempt" "^3.0.3"
async-sema "^3.1.0"
Expand All @@ -1426,13 +1444,13 @@
p-queue "^6.3.0"
rimraf "^3.0.2"

"@jupiterone/integration-sdk-testing@^12.7.0-alpha.0":
version "12.7.0-alpha.0"
resolved "https://registry.yarnpkg.com/@jupiterone/integration-sdk-testing/-/integration-sdk-testing-12.7.0-alpha.0.tgz#134f8f8b56cce1f1abc4cca5ba2625ce2833edfe"
integrity sha512-ZI/ChN3WwNjlWbfMt2k+q6rxRm1FON01w2PL8VBS483qsapq7VzvV1PdgRhbkuJutTYXGY5GbgXD6KKhrh97fg==
"@jupiterone/integration-sdk-testing@^12.7.1":
version "12.7.1"
resolved "https://registry.yarnpkg.com/@jupiterone/integration-sdk-testing/-/integration-sdk-testing-12.7.1.tgz#8c5e9c715fc20082f08cb482dadcea26a8a0addc"
integrity sha512-v5D8AXZCvWI/IIVKFoCfbw1mQTIwdwt3VITyKMOkBsCVsfacw3DWSU7DdZCpd+ZeRkwG9XL1pGu7RkXZUGEIvQ==
dependencies:
"@jupiterone/integration-sdk-core" "^12.7.0-alpha.0"
"@jupiterone/integration-sdk-runtime" "^12.7.0-alpha.0"
"@jupiterone/integration-sdk-core" "^12.7.1"
"@jupiterone/integration-sdk-runtime" "^12.7.1"
"@pollyjs/adapter-node-http" "^6.0.5"
"@pollyjs/core" "^6.0.5"
"@pollyjs/persister-fs" "^6.0.5"
Expand Down Expand Up @@ -2486,6 +2504,13 @@ ajv-formats@^2.0.0:
dependencies:
ajv "^8.0.0"

ajv-formats@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/ajv-formats/-/ajv-formats-3.0.1.tgz#3d5dc762bca17679c3c2ea7e90ad6b7532309578"
integrity sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==
dependencies:
ajv "^8.0.0"

ajv@^6.12.3, ajv@^6.12.4:
version "6.12.6"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
Expand All @@ -2506,6 +2531,16 @@ ajv@^8.0.0:
require-from-string "^2.0.2"
uri-js "^4.2.2"

ajv@^8.12.0:
version "8.13.0"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.13.0.tgz#a3939eaec9fb80d217ddf0c3376948c023f28c91"
integrity sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==
dependencies:
fast-deep-equal "^3.1.3"
json-schema-traverse "^1.0.0"
require-from-string "^2.0.2"
uri-js "^4.4.1"

ansi-colors@^4.1.1:
version "4.1.3"
resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.3.tgz#37611340eb2243e70cc604cad35d63270d48781b"
Expand Down Expand Up @@ -5900,7 +5935,7 @@ prelude-ls@^1.2.1:
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==

prettier@^3.0.0:
prettier@^3.0.0, prettier@^3.2.5:
version "3.2.5"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.5.tgz#e52bc3090586e824964a8813b09aba6233b28368"
integrity sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==
Expand Down Expand Up @@ -6765,7 +6800,7 @@ upper-case@^2.0.2:
dependencies:
tslib "^2.0.3"

uri-js@^4.2.2:
uri-js@^4.2.2, uri-js@^4.4.1:
version "4.4.1"
resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"
integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==
Expand Down
Loading