The Alpine 3.22 docker image includes additional packages that can change without notice. To review them, run docker run alpine:3.22 apk list.
CAUTION
Do not rely on the presence of packages from the Alpine docker image in your CI workflows. They are not guaranteed to be included in the future and are not managed by Semgrep.
jq and curl may be removed in future Semgrep releases. You can install them directly in the Docker image if necessary. For example:
Semgrep v.1.66.0 removed bash, jq, and curl to reduce the attack surface of the Semgrep docker image. They were subsequently re-added for future Semgrep releases.