Commit 37b731e8 authored by Cédric OLIVIER's avatar Cédric OLIVIER
Browse files

Merge branch 'chore/remove-generated' into 'main'

chore: remove generated files

Closes #50

See merge request to-be-continuous/doc!127
parents e263b388 8a539441
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -27,4 +27,7 @@
/.docusaurus/
/node_modules/
/reports/
/docs/ref/angular.md
/docs/ref/*.md
!/docs/ref/index.md
/docs/ref/templates-*.part.html
kicker-aggregated.json
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ variables:

  MKD_SITE_DIR: "public"
  MKD_LYCHEE_ENABLED: "true"
  MKD_LYCHEE_ARGS: "*.md docs/ static/"
  MKD_LYCHEE_ARGS: "README.md docs/ static/ --root-dir static"

  PAGES_PREFIX: "" # No prefix for main or master
  EXPIRE_IN: "never" # No expiration for main or master
+1 −1
Original line number Diff line number Diff line
@@ -145,7 +145,7 @@ In other words, you would use the push-based deployment technique for your revie
Another possible way of implementing push-based deployment from the application pipeline is by [triggering a remote pipeline](https://docs.gitlab.com/ci/triggers/) on the deployment project.

While publishing a new versioned package, you might also want to implement a final job that triggers the GitOps deployment by Git committing/pushing the version of the newly published artifact
(:information_source: the [GitOps template](../ref/gitops/) can be used for this).
(:information_source: the [GitOps template](./ref/gitops.md) can be used for this).

The resulting CI/CD pipeline would look like this:

+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ Please read our dedicated chapter about [overriding _to-be-continuous_ templates

No, GitLab `include` feature is designed to allow [override](https://docs.gitlab.com/ci/yaml/includes/#override-included-configuration-values) of the included job configuration for flexibility.

Depending on your GitLab Edition, you may consider using GitLab [compliance frameworks](https://docs.gitlab.com/user/group/compliance_frameworks/) and/or [Scan Execution Policies](https://docs.gitlab.com/user/application_security/policies/scan_execution_policies/) that allow group admin to mandate certain job executions in the pipeline, but it CAN NOT prevent developers from doing any particular thing.  
Depending on your GitLab Edition, you may consider using GitLab [compliance frameworks](https://docs.gitlab.com/user/compliance/compliance_frameworks/) and/or [Scan Execution Policies](https://docs.gitlab.com/user/application_security/policies/scan_execution_policies/) that allow group admin to mandate certain job executions in the pipeline, but it CAN NOT prevent developers from doing any particular thing.  

## Is there any vulnerability scanner to run against the GitLab/_to-be-continuous_ templates?

docs/ref/templates-grid.part.html

deleted100644 → 0
+0 −273
Original line number Diff line number Diff line

-   <img class="tbc-tmpl-icon" src="https://gitlab.com/to-be-continuous/aws/-/avatar"> [**Amazon Web Services**](aws)

    ---

    Deploy your application to [Amazon Web Services](https://aws.amazon.com/)

    Version: `2.3`

-   <img class="tbc-tmpl-icon" src="https://gitlab.com/to-be-continuous/angular/-/avatar"> [**Angular**](angular)

    ---

    Build, test and analyse your [Angular](https://angular.io/) projects

    Version: `4.2`

-   <img class="tbc-tmpl-icon" src="https://gitlab.com/to-be-continuous/ansible/-/avatar"> [**Ansible**](ansible)

    ---

    Provision your infrastructure and deploy your application with [Ansible](https://www.ansible.com/)

    Version: `3.4`

-   <img class="tbc-tmpl-icon" src="https://gitlab.com/to-be-continuous/bash/-/avatar"> [**Bash**](bash)

    ---

    Test and analyse your shell code

    Version: `3.1`

-   <img class="tbc-tmpl-icon" src="https://gitlab.com/to-be-continuous/cloud-foundry/-/avatar"> [**Cloud Foundry**](cloud-foundry)

    ---

    Deploy your application to a [Cloud Foundry](https://www.cloudfoundry.org/) platform

    Version: `2.1`

-   <img class="tbc-tmpl-icon" src="https://gitlab.com/to-be-continuous/cnb/-/avatar"> [**Cloud Native Buildpacks**](cnb)

    ---

    Transform your application source code into images that can run on any cloud with [Cloud Native Buildpacks](https://buildpacks.io/)

    Version: `1.0`

-   <img class="tbc-tmpl-icon" src="https://gitlab.com/to-be-continuous/cypress/-/avatar"> [**Cypress**](cypress)

    ---

    Run your automated (web) tests with [Cypress](https://www.cypress.io/)

    Version: `3.2`

-   <img class="tbc-tmpl-icon" src="https://gitlab.com/to-be-continuous/docker/-/avatar"> [**Docker**](docker)

    ---

    Build, check and inspect your containers with [Docker](https://www.docker.com/)

    Version: `3.5`

-   <img class="tbc-tmpl-icon" src="https://gitlab.com/to-be-continuous/gitleaks/-/avatar"> [**Gitleaks**](gitleaks)

    ---

    Detect and prevent hardcoded secrets in your Git repository with [Gitleaks](https://github.com/zricethezav/gitleaks/wiki)

    Version: `2.1`

-   <img class="tbc-tmpl-icon" src="https://gitlab.com/to-be-continuous/golang/-/avatar"> [**Go**](golang)

    ---

    Build, test and analyse your [Go](https://golang.org/) projects

    Version: `4.1`

-   <img class="tbc-tmpl-icon" src="https://gitlab.com/to-be-continuous/gcloud/-/avatar"> [**Google Cloud**](gcloud)

    ---

    Deploy your application to the [Google Cloud](https://cloud.google.com/) platform

    Version: `2.3`

-   <img class="tbc-tmpl-icon" src="https://gitlab.com/to-be-continuous/gradle/-/avatar"> [**Gradle**](gradle)

    ---

    Build, test and analyse your [Gradle](https://gradle.org/)-based projects

    Version: `2.2`

-   <img class="tbc-tmpl-icon" src="https://gitlab.com/to-be-continuous/helm/-/avatar"> [**Helm**](helm)

    ---

    Build your Helm Charts and/or deploy your application to a Kubernetes platform using [Helm](https://helm.sh/)

    Version: `4.0`

-   <img class="tbc-tmpl-icon" src="https://gitlab.com/to-be-continuous/kubernetes/-/avatar"> [**Kubernetes**](kubernetes)

    ---

    Deploy your application to a [Kubernetes](https://kubernetes.io/) platform using [declarative configuration](https://kubernetes.io/docs/tasks/manage-kubernetes-objects/declarative-config/) or [Kustomize](https://kubernetes.io/docs/tasks/manage-kubernetes-objects/kustomization/)

    Version: `3.3`

-   <img class="tbc-tmpl-icon" src="https://gitlab.com/to-be-continuous/maven/-/avatar"> [**Maven**](maven)

    ---

    Build, test and analyse your [Maven](https://maven.apache.org/)-based projects

    Version: `3.2`

-   <img class="tbc-tmpl-icon" src="https://gitlab.com/to-be-continuous/mkdocs/-/avatar"> [**MkDocs**](mkdocs)

    ---

    Build your static website with [MkDocs](https://www.mkdocs.org/)

    Version: `2.0`

-   <img class="tbc-tmpl-icon" src="https://gitlab.com/to-be-continuous/mobsf/-/avatar"> [**MobSF**](mobsf)

    ---

    Perform pen-testing, malware analysis and security assessment for mobile applications with [Mobile Security Framework](https://github.com/MobSF/Mobile-Security-Framework-MobSF) (MobSF)

    Version: `2.0`

-   <img class="tbc-tmpl-icon" src="https://gitlab.com/to-be-continuous/node/-/avatar"> [**Node.js**](node)

    ---

    Build, test and analyse your JavaScript/TypeScript/[Node.js](https://nodejs.org/) projects

    Version: `3.5`

-   <img class="tbc-tmpl-icon" src="https://gitlab.com/to-be-continuous/openshift/-/avatar"> [**OpenShift**](openshift)

    ---

    Deploy your application to an [OpenShift](https://www.openshift.com/) platform

    Version: `2.2`

-   <img class="tbc-tmpl-icon" src="https://gitlab.com/to-be-continuous/php/-/avatar"> [**PHP**](php)

    ---

    Build, test and analyse your [PHP](https://www.php.net/) projects

    Version: `4.2`

-   <img class="tbc-tmpl-icon" src="https://gitlab.com/to-be-continuous/postman/-/avatar"> [**Postman**](postman)

    ---

    Run your automated (API) tests with [Postman](https://www.postman.com/automated-testing)

    Version: `3.1`

-   <img class="tbc-tmpl-icon" src="https://gitlab.com/to-be-continuous/puppeteer/-/avatar"> [**Puppeteer**](puppeteer)

    ---

    Run your automated (web) tests with [Puppeteer](https://pptr.dev/)

    Version: `3.1`

-   <img class="tbc-tmpl-icon" src="https://gitlab.com/to-be-continuous/python/-/avatar"> [**Python**](python)

    ---

    Build, test and analyse your [Python](https://www.python.org/) projects

    Version: `6.1`

-   <img class="tbc-tmpl-icon" src="https://gitlab.com/to-be-continuous/robotframework/-/avatar"> [**Robot Framework**](robotframework)

    ---

    Run your automated tests with [Robot Framework](https://robotframework.org/)

    Version: `3.2`

-   <img class="tbc-tmpl-icon" src="https://gitlab.com/to-be-continuous/s3/-/avatar"> [**S3 (Simple Storage Service)**](s3)

    ---

    Deploy your objects to any [S3](https://en.wikipedia.org/wiki/Amazon_S3) (Simple Storage Service) compatible object storage service

    Version: `4.1`

-   <img class="tbc-tmpl-icon" src="https://gitlab.com/to-be-continuous/sqlfluff/-/avatar"> [**SQLFluff lint**](sqlfluff)

    ---

    Lint your SQL files (whichever your dialect) with [SQLFluff](https://docs.sqlfluff.com)

    Version: `1.0`

-   <img class="tbc-tmpl-icon" src="https://gitlab.com/to-be-continuous/sonar/-/avatar"> [**SonarQube**](sonar)

    ---

    Continuously inspect your codebase with [SonarQube](https://www.sonarqube.org/)

    Version: `3.1`

-   <img class="tbc-tmpl-icon" src="https://gitlab.com/to-be-continuous/terraform/-/avatar"> [**Terraform**](terraform)

    ---

    Manage your infrastructure with [Terraform](https://www.terraform.io/)

    Version: `3.6`

-   <img class="tbc-tmpl-icon" src="https://gitlab.com/to-be-continuous/testssl/-/avatar"> [**Test SSL**](testssl)

    ---

    Test your TLS/SSL servers compliance with [Test SSL](https://testssl.sh/)

    Version: `3.1`

-   <img class="tbc-tmpl-icon" src="https://gitlab.com/to-be-continuous/dbt/-/avatar"> [**dbt**](dbt)

    ---

    Continuously integrate and deploy your data with [dbt](https://www.getdbt.com/)

    Version: `1.1`

-   <img class="tbc-tmpl-icon" src="https://gitlab.com/to-be-continuous/defectdojo/-/avatar"> [**DefectDojo**](defectdojo)

    ---

    Import security reports into [DefectDojo](https://www.defectdojo.org/)

    Version: `2.0`

-   <img class="tbc-tmpl-icon" src="https://gitlab.com/to-be-continuous/k6/-/avatar"> [**k6**](k6)

    ---

    Run your automated load-testing with [k6](https://k6.io/)

    Version: `3.1`

-   <img class="tbc-tmpl-icon" src="https://gitlab.com/to-be-continuous/sbt/-/avatar"> [**Scala/SBT**](sbt)

    ---

    Build, test and analyse your [sbt](https://www.scala-sbt.org/)-based projects

    Version: `1.1`

-   <img class="tbc-tmpl-icon" src="https://gitlab.com/to-be-continuous/semantic-release/-/avatar"> [**semantic-release**](semantic-release)

    ---

    Automate your versioning and release management with [semantic-release](https://github.com/semantic-release/semantic-release)

    Version: `3.2`
Loading