Skip to content
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

Distributed scan init #60

Merged
merged 7 commits into from
Aug 12, 2024
Merged

Distributed scan init #60

merged 7 commits into from
Aug 12, 2024

Conversation

souvik-karfa
Copy link
Contributor

Summary:

Replaced the following steps using a FileCallable:

  • Downloading the binary
  • Copying the script

Replaced the following steps with Launcher:

  • Running the script
  • Deleting the temporary script using rm command.

These ensure that all the processes take place at the remote agent, where the workspace is present.

Points to note:

  • We have the option of providing the path to the binary. The user will need to make sure that the binary is available at the remote agent.

@souvik-karfa souvik-karfa changed the title Distributed ast init Distributed scan init Aug 5, 2024
@souvik-karfa souvik-karfa marked this pull request as ready for review August 6, 2024 04:17
@dhruv-singhal-github dhruv-singhal-github merged commit 1d105ef into main Aug 12, 2024
3 checks passed
@dhruv-singhal-github dhruv-singhal-github deleted the distributed-AstInit branch August 12, 2024 05:42
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