Skip to content

Commit

Permalink
Optimize blackduck scan interval. (#4)
Browse files Browse the repository at this point in the history
Gleb Levitin <gleb.levitin@mercedes-benz.com>, Mercedes-Benz Tech Innovation GmbH
  • Loading branch information
levitin committed Nov 7, 2024
1 parent aec7b48 commit edcdfa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blackduck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
env:
DETECT_PROJECT_NAME: ${{ github.repository }}
DETECT_PROJECT_VERSION_LICENSE: MIT License
DETECT_GO_MOD_DEPENDENCY_TYPES_EXCLUDED: UNUSED
DETECT_POLICY_CHECK_FAIL_ON_SEVERITIES: ALL
DETECT_BLACKDUCK_SIGNATURE_SCANNER_ARGUMENTS: '--min-scan-interval=0'
with:
blackduck_url: ${{ secrets.BLACKDUCK_URL }}
blackduck_token: ${{ secrets.BLACKDUCK_API_TOKEN }}
Expand Down

0 comments on commit edcdfa3

Please sign in to comment.