summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Collapse)Author
2020-04-17Remove debug LOG_LEVEL from specmo khan
2020-04-17Fix linter errorsmo khan
2020-04-17Split java 8/11 files to separate fixture directoriesmo khan
2020-04-17Split groovy and kotlin specs because they are supported differently based ↵mo khan
on java version and gradle version 😵
2020-04-17Test specific versions of gradle with matching versions of javamo khan
2020-04-17Test out gradle groovy buildsmo 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-14Remove dependency sourced from S3mo khan
2020-04-14Extract private pypi variablesmo khan
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-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-01Silence git clone outputmo 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-26Install pip packages from a custom indexmo khan
* Read PIP_INDEX_URL to identify where to download packages from
2020-03-20Install maven packages for multi-module setupmo khan
* Install packages when multiple maven modules are detected * Add CHANGELOG entry * Install gem silently * Add package manager to test description * Sort paths
2020-03-19Fix usage of SETUP_CMDmo khan
2020-03-18Fix linter errormo khan
2020-03-18Use MAVEN_CLI_OPTSmo khan
2020-03-18Split recursive optionmo khan
2020-03-18Fix how options are passed in specmo khan
2020-03-18Extract test fixturesmo khan
2020-03-18Install maven-license-plugin at build timemo khan
2020-03-18Install the gitlab-maven profile to allow fetching from the project maven ↵mo khan
repository
2020-03-18Update to version 1.2 which includes the license elementmo khan
2020-03-18Add spec to test pulling a package from a custom repositorymo khan
2020-03-18Move clone step to a before(:example)v3.0.0mo khan
2020-03-07Apply gitlab-stylesmo khan
2020-03-07Fix nuget specsmo khan
2020-03-06Remove commented out specmo khan
2020-03-06Fix python/pip specsmo khan
2020-03-06fix some pip specsmo khan
2020-03-05Extract default env varsmo khan
2020-03-04url is not required in v1.1 schemamo khan
2020-03-04Fix the v1.1 report schemamo khan
2020-03-04Remove TOOLS_IMAGEmo khan
2020-03-04Remove whitespacemo khan
2020-03-04Check if actual vs expected reports matchmo khan
2020-03-04Check report to ensure it matches the schemamo khan
2020-03-04Fix typo in v1.0 schema filemo khan
2020-03-04Add v1.0 schema filemo khan
2020-03-04Add v1.1 schema filemo khan
2020-03-04Convert python qa jobs to integration testsmo khan
2020-03-04Convert pipenv qa jobs to integration testsmo khan
2020-03-04Convert java-maven qa jobs to integration testsmo khan
2020-03-04Convert dotnet QA jobs to integration testsmo khan