| Age | Commit message (Collapse) | Author |
|
|
|
Fix typo in name gitattributes
See merge request gitlab-org/security-products/license-management!165
|
|
tttttto many teees
|
|
Add integration test to go modules TLS verification
See merge request gitlab-org/security-products/license-management!164
|
|
* Use haproxy to proxy to package registry
* Install haproxy in setup script
* Add markers for collapsible sections
* Move ignored groups setup to prepare_project
|
|
Load the configured version of Java/Python
See merge request gitlab-org/security-products/license-management!163
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
List go modules found in `mod.sum` including modules that do not end up in vendor directory
See merge request gitlab-org/security-products/license-management!161
|
|
* Update CHANGELOG and fix typo
* Render severity based on exit code
* Explicitly specify the default GOPROXY
* Default to -mod=readonly and allow override
* Do not modify `vendor` directory if it exists.
* Skip `go mod tidy` to prevent modifying projects files.
* Include dependencies that appear in go.mod but are not present in the
vendor directory.
* Remove severity from log output
* Wipe golang module cache before each spec
```plaintext
The -mod build flag provides additional control over updating and use of
go.mod.
If invoked with -mod=readonly, the go command is disallowed from the
implicit automatic updating of go.mod described above. Instead, it fails
when any changes to go.mod are needed. This setting is most useful to
check that go.mod does not need updates, such as in a continuous
integration and testing system. The "go get" command remains permitted
to update go.mod even with -mod=readonly, and the "go mod" commands do
not take the -mod flag (or any other build flags).
If invoked with -mod=vendor, the go command loads packages from the main
module's vendor directory instead of downloading modules to and loading
packages from the module cache. The go command assumes the vendor
directory holds correct copies of dependencies, and it does not compute
the set of required module versions from go.mod files. However, the go
command does check that vendor/modules.txt (generated by 'go mod
vendor') contains metadata consistent with go.mod.
If invoked with -mod=mod, the go command loads modules from the module
cache even if there is a vendor directory present.
If the go command is not invoked with a -mod flag and the vendor
directory is present and the "go" version in go.mod is 1.14 or higher,
the go command will act as if it were invoked with -mod=vendor.
```
- https://golang.org/cmd/go/#hdr-Maintaining_module_requirements
|
|
Allow custom conan configuration
See merge request gitlab-org/security-products/license-management!159
|
|
|
|
|
|
|
|
|
|
from cache
|
|
|
|
|
|
* Use git fetch with a depth of 1
* Control Conan environment via environment variables
* Allow specifying a custom CONAN_LOGIN_USERNAME and CONAN_PASSWORD
* Specify a default CONAN_CACERT_PATH to point the system cert file
* Tie CONAN_LOGGING_LEVEL to LOG_LEVEL
* Tag and skip offline environment tests because it was shutdown
* Add CHANGELOG entry
|
|
Add tests for Conan projects.
See merge request gitlab-org/security-products/license-management!158
|
|
|
|
|
|
Scan conan projects
See merge request gitlab-org/security-products/license-management!156
|
|
* Scan the conan examples project
* Split licenses by comma
* Add integration test job for c projects
* Add package_manager, version and path to v2.1 report
* Detect collisions between names from different package managers
* Add CHANGELOG entry
* Update README to indicate Conan support
* Print timestamps in install script
|
|
|
|
|
|
Use rules instead of only
See merge request gitlab-org/security-products/license-management!155
|
|
|
|
Trigger downstream functional tests
See merge request gitlab-org/security-products/license-management!153
|
|
* Move jobs to gitlab-ci.yml files that match the stage they belong to.
* Move linter job to build stage
* Add functional test jobs
* Reduce max size to 2 GB
* Pass the current pipeline image to the downstream jobs
* Replace `edge` tag with `latest`
* Use $CI_DEFAULT_BRANCH instead of master
* Move `.env*` files to config dir and update RELEASE instructions
* Combine `tag` and `release` stages into `deploy` stage as recommended in GitLab docs
* Make the `build-docker-image` job interruptible
* Fix issues found in code quality report
|
|
Also push to new analyzer location
See merge request gitlab-org/security-products/license-management!152
|
|
|
|
Provide Bower with a `bower_ca` variable when a custom CA is specified.
See merge request gitlab-org/security-products/license-management!151
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add support for bower in offline environment
See merge request gitlab-org/security-products/license-management!150
|
|
|
|
|
|
|
|
|
|
|