summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2020-05-20Update CHANGELOGmo khan
2020-05-20Pass the `bower_ca` env variable to bowermo khan
2020-05-19Fetch bower dependencies from custom repo with custom cert chainmo khan
2020-05-19Add CHANGELOG entrymo khan
2020-05-19Exclude bower packagemo khan
2020-05-19Flatten dependenciesmo khan
2020-05-19Collect dependencies of dependencies in bower projectmo khan
2020-05-19Add --allow-root option to install stepmo khan
2020-05-15Pull yarn packages from a custom registrymo khan
2020-05-14Add frozen string literal pragmamo khan
2020-05-14Use guard clausemo khan
2020-05-14Update command to work in all golang versionsmo khan
2020-05-14Use a separate command for each version of golangmo khan
2020-05-14Add specs for previous versions of golangmo khan
2020-05-14Update go list command to be compatible with 1.14mo khan
* Add missing packages to report fixtures
2020-05-13Fix linter errorsmo khan
2020-05-13Remove devDependencies from yarn scansmo khan
* Inline creation of PipPackage in legacy scan results * Add CHANGELOG entry
2020-05-05Extract variable for keystore_pathmo khan
2020-05-05Use environment variable instead of changing global configurationmo khan
2020-05-05Specify npm cafile settingmo khan
* [cafile](https://docs.npmjs.com/using-npm/config#cafile) * Use host network for development scripts * Specify path to JAVA keystore in list command * Add CHANGELOG entry
2020-05-04Add tests for js npm projectsmo khan
* Add tests for js projects with npm-lock.json file * Add specs for project that does not have a package-lock.json * Fix typo in loading fixture file content not path * Remove dev dependencies for expected js test reports * Add spec for using different engine * Add latest nodejs LTS * Cleanup files after install and disable NPM update checks * Install a .curlrc to remove progress meter * Export LOG_LEVEL=debug in dev mode * Update fixture files * Update to latest patch level of nodejs, php, python, ruby * Add CHANGELOG entry * Move prepare_javascript from bash to ruby
2020-04-29Allow gradle to fetch from TLS endpoint with custom certmo khan
* Add CHANGELOG entry * Avoid shell expansion errors * Add gradle-license-plugin to local gradle cache * Download gradle plugin dependencies and use backwards compatible syntax in init.gradle * Use latest gradle v2
2020-04-22Use keytool to import a ca certificatemo khan
* Remove dind for license scan and move it to code_quality * Add spec to verify TLS connections to maven repo * Add CHANGELOG and bump version
2020-04-20Use --local to install license-management gemmo khan
* Add CHANGELOG entry
2020-04-17Change logger formatter to reduce unnecessary outputmo khan
2020-04-17Jump to global namespacemo khan
2020-04-17Remove gradle version checkmo khan
2020-04-17Fix linter errorsmo khan
2020-04-17Check for nil match instead of catching errormo khan
2020-04-17Ensure that version parsing does not interrupt processingmo khan
2020-04-17Check for a valid version of gradlemo khan
2020-04-17Test specific versions of gradle with matching versions of javamo khan
2020-04-17Print out the x509 info for debuggingmo khan
2020-04-16Update JAVA_HOMEmo khan
2020-04-16Ensure at least one runtime dependency is detected in gradle specsmo khan
2020-04-15Use GRADLE_CLI_OPTS when invoking gradle directlymo khan
* Extract gradle_command method * Bump version and update CHANGELOG * Remove prepare_java step from run.sh
2020-04-09Specify PIP_CERT when installing pip packagesmo khan
* Add CHANGELOG entry * Move method `default_env` to Python class
2020-04-03Install root certificatemo khan
* Install certificate in root ca trust store * Use PIP_CERT environment variable to specify path to the certificate bundle * Do not override user provided PIP_CERT * Perform shallow clone when possible * Update CHANGELOG and bump version
2020-04-02Add option to change the log levelmo khan
* Add CHANGELOG entry and bump version * Change default log level to `warn` * Log stderr output if exit status is not successful
2020-04-02Reproduce failure with go modules scanningmo khan
* Install sudo for existing configurations * Detect dependencies in a gomodules project * Add CHANGELOG entry and bump version * Symlink to $GOPATH for non go modules projects * Remove problematic go get setup
2020-04-01Create pipenv environment using full Python versionv3.4.0mo khan
2020-04-01Use pipenv sync instead of pipenv installmo khan
2020-04-01Record warning when unknown license is detectedmo khan
2020-04-01Pull package info from sources in Pipfile.lockmo khan
* Exclude dependencies in "develop" group" * Install pipenv by default * Use .venv to match the default location as pipenv * Use pip-licenses to detect licenses in Pipfile project * Add variation of the MIT License * Redirect asdf install stdout to /dev/null * Add CHANGELOG entry and bump version
2020-04-01Fix bug with forwarding LICENSE_FINDER_CLI_OPTSmo khan
2020-03-30Use virtualenv, pip-licenses to scan projectsmo khan
* Add PIL License to list of normalized licenses * Update Python 3 v2.0 report fixture * Add CHANGELOG entry * Define local variables in bash functions * Ensure `SETUP_CMD` continues to work for python projects * build virtualenv app-data cache * Fallback to legacy scanner when SETUP_CMD is used * Extract Shell class to be able to pass custom env
2020-03-26Add CHANGELOG entrymo khan
2020-03-26Install pip packages from a custom indexmo khan
* Read PIP_INDEX_URL to identify where to download packages from
2020-03-23Add CHANGELOG and bump versionmo khan
2020-03-23Include debug logs from the license-maven-pluginmo khan