Skip to content

Commit

Permalink
try injection
Browse files Browse the repository at this point in the history
  • Loading branch information
tomfrenken committed Nov 22, 2023
1 parent 06efa77 commit 93e069c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/blackduck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,13 @@ jobs:
- run: yarn install --frozen-lockfile
- run: sudo apt-get install jq
- run: echo "project_version=$(cat package.json | jq '.version' | tr -d '"')" >> $GITHUB_ENV
- run: alias detect.timeout=6000='detect.timeout=6000 --min-scan-interval=0'
- name: Blackduck Scan
uses: SAP/project-piper-action@27cadf261545552a68660531476c0915a97ee3d8
with:
command: detectExecuteScan
flags: \
--version=$PROJECT_VERSION \
--excludedDirectories=test-packages \
--excludedDirectories=test-packages,"--min-scan-interval=0 \
--scanProperties=" \
--blackduck.signature.scanner.memory=4096 \
--detect.timeout=6000 \
Expand Down

0 comments on commit 93e069c

Please sign in to comment.