Skip to content

Adding cloud results upload#871

Merged
Mzack9999 merged 1 commit intodevfrom
feat-asset-upload
Nov 7, 2025
Merged

Adding cloud results upload#871
Mzack9999 merged 1 commit intodevfrom
feat-asset-upload

Conversation

@Mzack9999
Copy link
Member

No description provided.

@coderabbitai
Copy link

coderabbitai bot commented Nov 6, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feat-asset-upload

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@Mzack9999 Mzack9999 marked this pull request as ready for review November 7, 2025 16:30
@Mzack9999
Copy link
Member Author

@coderabbitai create an issue for this PR related to tls results upload to cloud platform

@Mzack9999 Mzack9999 self-assigned this Nov 7, 2025
@coderabbitai
Copy link

coderabbitai bot commented Nov 7, 2025

Tip

For best results, initiate chat on the files or code changes.

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash

# First, get the PR details
echo "=== PR Details ==="
gh pr view 871 --json title,body,url,number

echo -e "\n=== Creating Issue ==="
# Create the issue with relevant details
gh issue create \
  --title "TLS Results Upload to Cloud Platform" \
  --body "This issue tracks the implementation of TLS results upload to cloud platform functionality.

Related to PR #871: https://github.com/projectdiscovery/tlsx/pull/871

Requested by @Mzack9999" \
  --assignee Mzack9999

Length of output: 215


@Mzack9999: I've created issue #872 for tracking the TLS results upload to cloud platform functionality: #872

The issue has been assigned to you and includes a reference back to this PR.

@Mzack9999 Mzack9999 linked an issue Nov 7, 2025 that may be closed by this pull request
@Mzack9999 Mzack9999 merged commit f15548d into dev Nov 7, 2025
9 checks passed
@Mzack9999 Mzack9999 deleted the feat-asset-upload branch November 7, 2025 21:40
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.

TLS Results Upload to Cloud Platform

1 participant