Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project Sierra #1

Merged
merged 12 commits into from
Sep 18, 2024
2 changes: 1 addition & 1 deletion .blackduck-ci-templates.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"modules": [
{
"at": "./synopsys-task",
"at": "./blackduck-security-task",
"templates": ["dependencies"]
}
]
Expand Down
22 changes: 11 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
/.idea/
/synopsys-task/node_modules/
/synopsys-task/lib/
/synopsys-task/TEMP
/synopsys-task/.bridge/
/synopsys-task/.taskkey
/synopsys-task/coverity_input.json
/synopsys-task/bd_input.json
/synopsys-task/polaris_input.json
/synopsys-task/srm_input.json
/synopsys-task/.nyc_output/
/synopsys-task/coverage//
/blackduck-security-task/node_modules/
/blackduck-security-task/lib/
/blackduck-security-task/TEMP
/blackduck-security-task/.bridge/
/blackduck-security-task/.taskkey
/blackduck-security-task/coverity_input.json
/blackduck-security-task/bd_input.json
/blackduck-security-task/polaris_input.json
/blackduck-security-task/srm_input.json
/blackduck-security-task/.nyc_output/
/blackduck-security-task/coverage//
.DS_Store
*.synopsys-extension-*.vsix
/synopsys-task/coverage/
Expand Down
4 changes: 2 additions & 2 deletions .gitlab-ci-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
paths:
- .m2/
script:
- cd synopsys-task
- cd blackduck-task
- npm ci
- npm run format && npm run lint && npm run build && npm run package

.unit_test_and_coverage:
image: gcr.io/snps-polaris-ops-prod/ember_cli:3.28.5-node_16.14
script:
- cd synopsys-task
- cd blackduck-task
- npm ci
- npm test
coverage: /All files[^|]*\|[^|]*\s+([\d\.]+)/
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Synopsys Security Scan for Azure DevOps
# Black Duck Security Scan for Azure DevOps

Synopsys Security Scan Extension for Azure DevOps enables you to configure your Azure pipeline to run Synopsys security testing and take action on the results.
Synopsys Security Scan leverages Synopsys Bridge, allowing you to run tests for several Synopsys products from the command line.
BlackDuck Security Scan Extension for Azure DevOps enables you to configure your Azure pipeline to run BlackDuck security testing and take action on the results.
BlackDuck Security Scan leverages Bridge CLI, allowing you to run tests for several BlackDuck products from the command line.

To use Synopsys Security Scan, please follow the steps below:
To use Black Duck Security Scan, please follow the steps below:

1. Configure Azure DevOps as described in the [Azure Prerequisites](https://sig-product-docs.synopsys.com/bundle/bridge/page/documentation/c_azure-prerequisites.html) page.
2. Install and configure Synopsys Security Scan for the Synopsys product you are using. <br/>
2. Install and configure BlackDuck Security Scan for the Black Duck product you are using. <br/>
[Polaris](https://sig-product-docs.synopsys.com/bundle/bridge/page/documentation/c_azure-with-polaris.html) <br/>
[Black Duck](https://sig-product-docs.synopsys.com/bundle/bridge/page/documentation/c_azure-with-blackduck.html) <br/>
[Coverity](https://sig-product-docs.synopsys.com/bundle/bridge/page/documentation/c_azure-with-coverity.html) <br/>
3. For additional configuration options, visit the [Additional Azure Configuration](https://sig-product-docs.synopsys.com/bundle/bridge/page/documentation/c_additional-azure-parameters.html) page.

As an alternative to Synopsys Action, you also have the option to use Synopsys Bridge CLI. <br/>
Detailed documentation for Synopsys Bridge CLI can be found [here](https://sig-product-docs.synopsys.com/bundle/bridge/page/documentation/c_overview.html).
As an alternative to Black Duck Security Scan, you also have the option to use Bridge CLI. <br/>
Detailed documentation for Bridge CLI can be found [here](https://sig-product-docs.synopsys.com/bundle/bridge/page/documentation/c_overview.html).
File renamed without changes.
6,054 changes: 3,002 additions & 3,052 deletions synopsys-task/dist/index.js → blackduck-security-task/dist/index.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions blackduck-security-task/dist/index.js.map

Large diffs are not rendered by default.

File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"messages": {
"TOOL_LIB_CachingTool": "Caching tool: %s %s %s",
"_TOOL_LIB_CachingTool.comment": "This informational log message indicates that a tool, that was just downloaded, is being copied into the cache directory. %s %s %s represent the tool name, version information, and processor architecture.",
"TOOL_LIB_Downloading": "Downloading: %s",
"_TOOL_LIB_Downloading.comment": "This information log message indicates that a file is being downloaded. %s represents the URL being downloaded.",
"TOOL_LIB_ExtractingArchive": "Extracting archive",
"_TOOL_LIB_ExtractingArchive.comment": "This informational log message indicates that an archive file is being extracted. For example, a .zip file, .7z file, or .tar.gz file.",
"TOOL_LIB_FoundInCache": "Found tool in cache: %s %s %s",
"_TOOL_LIB_FoundInCache.comment": "This informational log message indicates that the request tool is already cached, and does not need to be downloaded again. %s %s %s represent the tool name, version information, and processor architecture.",
"TOOL_LIB_PrependPath": "Prepending PATH environment variable with directory: %s",
"_TOOL_LIB_PrependPath.comment": "This informational log message indicates that a directory is being prepended to the front of the PATH environment variable. The directories specified by the PATH environment variable are used to resolve the location of command line tools."
}
{
"messages": {
"TOOL_LIB_CachingTool": "Caching tool: %s %s %s",
"_TOOL_LIB_CachingTool.comment": "This informational log message indicates that a tool, that was just downloaded, is being copied into the cache directory. %s %s %s represent the tool name, version information, and processor architecture.",
"TOOL_LIB_Downloading": "Downloading: %s",
"_TOOL_LIB_Downloading.comment": "This information log message indicates that a file is being downloaded. %s represents the URL being downloaded.",
"TOOL_LIB_ExtractingArchive": "Extracting archive",
"_TOOL_LIB_ExtractingArchive.comment": "This informational log message indicates that an archive file is being extracted. For example, a .zip file, .7z file, or .tar.gz file.",
"TOOL_LIB_FoundInCache": "Found tool in cache: %s %s %s",
"_TOOL_LIB_FoundInCache.comment": "This informational log message indicates that the request tool is already cached, and does not need to be downloaded again. %s %s %s represent the tool name, version information, and processor architecture.",
"TOOL_LIB_PrependPath": "Prepending PATH environment variable with directory: %s",
"_TOOL_LIB_PrependPath.comment": "This informational log message indicates that a directory is being prepended to the front of the PATH environment variable. The directories specified by the PATH environment variable are used to resolve the location of command line tools."
}
}
File renamed without changes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "synopsys-task",
"name": "blackduck-security-scan",
"version": "1.10.0",
"main": "lib/main.js",
"scripts": {
Expand Down
Loading