hughpearse commented on PR #4162: URL: https://github.com/apache/calcite/pull/4162#issuecomment-2610323487
Runs locally ``` foo@bar$ sudo docker run -t -i -p 4000:4000 --entrypoint /bin/bash ruby:3.3.7-slim-bullseye foo@bar$ apt update foo@bar$ apt install build-essential libssl-dev zlib1g-dev git ruby-dev vim foo@bar$ git clone https://github.com/hughpearse/calcite.git foo@bar$ cd calcite/site foo@bar$ gem install bundler foo@bar$ bundle install foo@bar$ bundle exec jekyll serve --host=0.0.0.0 ``` http://localhost:4000/ Trivy scan completed on my fork ``` Approved Libraries Libraries within this report have passed our security review and can be given to Technology Governance for next steps. Scan of https://github.com/hughpearse/calcite on Jan 23, 2025 Version Scanned: latest Commit in the last 730 days: True Reviewers found: 478, of required: 2 reviewers. Pass: True This library has no Critical, High, or Medium vulnerabilities ``` and unit tests are now passing at core/src/test/java/org/apache/calcite/test/org.apache.calcite.test.LintTest -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
