Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/bdba.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Workflow to upload CTFs to Black Duck Binary Analysis (BDBA) for scanning.
# Located in .github repo to be shared across all repositories in the GH org.
# This workflow is triggered by other workflows, e.g., release workflow.
# The secret for the BDBA_API_TOKEN is generated in another workflow
# (https://github.com/open-component-model/.github/actions/workflows/rotate-bdba-token.yml)
# which is scheduled to run every 30 days. By policy the maximum lifetime of a token is 180 days.

name: BDBA Scan

on:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/rotate-bdba-token.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Rotate Black Duck Binary Analysis API token on a monthly basis
# Rotate Black Duck Binary Analysis API token on a monthly basis.
# Per SAP policy the maximum lifetime of a BDBA token is 180 days.
# The token is used in the worklfow bdba.yaml and stored as a secret on org level
# The secret is used in the BDBA workflows.

name: BDBA Token Rotation

permissions:
Expand Down