Loading builder/templates/index.md.j2 +4 −4 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ Jobs index. They are sorted using the [hub default stages](/use-the-hub#stages). ## 📦 Build | Name <img width=200/> | Description | | Name <img width=220/> | Description | | ---- | ----------- | {% for job in index["build"] -%} | {% if job.icon is defined -%} {{ job.icon }} {% endif %}[{{- job.name }}](build/{{ job.name }}/) | {{ job.description }} | Loading @@ -20,7 +20,7 @@ Jobs index. They are sorted using the [hub default stages](/use-the-hub#stages). ## 🛡 Dynamic tests | Name <img width=200/> | Description | | Name <img width=170/> | Description | | ---- | ----------- | {% for job in index["dynamic_tests"] -%} | {% if job.icon is defined -%} {{ job.icon }} {% endif %}[{{- job.name }}](dynamic_tests/{{ job.name }}/) | {{ job.description }} | Loading @@ -28,7 +28,7 @@ Jobs index. They are sorted using the [hub default stages](/use-the-hub#stages). ## 🙋 Review | Name <img width=200/> | Description | | Name <img width=180/> | Description | | ---- | ----------- | {% for job in index["review"] -%} | {% if job.icon is defined -%} {{ job.icon }} {% endif %}[{{- job.name }}](review/{{ job.name }}/) | {{ job.description }} | Loading @@ -36,7 +36,7 @@ Jobs index. They are sorted using the [hub default stages](/use-the-hub#stages). ## 🚀 Deployment | Name <img width=200/> | Description | | Name <img width=170/> | Description | | ---- | ----------- | {% for job in index["deployment"] -%} | {% if job.icon is defined -%} {{ job.icon }} {% endif %}[{{- job.name }}](deployment/{{ job.name }}/) | {{ job.description }} | Loading jobs/trivy_image/job.yml +1 −1 Original line number Diff line number Diff line name: trivy_image description: A ready-to-use trivy job to scan your docker images description: A ready-to-use trivy job to scan your docker images and discover dependency vulnerabilities default_stage: dynamic_tests icon: 🧱 maintainer: paulrgnt Loading Loading
builder/templates/index.md.j2 +4 −4 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ Jobs index. They are sorted using the [hub default stages](/use-the-hub#stages). ## 📦 Build | Name <img width=200/> | Description | | Name <img width=220/> | Description | | ---- | ----------- | {% for job in index["build"] -%} | {% if job.icon is defined -%} {{ job.icon }} {% endif %}[{{- job.name }}](build/{{ job.name }}/) | {{ job.description }} | Loading @@ -20,7 +20,7 @@ Jobs index. They are sorted using the [hub default stages](/use-the-hub#stages). ## 🛡 Dynamic tests | Name <img width=200/> | Description | | Name <img width=170/> | Description | | ---- | ----------- | {% for job in index["dynamic_tests"] -%} | {% if job.icon is defined -%} {{ job.icon }} {% endif %}[{{- job.name }}](dynamic_tests/{{ job.name }}/) | {{ job.description }} | Loading @@ -28,7 +28,7 @@ Jobs index. They are sorted using the [hub default stages](/use-the-hub#stages). ## 🙋 Review | Name <img width=200/> | Description | | Name <img width=180/> | Description | | ---- | ----------- | {% for job in index["review"] -%} | {% if job.icon is defined -%} {{ job.icon }} {% endif %}[{{- job.name }}](review/{{ job.name }}/) | {{ job.description }} | Loading @@ -36,7 +36,7 @@ Jobs index. They are sorted using the [hub default stages](/use-the-hub#stages). ## 🚀 Deployment | Name <img width=200/> | Description | | Name <img width=170/> | Description | | ---- | ----------- | {% for job in index["deployment"] -%} | {% if job.icon is defined -%} {{ job.icon }} {% endif %}[{{- job.name }}](deployment/{{ job.name }}/) | {{ job.description }} | Loading
jobs/trivy_image/job.yml +1 −1 Original line number Diff line number Diff line name: trivy_image description: A ready-to-use trivy job to scan your docker images description: A ready-to-use trivy job to scan your docker images and discover dependency vulnerabilities default_stage: dynamic_tests icon: 🧱 maintainer: paulrgnt Loading