CEC-3382-devops Updated blackduck.yml with secrets (#273)

* testing blackduck.yml that was updated with secrets

* Updated blackduck.yml with secrets
This commit is contained in:
syedghousemohiddin
2023-02-02 10:41:15 -08:00
committed by GitHub
parent e031d9f2dd
commit abaaf42d65

View File

@@ -11,3 +11,7 @@ jobs:
uses: Fisker-Inc/github-actions/.github/workflows/blackduck.yml@main uses: Fisker-Inc/github-actions/.github/workflows/blackduck.yml@main
with: with:
project: ota-admin-portal project: ota-admin-portal
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}
blackduck-url: ${{ secrets.BLACKDUCK_URL }}
blackduck-api-token: ${{ secrets.BLACKDUCK_API_KEY }}