Skip to content

chore: code review cleanup before review (#57) #71

chore: code review cleanup before review (#57)

chore: code review cleanup before review (#57) #71

Workflow file for this run

name: CI - MAIN
env:
MAVEN_VERSION: '3.9.15'
on:
workflow_dispatch:
push:
branches: [main]
jobs:
blackduck:
name: Blackduck Scan
runs-on: ubuntu-latest
timeout-minutes: 30
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Scan With Black Duck
uses: cap-java/.github/actions/scan-with-blackduck@296573b55e906f5c77a1855bcfe4285cbbc5cac4 # main
with:
blackduck_token: ${{ secrets.BLACK_DUCK_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
maven-version: ${{ env.MAVEN_VERSION }}
project-name: com.sap.cds.cds-ai
included-modules: cds-feature-ai-core,cds-feature-recommendations,cds-starter-ai
scan_mode: FULL
build-and-test:
uses: ./.github/workflows/pipeline.yml
permissions:
contents: read
security-events: write
actions: read
packages: read
secrets: inherit