You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 31, 2023. It is now read-only.
description: 'A GitHub action to perform a Detect rapid scan and record the results'
inputs:
github-token:
description: 'Your GitHub token'
required: true
detect-version:
description: 'The version of Detect to download'
required: true
blackduck-url:
description: 'Url of Black Duck instance'
required: true
blackduck-api-token:
description: 'API Token for Black Duck instance'
required: true
scan-mode:
description: 'Either RAPID or INTELLIGENT, configures how Detect is invoked. RAPID will not persist the results and disables select Detect functionality for faster results. INTELLIGENT persists the results and permits all features of Detect.'
required: false
default: 'RAPID'
fail-on-all-policy-severities:
description: 'By default, Detect will only fail on policy violations with BLOCKER or CRITICAL severities. This flag will cause the action to fail on all policy severities.'
required: false
default: false
output-path-override:
description: 'Override for where to output Detect files, default is $RUNNER_TEMP/blackduck/'
required: false
detect-trust-cert:
description: 'Acceptable Values: TRUE, FALSE. If TRUE, Detect will trust the Black Duck certificate even if the certificate is not in the keystore.'