|
39 | 39 | IDE's <code>PATH</code> environment. |
40 | 40 | </li> |
41 | 41 | <li>For Node projects, analyzing a <code>package.json</code> file, you must have one of the corresponding package manager <code>npm</code>, <code>pnpm</code> or <code>yarn</code> and |
42 | | - <code>node</code> binaries in your IDE's <code>PATH</code> environment. |
| 42 | + <code>node</code> binaries in your IDE's <code>PATH</code> environment. It also requires a corresponding lock file to be present in order to analyze package.json files. |
43 | 43 | </li> |
44 | 44 | <li>For Golang projects, analyzing a <code>go.mod</code> file, you must have the <code>go</code> binary in your |
45 | 45 | IDE's <code>PATH</code> environment. Furthermore, Golang projects can only be analyzed with IntelliJ Ultimate Edition. |
|
48 | 48 | <code>pip3</code> binaries in your IDE's <code>PATH</code> environment. |
49 | 49 | </li> |
50 | 50 | <li> |
51 | | - For Gradle projects, analyzing a <code>build.gradle</code> file, you must have the <code>gradle</code> binary in your system's <code>PATH</code> environment. |
| 51 | + For Gradle projects, analyzing a <code>build.gradle</code> file or <code>build.gradle.kts</code> file, you must have the <code>gradle</code> binary in your system's <code>PATH</code> environment. |
52 | 52 | </li> |
53 | 53 | <li>For base images, analyzing a <code>Dockerfile</code>, you must have the <code><a |
54 | 54 | href="https://github.com/anchore/syft?tab=readme-ov-file#installation" rel="noopener noreferrer" |
|
122 | 122 | executable. |
123 | 123 | <br>If the paths are not provided, your IDE's <code>PATH</code> environment will be used to locate the |
124 | 124 | executables. |
| 125 | + <br>It also requires a corresponding lock file to be present in order to analyze package.json files. |
125 | 126 | </li> |
126 | 127 | <li> |
127 | 128 | <b>Golang</b>: |
|
396 | 397 | <p>Added support for Proxy setting.</p> |
397 | 398 | <p>Enable using the Maven Wrapper.</p> |
398 | 399 | <p>No restart needed after installation.</p> |
399 | | - <p>Opening and analysing a single package.json file in editor is not supposed anymore.</p> |
| 400 | + <p>Require a lock file to be present in order to analyze package.json files.</p> |
400 | 401 | <p><b>1.0.0</b></p> |
401 | 402 | <p>Added support for base image vulnerability scanning in Dockerfiles.</p> |
402 | 403 | <p>Bumped Telemetry plugin to 1.1.0.</p> |
|
0 commit comments