| Age | Commit message (Collapse) | Author |
|
Update to PHP 7.4.8
See merge request gitlab-org/security-products/license-management!208
|
|
|
|
|
|
|
|
|
|
* Use same composer.json and composer.lock file from issue
* Check if vendor path exists before specifying env vars
* Install php from deb package
|
|
Explicitly source bashrc
See merge request gitlab-org/security-products/license-management!206
|
|
In some cases the '$HOME' environment
variable is overwritten in the runtime
environment. This occurred when running
this image in a OpenShift environment.
|
|
Bundle mono deb package.
See merge request gitlab-org/security-products/license-management!204
|
|
|
|
* Ensure mono deb job completes successfully
* Sync the CA certificates
|
|
Unpack Rust deb package before asdf install
See merge request gitlab-org/security-products/license-management!205
|
|
|
|
|
|
* Add test to scan cargo project with packages from a private registry
* Synchronize mono cert store
* Wipe nuget package cache before specs
* Compress /usr/local/share
* Exclude development dependencies
* Add CHANGELOG entry
|
|
Package license management deb from deb job
See merge request gitlab-org/security-products/license-management!203
|
|
|
|
|
|
Build debian packages for tools
See merge request gitlab-org/security-products/license-management!202
|
|
Parse `composer.lock` file when composer CLI fails
See merge request gitlab-org/security-products/license-management!200
|
|
|
|
|
|
|
|
|
|
|
|
Update dotnet test fixtures
See merge request gitlab-org/security-products/license-management!199
|
|
Related to changes in https://gitlab.com/gitlab-org/security-products/tests/csharp-nuget-dotnetcore/-/merge_requests/19
|
|
Exclude development dependencies from composer project scans
See merge request gitlab-org/security-products/license-management!198
|
|
* Add test to install composer packages from custom TLS endpoint
* Remove dev dependencies from fixture files
* Install composer packages in vendor_path
* Bump version and update CHANGELOG
|
|
Set .tool-versions to latest Go
See merge request gitlab-org/security-products/license-management!197
|
|
|
|
Combine default/custom x509 certificates in TLS validation
See merge request gitlab-org/security-products/license-management!194
|
|
|
|
|
|
Update maven/gradle offline tests
See merge request gitlab-org/security-products/license-management!195
|
|
|
|
* Let maven figure out the version of the license plugin that it is compatible with
* Print the error when the setup fails
* Add tests for multiple versions of maven and java
* Install packages into a project specific directory to prevent cross test pollution
* Specify the list of supported Maven versions
* Update CHANGELOG and bump the version
|
|
Install mono/nuget at build time
See merge request gitlab-org/security-products/license-management!193
|
|
* Install ca-certificates-mono
* Download *.deb files to /opt/toolcache/mono
|
|
* Include the latest dotnet SDK in the /opt/asdf/installs directory.
* Update CHANGELOG and bump version
* Compress large directories
|
|
Fix path to the .env.* files
See merge request gitlab-org/security-products/license-management!192
|
|
|
|
Add composer lock file for test project and fix failing build
See merge request gitlab-org/security-products/license-management!190
|
|
|
|
Resolve nuget dependencies from a custom registry.
See merge request gitlab-org/security-products/license-management!189
|
|
* Install custom ca certificate in location where nuget can recognize it
* Add subject alternative name to the generate x509 cert
* Do not cache packages and https requests
* Detect vbproj, fsproj, csproj, and sln files
* Improve nuget package detection
* Parse SPDX license expression from nuspec files
* Update version and update CHANGELOG
|
|
|
|
|
|
Isolate license_management ruby from project ruby
See merge request gitlab-org/security-products/license-management!181
|
|
* Target ruby version 2.7.1
* Add spec to fetch gems from a custom source
* Add proxy to rubygems.org config
* Specify default env vars to support offline environment
* Cleanup custom certificates after spec
* Inline docker-test script
* Do not install license_finder with each installed ruby
* Increase gem log verbosity and include backtrace
* Extract test fixtures for the different ruby scenarios
* Find *.gemspec files in gems dir
* Use RUBYLIB to hijack src path
* Run scan from project path dir
|