1- # ` @nexB /scancode-action `
1+ # ` @aboutcode-org /scancode-action `
22
33Run [ ScanCode.io] ( https://github.com/aboutcode-org/scancode.io ) pipelines from your
44Workflows.
3535- uses : actions/checkout@v4
3636 with :
3737 path : scancode-inputs
38- - uses : nexB /scancode-action@beta
38+ - uses : aboutcode-org /scancode-action@beta
3939 with :
4040 pipelines : " scan_codebase"
4141 output-formats : " json xlsx spdx cyclonedx"
4444### Inputs
4545
4646` ` ` yaml
47- - uses : nexB /scancode-action@beta
47+ - uses : aboutcode-org /scancode-action@beta
4848 with :
4949 # Names of the pipelines (comma-separated) and in order.
5050 # Default is 'scan_codebase'
@@ -95,23 +95,23 @@ steps:
9595- uses : actions/checkout@v4
9696 with :
9797 path : scancode-inputs
98- - uses : nexB /scancode-action@beta
98+ - uses : aboutcode-org /scancode-action@beta
9999` ` `
100100
101101### Run a specific pipeline
102102
103103[Built-in pipelines list](https://scancodeio.readthedocs.io/en/latest/built-in-pipelines.html)
104104
105105` ` ` yaml
106- - uses : nexB /scancode-action@beta
106+ - uses : aboutcode-org /scancode-action@beta
107107 with :
108108 pipelines : " scan_codebase"
109109` ` `
110110
111111### Run multiple pipelines
112112
113113` ` ` yaml
114- - uses : nexB /scancode-action@beta
114+ - uses : aboutcode-org /scancode-action@beta
115115 with :
116116 pipelines : " scan_codebase,find_vulnerabilities"
117117 env :
@@ -131,7 +131,7 @@ For details on setting up and configuring your own instance, please refer to the
131131# ## Choose the output formats
132132
133133` ` ` yaml
134- - uses: nexB /scancode-action@beta
134+ - uses: aboutcode-org /scancode-action@beta
135135 with:
136136 output-formats: "json xlsx spdx cyclonedx"
137137` ` `
@@ -143,7 +143,7 @@ For details on setting up and configuring your own instance, please refer to the
143143# ## Provide download URLs inputs
144144
145145` ` ` yaml
146- - uses: nexB /scancode-action@beta
146+ - uses: aboutcode-org /scancode-action@beta
147147 with:
148148 pipelines: "map_deploy_to_develop"
149149 input-urls:
@@ -157,15 +157,15 @@ For details on setting up and configuring your own instance, please refer to the
157157- name: Download repository archive to scancode-inputs/ directory
158158 run: |
159159 wget --directory-prefix=scancode-inputs https://github.com/${GITHUB_REPOSITORY}/archive/${GITHUB_REF}.zip
160- - uses: nexB /scancode-action@beta
160+ - uses: aboutcode-org /scancode-action@beta
161161 with:
162162 pipelines: "scan_single_package"
163163` ` `
164164
165165# ## Check for compliance issues
166166
167167` ` ` yaml
168- - uses: nexB /scancode-action@beta
168+ - uses: aboutcode-org /scancode-action@beta
169169 with:
170170 check-compliance: true
171171 compliance-fail-level: "WARNING"
@@ -179,15 +179,15 @@ For details on setting up and configuring your own instance, please refer to the
179179# ## Define a custom project name
180180
181181` ` ` yaml
182- - uses: nexB /scancode-action@beta
182+ - uses: aboutcode-org /scancode-action@beta
183183 with:
184184 project-name: "my-project-name"
185185` ` `
186186
187187# ## Install ScanCode.io from a repository branch
188188
189189` ` ` yaml
190- - uses: nexB /scancode-action@beta
190+ - uses: aboutcode-org /scancode-action@beta
191191 with:
192192 scancodeio-repo-branch: "main"
193193` ` `
0 commit comments