Commit a43b2d31 authored by Alexandre Burgoni's avatar Alexandre Burgoni
Browse files

Adding tools versions & images

parent 8df380f7
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -4,3 +4,7 @@ default_stage: build
icon: 📒
maintainer: thomasboni
license: MIT
images:
  - 'node:12.18.3-alpine3.12'
tools:
  ApiDoc: '$APIDOC_VERSION'
 No newline at end of file
+2 −0
Original line number Diff line number Diff line
@@ -4,3 +4,5 @@ default_stage: build
icon: 🐳
maintainer: thomasboni
license: MIT
images:
  - 'gcr.io/kaniko-project/executor:debug-v0.20.0'
+5 −1
Original line number Diff line number Diff line
@@ -4,3 +4,7 @@ default_stage: build
icon: 🌐
maintainer: Protocole
license: MIT
images:
  - 'alpine:3.12.1'
tools:
  .NET: '$DOTNET_VERSION'
 No newline at end of file
+5 −0
Original line number Diff line number Diff line
@@ -4,3 +4,8 @@ default_stage: build
icon: 📃
maintainer: coconux
license: MIT
images:
  - 'alpine:3.12.1'
when: always
tools:
  doxygen: '1.8.18-r0'
 No newline at end of file
+5 −1
Original line number Diff line number Diff line
@@ -4,3 +4,7 @@ default_stage: static_tests
icon: 🔐
maintainer: FulcrandG
license: MIT
images:
  - 'zricethezav/gitleaks:v6.1.2'
tools:
  gitleaks: 6.1.2
Loading