Skip to content

Commit

Permalink
Merge pull request #528 from fkie-cad/FACT-cwe_checker-stable
Browse files Browse the repository at this point in the history
Switch to stable cwe_checker-Docker-image
  • Loading branch information
jstucke authored Jan 15, 2021
2 parents 5dfcc43 + 119c750 commit 652fc10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/analysis/cwe_checker/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ echo " Installing cwe_checker Plugin "
echo "------------------------------------"

echo "Trying to pull cwe_checker Docker image"
docker pull fkiecad/cwe_checker:latest
docker pull fkiecad/cwe_checker:stable
return_code=$?

if [[ ${return_code} -eq 0 ]]; then
Expand Down

0 comments on commit 652fc10

Please sign in to comment.