-
Notifications
You must be signed in to change notification settings - Fork 5
test: alerts summary cards #226
Conversation
alex-mcgovern
commented
Jan 29, 2025
- adds tests for alert summary cards
- slightly refactors how we mock things for alerts
Minder Vulnerability Report ✅Minder analyzed this PR and found it does not add any new vulnerable dependencies.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dependency Information
Minder analyzed the dependencies introduced in this pull request and detected that some dependencies do not meet your security profile.
📦 Dependency: @rollup/rollup-darwin-arm64
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Package activity | 9 |
Repository activity | 8.5 |
User activity | 9.6 |
Provenance | historical_provenance_match |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 112 |
Number of git tags or releases | 203 |
Versions matched to tags or releases | 89 |
Alternatives
Package | Score | Description |
---|---|---|
@rollup/rollup-darwin-x64 | 0 | |
@rollup/rollup-darwin-x64 | 0 |
package.json
Outdated
@@ -9,7 +9,7 @@ | |||
"generate-client": "npm run fetch-openapi-schema && npm run openapi-ts", | |||
"fetch-openapi-schema": "curl https://github.com/raw/stacklok/codegate/refs/heads/main/api/openapi.json > src/api/openapi.json", | |||
"openapi-ts": "openapi-ts", | |||
"knip": "knip --production", | |||
"knip": "knip", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I remember the same change in a previous PR 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Pull Request Test Coverage Report for Build 13034256305Details
💛 - Coveralls |