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

Make job.yml syntax the same everywhere

parent 95e4ca1c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ icon: 🐍
maintainer: FulcrandG
license: MIT
images:
  "python": '3.8'
  "python": "3.8"
tools:
labels:
  - GitLab
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ icon: 🔓
maintainer: FulcrandG
license: MIT
images:
  "shiftleft/sast-scan": 'v1.9.29'
  "shiftleft/sast-scan": "v1.9.29"
tools:
labels:
  - GitLab
+2 −2
Original line number Diff line number Diff line
@@ -5,9 +5,9 @@ icon: 🔎
maintainer: thomasboni
license: MIT
images:
  "github/super-linter": 'v3.14.3'
  "github/super-linter": "v3.14.3"
tools:
  junit_version: '$TAP_JUNIT_VERSION'
  "junit_version": "$TAP_JUNIT_VERSION"
labels:
  - GitLab
  - Linter
+2 −2
Original line number Diff line number Diff line
@@ -5,9 +5,9 @@ icon: 🧱
maintainer: FulcrandG
license: Apache-2.0
images:
  "aquasec/trivy": '0.12.0'
  "aquasec/trivy": "0.12.0"
tools:
  trivy: 0.12.0
  "trivy": "0.12.0"
labels:
  - GitLab
  - Dependency scan
+2 −2
Original line number Diff line number Diff line
@@ -5,9 +5,9 @@ icon: 🧱
maintainer: paulrgnt
license: Apache-2.0
images:
  "docker": '19.03'
  "docker": "19.03"
tools:
  trivy: 0.9.2
  "trivy": "0.9.2"
labels:
  - GitLab
  - Security
Loading