Skip to content

Commit

Permalink
chore(blackduck): exclude sample app from scans
Browse files Browse the repository at this point in the history
SUITEDEV-35028

Co-authored-by: davidSchuppa <[email protected]>
  • Loading branch information
matusekma and davidSchuppa committed Feb 20, 2024
1 parent 943dadd commit c4ffe4e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile.codescan
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ USER root
RUN export ANDROID_HOME=android
RUN export BLACKDUCK=true
RUN echo $ANDROID_HOME > local.properties
WORKDIR /workspace/source
WORKDIR /workspace/source

# we don't want to scan the sample app
CMD rm -rf sample

0 comments on commit c4ffe4e

Please sign in to comment.