Skip to content

Commit

Permalink
Scan Robustness Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
imda-benedictlee committed Oct 17, 2024
1 parent 8751308 commit d5f5b94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sca-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ jobs:
cd stock-plugins
python3 -m venv venv
source venv/bin/activate
find ./ -type d -name "aiverify.stock.robustness-toolbox/algorithms" -exec pip install -e . "{}" \;
cd aiverify.stock.robustness-toolbox/algorithms/
pip install -e .
bash <(curl -s -L https://detect.synopsys.com/detect9.sh) --blackduck.url=https://blackduck.aipo-imda.net/ --blackduck.api.token=${{ secrets.BLACKDUCK_TOKEN }} --detect.detector.search.depth=10 --detect.project.name=stock-plugins --detect.project.version.name=$BRANCH --detect.source.path=. --detect.code.location.name="stock-plugins_$BRANCH" --detect.excluded.directories=venv --blackduck.trust.cert=true
deactivate
cd ../

0 comments on commit d5f5b94

Please sign in to comment.