Skip to content

Commit

Permalink
remove auto run of sbom generation after npm install as it breaks for…
Browse files Browse the repository at this point in the history
… non-dev installations

Signed-off-by: Stefan Seide <[email protected]>
  • Loading branch information
sseide committed Jul 2, 2024
1 parent 445da8a commit deed27c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"scripts": {
"build": "browserify -r readline-browserify -r cmdparser -r lossless-json | uglifyjs -cm -o web/static/scripts/browserify.js",
"healthcheck": "./bin/healthcheck.js",
"postinstall": "echo '==> INFO: Errors with module \"bcrypt\" can be ignored'; npm run sbom",
"postinstall": "echo '==> INFO: Errors with module \"bcrypt\" can be ignored'",
"snyk-protect": "snyk protect",
"helm-doc": "helm-docs -c k8s/helm-chart",
"helm-test": "helm template redis-commander -f k8s/helm-chart/redis-commander/values.yaml k8s/helm-chart/redis-commander -n redis | kubeval",
Expand Down

0 comments on commit deed27c

Please sign in to comment.