Skip to content

Conversation

@eranturgeman
Copy link
Contributor

@eranturgeman eranturgeman commented Oct 15, 2024

  • All tests passed. If this feature is not already covered by the tests, I added new tests.
  • This pull request is on the dev branch.
  • I used gofmt for formatting the code before submitting the pull request.
  • Update documentation about new features / new supported technologies

This PR introduces a new ability that enables Frogbot ScanRepository to work with local repository rather than cloning the remote repo within its process.
This enables to manipulate a repo we want to scan from within a CI (prior to Frogbot run) and use the manipulated repo instead of the repo existing in the remote.
For example - If we do not have build for all sub repositories in our remote repo, but we do want to build them in order to scan them (required for the scan and the fix process), we can build our project in the CI, and make Frogbot use the buit repository.

In order to use this feature we need to set a new env var: JF_USE_LOCAL_REPOSITORY and to navigate to the local repository's root BEFORE frogbot starts its execution

@eranturgeman eranturgeman added safe to test Approve running integration tests on a pull request new feature Automatically generated release notes labels Oct 15, 2024
@github-actions github-actions bot removed the safe to test Approve running integration tests on a pull request label Oct 15, 2024
@eranturgeman eranturgeman added the safe to test Approve running integration tests on a pull request label Oct 20, 2024
@github-actions github-actions bot removed the safe to test Approve running integration tests on a pull request label Oct 20, 2024
@eranturgeman eranturgeman merged commit 55d80fa into jfrog:dev Oct 20, 2024
@github-actions
Copy link
Contributor

👍 Frogbot scanned this pull request and did not find any new security issues.


@eranturgeman eranturgeman added ignore for release Automatically generated release notes and removed new feature Automatically generated release notes labels Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ignore for release Automatically generated release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants