File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,6 +19,12 @@ please ask them in `Discussions <https://github.com/nexB/scancode.io/discussions
1919If you want to contribute to ScanCode.io, start with our
2020`Contributing <https://scancodeio.readthedocs.io/en/latest/contributing.html >`_ page.
2121
22+ A new GitHub action is now available at
23+ `scancode-action <https://github.com/nexB/scancode-action >`_
24+ to run ScanCode.io pipelines from your GitHub Workflows.
25+ Visit https://scancodeio.readthedocs.io/en/latest/automation.html to learn more
26+ about automation.
27+
2228Build and tests status
2329----------------------
2430
Original file line number Diff line number Diff line change @@ -73,15 +73,17 @@ automation methods such as a cron job or a git hook::
7373 By providing the required environment variables in this manner, you can execute the
7474 script with the appropriate configurations and credentials.
7575
76- 2. Integrate ScanCode.io with your CI/CD workflow
77- -------------------------------------------------
76+ 2. Integrating ScanCode.io with GitHub Workflows
77+ ------------------------------------------------
7878
79- Integrate ScanCode.io seamlessly into your CI/CD workflow by using a GitHub Action,
80- enabling automated scans as part of your development process.
79+ Seamlessly integrate ScanCode.io into your GitHub Workflows to enable automated scans
80+ as an integral part of your development process.
8181
82- A GitHub Action for ScanCode.io is currently under development. You can track the
83- progress and updates on the development process by visiting the following link:
84- https://github.com/nexB/scancode.io/issues/599
82+ Visit the `scancode-action repository <https://github.com/nexB/scancode-action >`_ to
83+ explore and learn more about the GitHub Action for ScanCode.io.
84+ The repository provides detailed information, usage instructions,
85+ and configuration options to help you incorporate code scanning effortlessly into your
86+ workflows.
8587
86883. Run a Local ScanCode.io app on your machine (management commands)
8789--------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -138,4 +138,8 @@ Please refer to our :ref:`output_files` section for more details on the output f
138138How can I trigger a pipeline scan from a CI/CD, such as Jenkins, TeamCity or Azure Devops?
139139------------------------------------------------------------------------------------------
140140
141- You can use the :ref: `rest_api ` to automate your project or pipeline management.
141+ You can refer to the :ref: `automation ` to automate your projects management.
142+
143+ Also, A new GitHub action is available at
144+ `scancode-action repository <https://github.com/nexB/scancode-action >`_
145+ to run ScanCode.io pipelines from your GitHub Workflows.
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ class InspectPackages(ScanCodebase):
3131
3232 Supports resolved packages for:
3333 - Python: using nexB/python-inspector, supports requirements.txt and
34- setup.py manifests as input
34+ setup.py manifests as input
3535
3636 Supports:
3737 - BOM: SPDX document, CycloneDX BOM, AboutCode ABOUT file
You can’t perform that action at this time.
0 commit comments