Skip to content

test(ministack): add webhook to scale-up smoke chain - #5399

Open
edersonbrilhante wants to merge 7 commits into
mainfrom
test-ministack-github-api-chain
Open

test(ministack): add webhook to scale-up smoke chain#5399
edersonbrilhante wants to merge 7 commits into
mainfrom
test-ministack-github-api-chain

Conversation

@edersonbrilhante

Copy link
Copy Markdown
Contributor

Description

Add a MiniStack integration smoke test for the API Gateway to webhook, EventBridge, dispatcher, SQS, and scale-up path. The test starts a pinned mockserver/mockserver container with declarative GitHub API expectations and verifies the internal Lambda handoffs plus the three GitHub API calls.

Test Plan

  • Local full MiniStack smoke test passed with the MockServer container.
  • sh -n tests/ministack/run-smoke.sh
  • python3 -m json.tool tests/ministack/github-api-expectations.json
  • terraform fmt -check -recursive
  • git diff --check

Related Issues

None.

@edersonbrilhante
edersonbrilhante requested review from a team as code owners September 9, 2026 10:56
@github-actions

github-actions Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 1 package(s) with unknown licenses.
See the Details below.

License Issues

.github/workflows/ministack.yml

PackageVersionLicenseIssue Type
mock-server/mockserver-monorepo/.github/actions/setup-mockserver92b0dc51d940e42bbeae6cda0d1e82a45058e48cNullUnknown License

OpenSSF Scorecard

PackageVersionScoreDetails
actions/actions/setup-node 820762786026740c76f36085b0efc47a31fe5020 🟢 6.4
Details
CheckScoreReason
Maintained🟢 1021 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Binary-Artifacts🟢 9binaries present in source code
Code-Review🟢 10all changesets reviewed
Packaging⚠️ -1packaging workflow not detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Pinned-Dependencies🟢 5dependency not pinned by hash detected -- score normalized to 5
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Security-Policy🟢 9security policy file detected
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
SAST🟢 10SAST tool is run on all commits
actions/mock-server/mockserver-monorepo/.github/actions/setup-mockserver 92b0dc51d940e42bbeae6cda0d1e82a45058e48c UnknownUnknown

Scanned Files

  • .github/workflows/ministack.yml


- name: Start MockServer
id: mockserver
uses: mock-server/mockserver-monorepo/.github/actions/setup-mockserver@92b0dc51d940e42bbeae6cda0d1e82a45058e48c # master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants