Skip to content

Commit 4994d19

Browse files
committed
chore(monorepo): Clean up workspace configuration files
1 parent eee2eb2 commit 4994d19

16 files changed

+15
-621
lines changed

.env

+2-13
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
TYPESENSE_API_KEY="xyz"
22
NODE_OPTIONS="--trace-warnings --trace-deprecation --heapsnapshot-near-heap-limit=3 --max-old-space-size=4096 --heapsnapshot-signal=SIGTERM"
33

4-
AKKA_STREAMS_KAFKA_TEST_FILE_LOGGING=true
5-
RUST_BACKTRACE="full"
6-
# PUPPETEER_SKIP_DOWNLOAD=true
7-
84
HS_SERVICE_NAME="@storm-software/storm-stack"
95

106
SENTRY_ORGANIZATION="storm-software"
@@ -19,17 +15,10 @@ NODE_ENV="production"
1915
READINESS_CHECK_PATH="/readiness"
2016
HEALTH_CHECK_PATH="/health"
2117

22-
# LOG_PATH="C:\\Development\\stormstack\\logs"
18+
# LOG_PATH="C:\\Development\\storm-stack\\logs"
2319

2420
DEV_EDITOR_ID="vscode"
2521

26-
CLICOLOR=1
27-
FORCE_COLOR=1
28-
29-
# STORM_FILE_BANNER="This code was developed by Storm Software (https://stormsoftware.org) and is licensed under the Apache License 2.0."
22+
NX_VERBOSE_LOGGING=true
3023

3124
ESLINT_USE_FLAT_CONFIG=true
32-
33-
CONSOLA_LEVEL=1000
34-
35-
# ROLLUP_WATCH=false

.github/SECURITY.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ If you believe you have found a security vulnerability in this repository, we en
44

55
We will investigate all legitimate reports and do our best to quickly fix the problem.
66

7-
Email `admin@stormsoftware.org` to disclose any security vulnerabilities.
7+
Email `security@stormsoftware.com` to disclose any security vulnerabilities.
88

9-
<https://stormsoftware.org/security>
9+
<https://stormsoftware.com/security>

.github/dependabot.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ updates:
1616
- "@sullivanpj"
1717
- "@storm-software/operations"
1818
commit-message:
19-
prefix: "deps(monorepo):"
19+
prefix: "chore(monorepo):"
2020
directory: "/"
2121
schedule:
2222
interval: "monthly"
2323
ignore:
24-
- dependency-name: "{@storm-software/*,@cyclone-ui/*,@acidic/*,@nx/*,nx}"
24+
- dependency-name: "{@storm-software/*,@cyclone-ui/*,@acidic/*,@stryke/*,@storm-stack/*,@nx/*,nx}"
2525
open-pull-requests-limit: 1
2626
labels:
2727
- dependencies
@@ -37,7 +37,7 @@ updates:
3737
- "@sullivanpj"
3838
- "@storm-software/operations"
3939
commit-message:
40-
prefix: "deps(monorepo):"
40+
prefix: "chore(monorepo):"
4141
directory: "/"
4242
schedule:
4343
interval: "monthly"
@@ -56,7 +56,7 @@ updates:
5656
- "@sullivanpj"
5757
- "@storm-software/operations"
5858
commit-message:
59-
prefix: "deps(monorepo):"
59+
prefix: "chore(monorepo):"
6060
directory: "/"
6161
schedule:
6262
interval: "monthly"

.github/workflows/zizmor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
enable-cache: false
3333

3434
- name: Run zizmor
35-
run: uvx zizmor .github/workflows -v -p --min-severity=medium --format sarif . > results.sarif
35+
run: uvx zizmor --config="./tools/config/zizmor.yml" .github/workflows -v -p --min-severity=medium --format sarif . > results.sarif
3636
env:
3737
GH_TOKEN: ${{ github.token }}
3838

0 commit comments

Comments
 (0)