From 1de3a149b31945bb5edb3d500d0cb16baaf7d2c3 Mon Sep 17 00:00:00 2001 From: Sadman Anik <36187489+sadmananik@users.noreply.github.com> Date: Thu, 30 Jan 2025 13:48:02 +0600 Subject: [PATCH] Update black-duck-security-scan-ci.yml --- code-scanning/black-duck-security-scan-ci.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/code-scanning/black-duck-security-scan-ci.yml b/code-scanning/black-duck-security-scan-ci.yml index 2200b6a..1766443 100644 --- a/code-scanning/black-duck-security-scan-ci.yml +++ b/code-scanning/black-duck-security-scan-ci.yml @@ -1,3 +1,12 @@ +# This workflow uses actions that are not certified by GitHub. +# They are provided by a third-party and are governed by +# separate terms of service, privacy policy, and support +# documentation. + +# Black Duck Security Action allows you to integrate Static Analysis Security Testing (SAST) and Software Composition Analysis (SCA) into your CI/CD pipelines. +# For more information about configuring your workflow, +# read our documentation at https://github.com/blackduck-inc/black-duck-security-scan + name: CI-Black-Duck-Security-Scan on: push: @@ -31,4 +40,4 @@ jobs: ### ---------- SRM SCANNING: REQUIRED FIELDS ---------- srm_url: ${{ vars.SRM_URL }} srm_apikey: ${{ secrets.SRM_API_KEY }} - srm_assessment_types: "SCA,SAST" \ No newline at end of file + srm_assessment_types: "SCA,SAST"