-
Notifications
You must be signed in to change notification settings - Fork 4
chore: integrate build-scan-push-action to scan docker images #5464
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5464 +/- ##
==========================================
- Coverage 75.00% 74.91% -0.10%
==========================================
Files 458 458
Lines 63260 63260
==========================================
- Hits 47449 47392 -57
- Misses 13165 13216 +51
- Partials 2646 2652 +6 ☔ View full report in Codecov by Sentry. |
…bs/rudder-server into chore.scan-docker-image
…into chore.scan-docker-image
…bs/rudder-server into chore.scan-docker-image
mihir20
approved these changes
Feb 6, 2025
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.
LGTM
ktgowtham
approved these changes
Feb 7, 2025
This was referenced Feb 18, 2025
Closed
Merged
satishrudderstack
pushed a commit
that referenced
this pull request
Feb 19, 2025
🤖 I have created a release *beep* *boop* --- ## [1.43.0](v1.42.0...v1.43.0) (2025-02-18) ### Features * add a new implementation of schema with ttl ([#5462](#5462)) ([c708863](c708863)) * implement snowpipe destination config validation ([#5472](#5472)) ([a3810fc](a3810fc)) * introduce router transformer metrics for cost attribution ([#5511](#5511)) ([a8b3a00](a8b3a00)) * introduce transformer metrics for cost attribution ([#5505](#5505)) ([90d1f24](90d1f24)) * sync latency metrics api ([#5500](#5500)) ([b35a657](b35a657)) * updated validation check for microsoftClickId in bingads_offline_conversions async destination ([#5514](#5514)) ([6468c42](6468c42)) ### Bug Fixes * async framework destination live events ([#5480](#5480)) ([4938a25](4938a25)) * databricks columns to add becomes empty after filtering ([#5494](#5494)) ([4854220](4854220)) * deltalake syncs failing for columns with unhandled data type ([#5467](#5467)) ([28d6072](28d6072)) * security vulnerabilities ([#5481](#5481)) ([d89b8cc](d89b8cc)) * snowpipe streaming error enrichment for failed events ([#5479](#5479)) ([737a42a](737a42a)) * warehouse transformations SourceDefinitionType as empty ([#5510](#5510)) ([15faf6b](15faf6b)) ### Miscellaneous * **deps:** bump google.golang.org/protobuf from 1.36.4 to 1.36.5 in the go-deps group ([#5489](#5489)) ([e0b64f8](e0b64f8)) * **deps:** bump the go-deps group across 1 directory with 14 updates ([#5478](#5478)) ([1ab22b0](1ab22b0)) * fix gateway metrics ([#5483](#5483)) ([4938a25](4938a25)) * generateTransformationMessage is its own concurrent step ([#5449](#5449)) ([734e759](734e759)) * integrate build-scan-push-action to scan docker images ([#5464](#5464)) ([e9579b8](e9579b8)) * make cslb configurable ([#5451](#5451)) ([4938a25](4938a25)) * migration to drop unused wh_schema_versions table ([#5469](#5469)) ([28d6072](28d6072)) * sanitise sample event payload and sample response before inserting in reports table ([#5493](#5493)) ([9ec7552](9ec7552)) * sync release v1.42.1 to main branch ([#5477](#5477)) ([ad74333](ad74333)) * track event name post user transformation for reporting ([#5501](#5501)) ([7fcdc47](7fcdc47)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Using rudderlabs/build-scan-push-action for scanning docker images.
Linear Ticket
Resolves PIPE-1865
Security