HEX
Server: Apache
System: Linux webd004.cluster130.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User: frenchy (106757)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/frenchy/www/extracts/var/www/french-american.org/current/node_modules/snyk/help/file.txt
File:

When testing locally, you can specify the file that Snyk should inspect for
package information.

  $ snyk test --file=package.json

When ommitted Snyk will try to detect the appropriate file for your project by
looking for files in following order:
  yarn.lock
  package-lock.json
  package.json
  Gemfile
  Gemfile.lock
  pom.xml
  build.gradle
  build.gradle.kts
  build.sbt
  Pipfile
  requirements.txt
  Gopkg.lock
  go.mod
  vendor/vendor.json
  project.assets.json
  packages.config
  paket.dependencies
  composer.lock

If more than one file exists it will use the first order-wise. If you wish to specify manually, you can
  point the --file parameter to force using what you specify, for example:

  $ snyk test --file=Gemfile

When used alongside `--docker`, and passed the appropriate Dockerfile, Snyk will
offer more detailed remediation advice for your image:

  $ snyk test --docker myapp:latest --file=./myapp/Dockerfile