<ruby id="bdb3f"></ruby>

    <p id="bdb3f"><cite id="bdb3f"></cite></p>

      <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
        <p id="bdb3f"><cite id="bdb3f"></cite></p>

          <pre id="bdb3f"></pre>
          <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

          <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
          <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

          <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                <ruby id="bdb3f"></ruby>

                ??碼云GVP開源項目 12k star Uniapp+ElementUI 功能強大 支持多語言、二開方便! 廣告
                # Gemnasium > 原文:[https://docs.gitlab.com/ee/user/project/import/gemnasium.html](https://docs.gitlab.com/ee/user/project/import/gemnasium.html) * [Why is Gemnasium.com closed?](#why-is-gemnasiumcom-closed) * [What happened to my account?](#what-happened-to-my-account) * [Will my account/data be transferred to GitLab Inc.?](#will-my-accountdata-be-transferred-to-gitlab-inc) * [What happened to my badge?](#what-happened-to-my-badge) * [Migrating to GitLab](#migrating-to-gitlab) * [If your project is hosted on GitLab (`https://gitlab.com` / self-managed)](#if-your-project-is-hosted-on-gitlab-httpsgitlabcom--self-managed) * [If your project is hosted on GitHub (`https://github.com` / GitHub Enterprise)](#if-your-project-is-hosted-on-github-httpsgithubcom--github-enterprise) # Gemnasium[](#gemnasium-ultimate "Permalink") 本指南介紹了如何從 Gemnasium.com 遷移到您自己的 GitLab 實例或 GitLab.com. ## Why is Gemnasium.com closed?[](#why-is-gemnasiumcom-closed "Permalink") Gemnasium 在 2018 年 1 月[被 GitLab 收購](https://about.gitlab.com/press/releases/2018-01-30-gemnasium-acquisition.html) .自 2018 年 5 月 15 日起,Gemnasium 提供的服務不再可用. Gemnasium 背后的團隊已加入 GitLab,成為新的安全產品團隊,并且正在開發[各種工具](../../application_security/index.html) ,包括: * [Dependency Scanning](../../application_security/dependency_scanning/index.html) * [SAST](../../application_security/sast/index.html) * [DAST](../../application_security/dast/index.html) * [Container Scanning](../../application_security/container_scanning/index.html) 如果要繼續監視依賴項,請參見下面的" [遷移到 GitLab"](#migrating-to-gitlab)部分. ## What happened to my account?[](#what-happened-to-my-account "Permalink") 您的帳戶已于 2018 年 5 月 15 日自動關閉.如果您當時有付費訂閱,則您的卡將按比例退還. 您可以聯系`gemnasium@gitlab.com`了解您的已關閉帳戶. ## Will my account/data be transferred to GitLab Inc.?[](#will-my-accountdata-be-transferred-to-gitlab-inc "Permalink") 所有帳戶和數據已于 2018 年 5 月 15 日被刪除.GitLab Inc.對您的私人數據或項目一無所知,因此不知道它們是否容易受到攻擊. GitLab Inc.非常重視個人信息. ## What happened to my badge?[](#what-happened-to-my-badge "Permalink") 為避免損壞的 404 圖像,所有指向 Gemnasium.com 的徽章都將用作占位符,邀請您遷移到 GitLab(并指向此頁面). ## Migrating to GitLab[](#migrating-to-gitlab "Permalink") Gemnasium 已被移植并直接集成到 GitLab CI / CD 中. 您仍然可以從我們的依賴項監視功能中受益,并且需要一些步驟來遷移項目. 由于 GitLab 對 Gemnasium.com 上存在的任何項目一無所知,因此沒有自動導入. GitLab.com 上托管的公共(開源)項目免費提供安全功能. ### If your project is hosted on GitLab (`https://gitlab.com` / self-managed)[](#if-your-project-is-hosted-on-gitlab-httpsgitlabcom--self-managed "Permalink") 您快要準備好了! 如果您已經在使用[Auto DevOps](../../../topics/autodevops/) ,那么您已經了解了. 否則,您必須根據[依賴項掃描頁面](../../application_security/dependency_scanning/index.html)配置`.gitlab-ci.yml` . ### If your project is hosted on GitHub (`https://github.com` / GitHub Enterprise)[](#if-your-project-is-hosted-on-github-httpsgithubcom--github-enterprise "Permalink") 由于[GitLab 10.6 帶有 GitHub 集成](https://about.gitlab.com/solutions/github/) ,因此 GitLab 用戶現在可以在 GitLab 中創建一個 CI / CD 項目,該項目連接到外部 GitHub.com 或 GitHub Enterprise 倉庫. 每當將代碼推送到 GitHub 時,這都會自動提示 GitLab CI / CD 運行,并在完成后將 CI / CD 結果發布回 GitLab 和 GitHub. 1. 創建一個新項目,然后選擇"用于外部倉庫的 CI / CD"選項卡: [![Create new Project](https://img.kancloud.cn/53/9d/539d21efb8ea049bddad555a7d0db8a4_3360x904.png)](img/gemnasium/create_project.png) 2. 使用" GitHub"按鈕連接存儲庫. [![Connect from GitHub](https://img.kancloud.cn/56/73/5673cdd982c6a2e8ae3fd6f691417ce8_3360x728.png)](img/gemnasium/connect_github.png) 3. 選擇要使用 GitLab CI / CD 設置的項目,然后選擇"連接". [![Select projects](https://img.kancloud.cn/c0/da/c0da8296907afdafd02d5fabc2171d4f_2904x138.png)](img/gemnasium/select_project.png) 配置完成后,您可以在 GitLab 上單擊新項目. [![click on connected project](https://img.kancloud.cn/a9/2e/a92ea15804915210d5ac9d729cc97da1_3360x430.png)](img/gemnasium/project_connected.png) 現在,您的項目已鏡像到 GitLab,Runners 可以在其中訪問您的源代碼并運行您的測試. 可選步驟:如果您在 GitHub 項目是公共的,則在 GitLab.com 上進行設置,請確保該項目是公共的(在項目設置中),因為該安全功能僅適用于[GitLab Ultimate](https://about.gitlab.com/pricing/) . 4. 要設置與 Gemnasium 所做的工作相對應的依賴項掃描作業,您必須創建`.gitlab-ci.yml`文件,或根據[依賴項掃描文檔](../../application_security/dependency_scanning/index.html)對其進行更新. 默認情況下,鏡像是僅拉式的,因此您可以在 GitHub 上創建或更新文件: [![Edit gitlab-ci.yml file](https://img.kancloud.cn/12/12/1212df45fffa0a5982b5b0d1621b825d_1989x1140.png)](img/gemnasium/edit_gitlab-ci.png) 5. 提交文件后,如果文件有效,將自動觸發新的管道: [![pipeline](https://img.kancloud.cn/4a/02/4a02f7b1a768ffc38cc1e2a463bd81ba_1498x1018.png)](img/gemnasium/pipeline.png) 6. 作業的結果將直接在管道視圖中可見: [![Security Dashboard](https://img.kancloud.cn/8c/1b/8c1b1dea8b1bc139de202d53700ef368_1408x1310.png)](../../application_security/security_dashboard/img/pipeline_security_dashboard_v13_2.png) **注意:**如果您不經常提交項目,則可能要使用[計劃的管道](../../../ci/pipelines/schedules.html)定期運行作業.
                  <ruby id="bdb3f"></ruby>

                  <p id="bdb3f"><cite id="bdb3f"></cite></p>

                    <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
                      <p id="bdb3f"><cite id="bdb3f"></cite></p>

                        <pre id="bdb3f"></pre>
                        <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

                        <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
                        <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

                        <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                              <ruby id="bdb3f"></ruby>

                              哎呀哎呀视频在线观看