Skip to content

Commit dad4f69

Browse files
morri-sonmorrison-sapjakobmoellerdev
authored
chore: update workflow to download and extract OCM CLI alongside CTF (#59)
On-behalf-of: Gerald Morrison (SAP) <[email protected]> Signed-off-by: Gerald Morrison (SAP) <[email protected]> <!-- markdownlint-disable MD041 --> #### What this PR does / why we need it update workflow to download and extract OCM CLI alongside CTF --------- Signed-off-by: Gerald Morrison (SAP) <[email protected]> Co-authored-by: Gerald Morrison (SAP) <[email protected]> Co-authored-by: Jakob Möller <[email protected]>
1 parent 936d2ab commit dad4f69

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/bdba.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Workflow to upload CTFs to Black Duck Binary Analysis (BDBA) for scanning.
22
# Located in .github repo to be shared across all repositories in the GH org.
3+
# This workflow is triggered by other workflows, e.g., release workflow.
4+
# The secret for the BDBA_API_TOKEN is generated in another workflow
5+
# (https://github.com/open-component-model/.github/actions/workflows/rotate-bdba-token.yml)
6+
# which is scheduled to run every 30 days. By policy the maximum lifetime of a token is 180 days.
7+
38
name: BDBA Scan
49

510
on:

.github/workflows/rotate-bdba-token.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
# Rotate Black Duck Binary Analysis API token on a monthly basis
1+
# Rotate Black Duck Binary Analysis API token on a monthly basis.
2+
# Per SAP policy the maximum lifetime of a BDBA token is 180 days.
23
# The token is used in the worklfow bdba.yaml and stored as a secret on org level
4+
# The secret is used in the BDBA workflows.
5+
36
name: BDBA Token Rotation
47

58
permissions:

0 commit comments

Comments
 (0)