@codyswann/lisa 1.52.4 → 1.52.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cdk/create-only/.github/workflows/ci.yml +6 -1
- package/cdk/create-only/.github/workflows/deploy.yml +8 -1
- package/expo/create-only/.github/workflows/ci.yml +6 -1
- package/expo/create-only/.github/workflows/deploy.yml +8 -1
- package/nestjs/create-only/.github/workflows/ci.yml +6 -1
- package/nestjs/create-only/.github/workflows/deploy.yml +11 -2
- package/package.json +1 -1
- package/typescript/create-only/.github/workflows/auto-update-pr-branches.yml +0 -1
- package/typescript/create-only/.github/workflows/ci.yml +6 -1
- package/typescript/create-only/.github/workflows/claude-ci-auto-fix.yml +2 -1
- package/typescript/create-only/.github/workflows/claude-code-review-response.yml +2 -1
- package/typescript/create-only/.github/workflows/claude-deploy-auto-fix.yml +2 -1
- package/typescript/create-only/.github/workflows/claude-nightly-code-complexity.yml +2 -1
- package/typescript/create-only/.github/workflows/claude-nightly-test-coverage.yml +2 -1
- package/typescript/create-only/.github/workflows/claude-nightly-test-improvement.yml +2 -1
- package/typescript/create-only/.github/workflows/claude.yml +2 -1
|
@@ -130,4 +130,9 @@ jobs:
|
|
|
130
130
|
with:
|
|
131
131
|
node_version: '22.21.1'
|
|
132
132
|
package_manager: 'bun'
|
|
133
|
-
secrets:
|
|
133
|
+
secrets:
|
|
134
|
+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
|
135
|
+
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
|
136
|
+
GITGUARDIAN_API_KEY: ${{ secrets.GITGUARDIAN_API_KEY }}
|
|
137
|
+
FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY }}
|
|
138
|
+
MAESTRO_API_KEY: ${{ secrets.MAESTRO_API_KEY }}
|
|
@@ -55,5 +55,12 @@ jobs:
|
|
|
55
55
|
override_blackout: true
|
|
56
56
|
node_version: '22.21.1'
|
|
57
57
|
package_manager: 'bun'
|
|
58
|
-
secrets:
|
|
58
|
+
secrets:
|
|
59
|
+
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
|
|
60
|
+
RELEASE_SIGNING_KEY: ${{ secrets.RELEASE_SIGNING_KEY }}
|
|
61
|
+
SIGNING_KEY_ID: ${{ secrets.SIGNING_KEY_ID }}
|
|
62
|
+
SIGNING_KEY_PASSPHRASE: ${{ secrets.SIGNING_KEY_PASSPHRASE }}
|
|
63
|
+
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
|
64
|
+
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
|
|
65
|
+
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
|
|
59
66
|
# Trigger staging deployment after CDK trust fix
|
|
@@ -16,7 +16,12 @@ jobs:
|
|
|
16
16
|
node_version: '22.21.1'
|
|
17
17
|
package_manager: 'bun'
|
|
18
18
|
skip_jobs: 'test,test:integration,test:e2e'
|
|
19
|
-
secrets:
|
|
19
|
+
secrets:
|
|
20
|
+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
|
21
|
+
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
|
22
|
+
GITGUARDIAN_API_KEY: ${{ secrets.GITGUARDIAN_API_KEY }}
|
|
23
|
+
FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY }}
|
|
24
|
+
MAESTRO_API_KEY: ${{ secrets.MAESTRO_API_KEY }}
|
|
20
25
|
lighthouse:
|
|
21
26
|
name: 💡 Lighthouse CI
|
|
22
27
|
needs: [quality]
|
|
@@ -71,7 +71,14 @@ jobs:
|
|
|
71
71
|
package_manager: 'bun'
|
|
72
72
|
override_blackout: true
|
|
73
73
|
emergency_release: false
|
|
74
|
-
secrets:
|
|
74
|
+
secrets:
|
|
75
|
+
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
|
|
76
|
+
RELEASE_SIGNING_KEY: ${{ secrets.RELEASE_SIGNING_KEY }}
|
|
77
|
+
SIGNING_KEY_ID: ${{ secrets.SIGNING_KEY_ID }}
|
|
78
|
+
SIGNING_KEY_PASSPHRASE: ${{ secrets.SIGNING_KEY_PASSPHRASE }}
|
|
79
|
+
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
|
80
|
+
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
|
|
81
|
+
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
|
|
75
82
|
|
|
76
83
|
# Step 2: Deploy to AWS (Custom deployment logic)
|
|
77
84
|
check_eas_setup:
|
|
@@ -16,7 +16,12 @@ jobs:
|
|
|
16
16
|
node_version: '22.21.1'
|
|
17
17
|
package_manager: 'bun'
|
|
18
18
|
skip_jobs: 'test,test:integration,test:e2e'
|
|
19
|
-
secrets:
|
|
19
|
+
secrets:
|
|
20
|
+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
|
21
|
+
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
|
22
|
+
GITGUARDIAN_API_KEY: ${{ secrets.GITGUARDIAN_API_KEY }}
|
|
23
|
+
FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY }}
|
|
24
|
+
MAESTRO_API_KEY: ${{ secrets.MAESTRO_API_KEY }}
|
|
20
25
|
|
|
21
26
|
zap:
|
|
22
27
|
name: 🕷️ ZAP Baseline Scan
|
|
@@ -69,7 +69,14 @@ jobs:
|
|
|
69
69
|
require_signatures: false
|
|
70
70
|
node_version: '22.21.1'
|
|
71
71
|
package_manager: 'bun'
|
|
72
|
-
secrets:
|
|
72
|
+
secrets:
|
|
73
|
+
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
|
|
74
|
+
RELEASE_SIGNING_KEY: ${{ secrets.RELEASE_SIGNING_KEY }}
|
|
75
|
+
SIGNING_KEY_ID: ${{ secrets.SIGNING_KEY_ID }}
|
|
76
|
+
SIGNING_KEY_PASSPHRASE: ${{ secrets.SIGNING_KEY_PASSPHRASE }}
|
|
77
|
+
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
|
78
|
+
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
|
|
79
|
+
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
|
|
73
80
|
|
|
74
81
|
verify_aws_credentials:
|
|
75
82
|
name: Verify AWS Credentials
|
|
@@ -242,7 +249,9 @@ jobs:
|
|
|
242
249
|
virtual_users: 50
|
|
243
250
|
fail_on_threshold: false # Don't fail the release if load test fails
|
|
244
251
|
upload_results: true
|
|
245
|
-
secrets:
|
|
252
|
+
secrets:
|
|
253
|
+
K6_CLOUD_TOKEN: ${{ secrets.K6_CLOUD_TOKEN }}
|
|
254
|
+
CUSTOM_HEADERS: ${{ secrets.CUSTOM_HEADERS }}
|
|
246
255
|
|
|
247
256
|
# Post-deployment monitoring (optional)
|
|
248
257
|
post_deployment_monitoring:
|
package/package.json
CHANGED
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"axios": ">=1.13.5"
|
|
72
72
|
},
|
|
73
73
|
"name": "@codyswann/lisa",
|
|
74
|
-
"version": "1.52.
|
|
74
|
+
"version": "1.52.5",
|
|
75
75
|
"description": "Claude Code governance framework that applies guardrails, guidance, and automated enforcement to projects",
|
|
76
76
|
"main": "dist/index.js",
|
|
77
77
|
"exports": {
|
|
@@ -15,4 +15,9 @@ jobs:
|
|
|
15
15
|
node_version: '22.21.1'
|
|
16
16
|
package_manager: 'bun'
|
|
17
17
|
skip_jobs: ''
|
|
18
|
-
secrets:
|
|
18
|
+
secrets:
|
|
19
|
+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
|
20
|
+
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
|
21
|
+
GITGUARDIAN_API_KEY: ${{ secrets.GITGUARDIAN_API_KEY }}
|
|
22
|
+
FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY }}
|
|
23
|
+
MAESTRO_API_KEY: ${{ secrets.MAESTRO_API_KEY }}
|