@@ -76,26 +76,26 @@ Use the same example pipeline, set the following ids:
76
76
77
77
The following parameters are available in the example pipeline.
78
78
79
- | Parameter | Description | Default | Type |
80
- | ----------------------------| ----------------------------------------------------------------------------------------------------------------------------------------------------------| --------------------------------------------------------------------------------------------------------------------| ----------|
81
- | SCANOSS_CLI_DOCKER_IMAGE | SCANOSS CLI Docker Image. | [ https://ghcr.io/scanoss/scanoss-py-base :v1.19.4 ] ( https://github.com/scanoss/scanoss.py/pkgs/container/scanoss-py ) | Pipeline |
82
- | ABORT_ON_POLICY_FAILURE | Abort pipeline on pipeline failure. | ` false ` | Pipeline |
83
- | SCANOSS_API_URL | SCANOSS API endpoint. | https://api.osskb.org/scan/direct | Pipeline |
84
- | SCANOSS_API_TOKEN_ID | SCANOSS API Token ID. | scanoss-token | Pipeline |
85
- | SKIP_SNIPPET | Skip the generation of snippets. | ` false ` | Pipeline |
86
- | SCANOSS_SETTINGS | Settings file to use for scanning. See the SCANOSS settings [ documentation] ( https://scanoss.readthedocs.io/projects/scanoss-py/en/latest/#settings-file ) | ` true ` | Pipeline |
87
- | SETTINGS_FILE_PATH | SCANOSS settings file path. | scanoss.json | Pipeline |
88
- | DEPENDENCY_ENABLED | Scan dependencies (optional - default false). | ` false ` | Pipeline |
89
- | DEPENDENCY_SCOPE | Gets development or production dependencies (scopes: 'prod' - 'dev'). | '' | Pipeline |
90
- | DEPENDENCY_SCOPE_INCLUDE | Custom list of dependency scopes to be included. Provide scopes as a comma-separated list. | '' | Pipeline |
91
- | DEPENDENCY_SCOPE_EXCLUDE | Custom list of dependency scopes to be EXCLUDED. Provide scopes as a comma-separated list. | '' | Pipeline |
92
- | LICENSES_COPYLEFT_INCLUDE | List of Copyleft licenses to append to the default list. Provide licenses as a comma-separated list. | '' | Pipeline |
93
- | LICENSES_COPYLEFT_EXCLUDE | List of Copyleft licenses to remove from default list. Provide licenses as a comma-separated list. | '' | Pipeline |
94
- | LICENSES_COPYLEFT_EXPLICIT | Explicit list of Copyleft licenses to consider. Provide licenses as a comma-separated list. | '' | Pipeline |
95
- | CREATE_JIRA_ISSUE | Enables JIRA reporting | ` false ` | Pipeline |
96
- | JIRA_URL | JIRA URL | '' | Pipeline |
97
- | JIRA_PROJECT_KEY | JIRA Project Key | '' | Pipeline |
98
- | JIRA_CREDENTIALS | JIRA credentials ID | jira-credentials | Pipeline |
79
+ | Parameter | Description | Default | Type |
80
+ | ----------------------------| ----------------------------------------------------------------------------------------------------------------------------------------------------------| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------|
81
+ | SCANOSS_CLI_DOCKER_IMAGE | SCANOSS CLI Docker Image. | [ https://ghcr.io/scanoss/scanoss-py-jenkins :v1.19.5 ] ( https://github.com/scanoss/scanoss.py/pkgs/container/scanoss-py-jenkins/337045183?tag=v1.19.5 ) | Pipeline |
82
+ | ABORT_ON_POLICY_FAILURE | Abort pipeline on pipeline failure. | ` false ` | Pipeline |
83
+ | SCANOSS_API_URL | SCANOSS API endpoint. | https://api.osskb.org/scan/direct | Pipeline |
84
+ | SCANOSS_API_TOKEN_ID | SCANOSS API Token ID. | scanoss-token | Pipeline |
85
+ | SKIP_SNIPPET | Skip the generation of snippets. | ` false ` | Pipeline |
86
+ | SCANOSS_SETTINGS | Settings file to use for scanning. See the SCANOSS settings [ documentation] ( https://scanoss.readthedocs.io/projects/scanoss-py/en/latest/#settings-file ) | ` true ` | Pipeline |
87
+ | SETTINGS_FILE_PATH | SCANOSS settings file path. | scanoss.json | Pipeline |
88
+ | DEPENDENCY_ENABLED | Scan dependencies (optional - default false). | ` false ` | Pipeline |
89
+ | DEPENDENCY_SCOPE | Gets development or production dependencies (scopes: 'prod' - 'dev'). | '' | Pipeline |
90
+ | DEPENDENCY_SCOPE_INCLUDE | Custom list of dependency scopes to be included. Provide scopes as a comma-separated list. | '' | Pipeline |
91
+ | DEPENDENCY_SCOPE_EXCLUDE | Custom list of dependency scopes to be EXCLUDED. Provide scopes as a comma-separated list. | '' | Pipeline |
92
+ | LICENSES_COPYLEFT_INCLUDE | List of Copyleft licenses to append to the default list. Provide licenses as a comma-separated list. | '' | Pipeline |
93
+ | LICENSES_COPYLEFT_EXCLUDE | List of Copyleft licenses to remove from default list. Provide licenses as a comma-separated list. | '' | Pipeline |
94
+ | LICENSES_COPYLEFT_EXPLICIT | Explicit list of Copyleft licenses to consider. Provide licenses as a comma-separated list. | '' | Pipeline |
95
+ | CREATE_JIRA_ISSUE | Enables JIRA reporting | ` false ` | Pipeline |
96
+ | JIRA_URL | JIRA URL | '' | Pipeline |
97
+ | JIRA_PROJECT_KEY | JIRA Project Key | '' | Pipeline |
98
+ | JIRA_CREDENTIALS | JIRA credentials ID | jira-credentials | Pipeline |
99
99
100
100
101
101
## Setting Up GitHub Webhook Trigger
0 commit comments