File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ jobs:
174174# Blackduck SBOM is at SERVER: https://progresssoftware.app.blackduck.com/ - org variable!
175175# API token in repo - https://github.com/chef/chef-vault/settings/secrets/actions
176176 generate-blackduck-sbom :
177- name : Generate SBOM using Blackduck Tool (BLUE )
177+ name : Blackduck SCA Scan (PURPLE )
178178 runs-on : ubuntu-latest
179179 if : ${{ inputs.perform-blackduck-sca-scan == true || inputs.generate-blackduck-polaris-sbom == true }} # generate-blackduck--polaris-sbom is OBSOLETE, use perform-blackduck-sca-scan instead
180180 steps :
@@ -201,7 +201,7 @@ jobs:
201201 echo "BLACKDUCK_SBOM_URL: ${{ secrets.BLACKDUCK_SBOM_URL }}"
202202 # echo "BLACKDUCK_SBOM_API_KEY: ${{ secrets.BLACKDUCK_SBOM_API_KEY }}" no longer used, see BLACKDUCK_SCA_TOKEN
203203
204- - name : BlackDuck SBOM scan
204+ - name : BlackDuck SCA scan
205205 uses : blackduck-inc/black-duck-security-scan@v2.1.1
206206 continue-on-error : true # Allow pipeline to continue even with policy violations
207207 env :
You can’t perform that action at this time.
0 commit comments