Skip to content

Commit

Permalink
[SRE-2556] Remove gitleaks (#2055)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhf22 authored Aug 2, 2024
1 parent 777803b commit 3d02ff0
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 70 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/secret-scan.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .gitleaks.toml

This file was deleted.

32 changes: 0 additions & 32 deletions .husky/install_gitleaks.sh

This file was deleted.

14 changes: 0 additions & 14 deletions .husky/run_gitleaks.sh

This file was deleted.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"homepage": "https://github.com/immutable/ts-immutable-sdk#readme",
"license": "Apache-2.0",
"lint-staged": {
"*": "yarn scan:secrets",
"*.{js,jsx,ts,tsx}": "eslint"
},
"packageManager": "[email protected]",
Expand All @@ -56,11 +55,10 @@
"lint": "nx affected -t lint --parallel=5 --no-error-on-unmatched-pattern",
"lint:examples": "yarn workspaces foreach -Apt --include='@examples/**' run lint",
"nx": "nx",
"postinstall": "husky install; ./.husky/install_gitleaks.sh",
"postinstall": "husky install",
"prepare:examples": "yarn build:onlysdk && yarn yalc:sdk:publish && yarn workspaces foreach -Apt --include='@examples/**' exec yarn dlx yalc add @imtbl/sdk && yarn install --no-immutable",
"prepare:tests": "yarn build:onlysdk && yarn yalc:sdk:publish && yarn workspaces foreach -Apt --include='@tests/**' exec yarn dlx yalc add @imtbl/sdk && yarn install --no-immutable",
"release": "release-it",
"scan:secrets": "./.husky/run_gitleaks.sh",
"syncpack:check": "yarn syncpack list-mismatches",
"syncpack:fix": "yarn syncpack fix-mismatches",
"syncpack:format": "yarn syncpack format",
Expand Down Expand Up @@ -108,4 +106,4 @@
"tests/**"
]
}
}
}

0 comments on commit 3d02ff0

Please sign in to comment.