This function searches the OSS index for vulnerabilities recorded for packages listed
in a Conda environment file typically called environment.yml
but are subject to varied names.
Conda environment can contain packages from both Conda and PyPI. All packages will be audited.
audit_conda(dir = ".", fname = "environment.yml", verbose = TRUE)
dir | The directory containing a Conda environment yaml file. |
---|---|
fname | The file name of conda environment yaml file. |
verbose | Default |
if (FALSE) { # Looks for a environment.yml file in dir audit_conda(dir = ".") }