diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 417ce60a..c7ef9796 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -68,8 +68,8 @@ jobs: - name: E2E - scan run: go run cmd/debricked/main.go scan internal/file/testdata/misc -e requirements.txt -t ${{ secrets.DEBRICKED_TOKEN }} -r debricked/cli-test -c E2E-test-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }} - vulnfunc-e2e: - name: Vulnfunc E2E + reach-analysis-e2e: + name: Reachability Analysis E2E strategy: matrix: diff --git a/internal/cmd/callgraph/callgraph.go b/internal/cmd/callgraph/callgraph.go index d90b658f..a974314e 100644 --- a/internal/cmd/callgraph/callgraph.go +++ b/internal/cmd/callgraph/callgraph.go @@ -28,7 +28,7 @@ func NewCallgraphCmd(generator callgraph.IGenerator) *cobra.Command { Short: "Generate a static call graph for the given directory and subdirectories", Long: `Generate a static call graph for a project in the given directory. The command consists of two main parts: build and callgraph. Build: Build the project and resolve dependencies. In this step, all necessary .class files are created. -Callgraph: Generate the static call graph using debricked Vulnerable Functionality. +Callgraph: Generate the static call graph using debricked Reachability Analysis. The full documentation is available here https://portal.debricked.com/debricked-cli-63/debricked-cli-documentation-298