@@ -183,22 +183,31 @@ See the :ref:`installation` chapter for the full list of installation options.
183183Integrate with Your Workflows
184184-----------------------------
185185
186- ScanCode.io can be part of your CI/CD workflow.
186+ ScanCode.io integrates seamlessly into CI/CD pipelines, enabling automated scans on
187+ commits, pull requests, releases, and scheduled events.
188+
189+ **Supported platforms: **
190+
191+ - **GitHub Actions ** - Official action with built-in compliance checks
192+ - **GitLab ** - Docker-based pipeline integration
193+ - **Jenkins ** - Jenkinsfile integration with artifact archiving
194+ - **Azure Pipelines ** - Azure DevOps pipeline support
195+ - **Any CI/CD system ** - Direct Docker command integration
187196
188197GitHub Actions
189198^^^^^^^^^^^^^^
190199
191200Use the official `scancode-action <https://github.com/aboutcode-org/scancode-action >`_
192- to integrate ** ScanCode.io into your GitHub workflows ** with ease .
201+ to integrate ScanCode.io into your GitHub workflows.
193202
194- This action lets you:
203+ ** Features: **
195204
196- - ** Run pipelines **
197- - ** Check for compliance issues **
198- - ** Detect vulnerabilities **
199- - ** Generate SBOMs and scan results **
205+ - Run pipelines automatically on repository events
206+ - Check for compliance issues and policy violations
207+ - Detect security vulnerabilities
208+ - Generate SBOMs in multiple formats (SPDX, CycloneDX)
200209
201- Example usage:
210+ ** Example usage: **
202211
203212.. code-block :: yaml
204213
@@ -212,8 +221,10 @@ Example usage:
212221 pipelines : " scan_codebase"
213222 output-formats : " json xlsx spdx cyclonedx"
214223
215- Full details available at:
216- https://github.com/aboutcode-org/scancode-action
224+ **Learn more: ** https://github.com/aboutcode-org/scancode-action
217225
218- .. tip ::
219- Learn more about automation options in the :ref: `automation ` section.
226+ Other CI/CD Platforms
227+ ^^^^^^^^^^^^^^^^^^^^^
228+
229+ For setup instructions and examples for other platforms, see the :ref: `automation `
230+ section.
0 commit comments