Skip to content

change to full scan #12

change to full scan

change to full scan #12

Workflow file for this run

name: CI - MAIN
permissions:
contents: read
actions: read
security-events: write
packages: read
env:
MAVEN_VERSION: '3.9.12'
on:
workflow_dispatch:
push:
branches: [main]
jobs:
blackduck:
name: Blackduck Scan
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Scan With Black Duck
uses: ./.github/actions/scan-with-blackduck
with:
blackduck_token: ${{ secrets.BLACK_DUCK_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
maven-version: ${{ env.MAVEN_VERSION }}
scan_mode: FULL