Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

      In the section Package Manager Dependency resolvers, there are all dependencies that UA can scan (#resolveDependencies=false), all are comments so it means that all will be scanned by UA. In GEANT there are many different projects with many technologies and written in many different languages and it will be safer to scan all dependencies.

Running the Unified Agent from the Command Line (Scanning Procedure)

To execute run the Unified Agent from the command line, run execute the following on the computer which the Unified Agent will scan. command on the machine where your code base is located,

Linux/macOS:

java -jar /path/to/wss-unified-agent.jar -c /path/to/wss-unified-agent.config -d /path/to/project/root/directory

...