We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d86d50a commit 4439e2dCopy full SHA for 4439e2d
1 file changed
.github/workflows/sbom.yml
@@ -203,6 +203,7 @@ jobs:
203
204
- name: BlackDuck SBOM scan
205
uses: blackduck-inc/black-duck-security-scan@v2.1.1
206
+ continue-on-error: true # Allow pipeline to continue even with policy violations
207
env:
208
GOPRIVATE: ${{ inputs.go-private-modules }}
209
DETECT_PROJECT_GROUP_NAME: ${{ inputs.blackduck-project-group-name}} #'Chef-Agents' # <the_parent_group_of_your_target_project>, Chef, Chef-Agents, Chef-Automate, Chef-Chef360, Chef-Habitat, Chef-Infrastructure-Server, Chef-Shared-Services
0 commit comments