diff options
| author | mo khan <mo.khan@gmail.com> | 2020-04-02 15:11:12 +0000 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-04-02 15:11:12 +0000 |
| commit | 2d200e2bcecb91eadc5ee211f5bb65aafa645054 (patch) | |
| tree | 9749333a7c8878b833b4642afe3071cf1c14012c /config | |
| parent | 43bcbbd04342faa497725c5b0be3c6d944d850da (diff) | |
| parent | bfd7459419921ff37ee500f0698862eea6788675 (diff) | |
Merge branch '10128-go-modules' into 'master'v3.5.0
Improve license detection in go modules projects
See merge request gitlab-org/security-products/license-management!129
Diffstat (limited to 'config')
| -rw-r--r-- | config/.bashrc | 1 | ||||
| -rw-r--r-- | config/.tool-versions | 8 | ||||
| -rw-r--r-- | config/install.sh | 1 |
3 files changed, 5 insertions, 5 deletions
diff --git a/config/.bashrc b/config/.bashrc index e883436..288d919 100644 --- a/config/.bashrc +++ b/config/.bashrc @@ -6,7 +6,6 @@ function inflate() { local file=$1 local to_dir=$2 if [ -f "$file" ]; then - echo "Inflating $file in $to_dir" tar --use-compress-program zstd -xf "$file" -C "$to_dir" rm "$file" fi diff --git a/config/.tool-versions b/config/.tool-versions index a012517..92ddb32 100644 --- a/config/.tool-versions +++ b/config/.tool-versions @@ -1,11 +1,11 @@ elixir system golang system -gradle 6.2 +gradle 6.3 java adopt-openjdk-8u242-b08 adopt-openjdk-11.0.6+10 maven 3.6.3 -nodejs 10.18.0 -php 7.4.3 -python 3.8.1 2.7.17 +nodejs 10.19.0 +php 7.4.4 +python 3.8.2 2.7.17 ruby 2.6.5 rust system sbt 1.3.8 diff --git a/config/install.sh b/config/install.sh index f015620..2fa313c 100644 --- a/config/install.sh +++ b/config/install.sh @@ -62,6 +62,7 @@ apt-get install -y --no-install-recommends \ rebar \ rustc \ software-properties-common \ + sudo \ tk-dev \ unixodbc-dev \ unzip \ |
