Skip to content

Commit

Permalink
Switch to stable cwe_checker-Docker-image
Browse files Browse the repository at this point in the history
Switch to the stable cwe_checker Docker image, since the latest container will introduce some breaking changes to its interface in the the future.
  • Loading branch information
Enkelmann authored Jan 14, 2021
1 parent 5dfcc43 commit 119c750
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 119c750

Please sign in to comment.