CDFoundation
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Owners
        • Signed-in users
        • Everyone
        Owners Signed-in users Everyone
      • Write
        • Owners
        • Signed-in users
        • Everyone
        Owners Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee

      This note has no invitees

    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Note Insights
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Versions and GitHub Sync Note Insights Sharing URL Help
Menu
Options
Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Owners
  • Owners
  • Signed-in users
  • Everyone
Owners Signed-in users Everyone
Write
Owners
  • Owners
  • Signed-in users
  • Everyone
Owners Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee

    This note has no invitees

  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       owned this note    owned this note      
    Published Linked with GitHub
    Subscribed
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    Subscribe
    Contributors: - Andrea Frittoli, IBM, UTC+1 - <add your name> # Introduction Identify Continuous Delivery capabilities to be used as foundation component for the CD Reference Architecture. # Current Art The starting point for this document is the work done by the [SIG Best Practices][sig-bp], as well as capabilities identified by other groups and projects: - [SIG Best Practices][sig-bp]: - [Reference Architecture Capabilities][sig-bp-capabilties] - [OpenSSF][openssf]: - [Security Toolbest Capabilities (draft)][openssf-toolbest-capabilities] - [CNCF App Delivery TAG][cncf-app=delilvery-tag]: - [CNCF Platform Whitepaper][cncf-app-delivery-tag-wp] - [FRSCA][frsca] - [CNOE.io][cnoe] - [CDEvents][cdevents] - [Use Cases][cdevents-use-cases] - [Diagrams][cdevents-diagrams] [sig-bp]: https://github.com/cdfoundation/sig-best-practices [sig-bp-capabilties]: https://bestpractices.cd.foundation/architecture/capabilities/ [openssf]: https://openssf.org/ [openssf-toolbest-capabilities]: https://docs.google.com/document/d/1DtSaj2avvKCdXLcWu6W4-Np7uKVizLCTmI0KWxqVitE/edit#heading=h.x4xu96a3blxs [cncf-app=delilvery-tag]: https://tag-app-delivery.cncf.io/ [cncf-app-delivery-tag-wp]: https://tag-app-delivery.cncf.io/whitepapers/platforms/ [frsca]: https://github.com/buildsec/frsca [cnoe]: https://cnoe-io.github.io/website/ [cdevents]: https://cdevents.dev [cdevents-use-cases]: https://cdevents.dev/docs/primer/#use-cases [cdevents-diagrams]: https://drive.google.com/file/d/1dhdPlEIjD0kDkcFxWH7aoYXh-GXiM5-v/view?usp=sharing ## CDEvents <details> <summary>Expand</summary> ### Diagram ![CDEvents Architecture](https://hackmd.io/_uploads/Byy-Qv5o2.png) ### Components #### Software Configuration Management (SCM) * The SCM provides secure storage and versioning of source code * The SCM enables collaborative development for teams * Peer review * Issue management * Communication #### Build System * Tools and frameworks to build software artifacts #### Signing Tools * Tools and frameworks to sign source code and artifacts #### Artifact Storage * Systems where the artifacts are stored for further use (e.g., testing, delivery, deployment) #### Test Tools/Frameworks * Tools and frameworks to run tests which can take place in different phases of the CD flow * Unit test * Static analysis * Functional * Performance * Stability #### Events Broker #### "Choreographer" (Policy/Trigger) The "choreographer" watches all events and the content of the evidence store and applies business logic (policies) that control what happens next in the CD event-driven workflow. #### Policy Engine/Framework * Tools to define, maintain and enforce policies #### Evidence Store The evidence store collects all events in a secure way. #### Visualisation Tools The visualisation tools can work with live events, the evidence store and the metrics aggregator to provide various kind of visualisations, for instance - specific event-driven workflows, their current status - number of workflows in flow in the system - historical data and metrics - audit trail of specific artifacts #### Notification Engine #### Metrics Aggregator #### Monitoring and Observability System </details> </br> ### OpenSSF Security Toolbelt Capabilities <details> <summary>Expand</summary> #### Capabilities desired from the Upstream Secure Software Factory ##### Code & Pre-Build Secure Developer * It is desirable that developers have knowledge of how to develop software securely, that they understand common coding errors and patterns of behaviour that lead to security vulnerabilities, and have the means to highlight their security expertise. Secure Development Environment * It is desirable that developers have access to and use secure tools to create and test software. This would include various security tools such as SAST, fuzzers, etc. Secure Dependency Selection * It is desirable that developers select dependencies to select secure and sustainable projects and ensure they’re ingesting the intended components (countering typosquatting). Secure Source Code Management * It is desirable that developers and projects store source code for their software in secured repositories that help manage and track the integrity of that code. ##### Build Secure CI/CD - Build System * It is desirable that developers and projects use secure build systems that continuously integrate and build authorized software, and also leverage secure tools for automation of repeated tasks. ##### Post build ##### Publish Secure Publication/Distribution * It is desirable that developers and projects use secure methods and tools to publish and distribute their production-ready software to their downstreams. ##### Post publish #### Capabilities desired from Downstream Secure Integration/Operations Facility ##### Secure Ingestion * It is desirable that downstream consumers of upstream open source software have effective signaling and methods to identify and evaluate the security quality of open source software, dependencies, and libraries that they integrate into their own operations and software. ##### Secure Implementation * It is desirable that downstream consumers have sufficient instructions and tools to implement upstream software securely into their own operations and software. ##### Secure Maintenance * It is desirable that downstream consumers have the means to be informed of updates and changes to upstream software so that they can effectively maintain and operate that software in their own operations and software during the software’s supported lifecycle. #### Cross-Cutting Capabilities ##### Supply Chain Metadata Storage It is desirable for an organization implementing a secure SDLC to have a place to store, query, and analyze metadata pertinent to the prevention, detection, and remediation of supply chain security issues. ##### Supply Chain Control Plane It is desirable for an organization implementing a secure SDLC to have a centralized place to configure and manage the other capabilities to ensure consistent policy enforcement. </details> </br> ### CNOE <details> <summary>Expand</summary> * [Artifact Registries](https://cnoe-io.github.io/website/docs/capabilities/artifact-registry) * [Packaging and Templating](https://cnoe-io.github.io/website/docs/capabilities/packaging-and-templating) * [Code Repositories](https://cnoe-io.github.io/website/docs/capabilities) * [Config Repositories](https://cnoe-io.github.io/website/docs/capabilities) * [Secret Repositories](https://cnoe-io.github.io/website/docs/capabilities) * [Signing](https://cnoe-io.github.io/website/docs/capabilities) * [Developer Portal](https://cnoe-io.github.io/website/docs/capabilities) * [Identity and Access](https://cnoe-io.github.io/website/docs/capabilities) * [Infrastructure as Code (IaC)](https://cnoe-io.github.io/website/docs/capabilities) * [Continuous Delivery (CD)](https://cnoe-io.github.io/website/docs/capabilities) * [Workflow Orchestration](https://cnoe-io.github.io/website/docs/capabilities) * [Service Discovery](https://cnoe-io.github.io/website/docs/capabilities) * [Secret Management](https://cnoe-io.github.io/website/docs/capabilities) * [Validation](https://cnoe-io.github.io/website/docs/capabilities) * [Compute Platform](https://cnoe-io.github.io/website/docs/capabilities) * [Observability](https://cnoe-io.github.io/website/docs/capabilities) * [Deployment Targets](https://cnoe-io.github.io/website/docs/capabilities) </details> </br> ## CD Capabilities

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password

    or

    By clicking below, you agree to our terms of service.

    Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully