Problem
The sast-check and vulnerability-check jobs in vuln-scanner-pr.yml fail because
ih-github is not available on the runner:
/home/runner/work/_temp/0d8af7d2-8f2d-4767-ab7d-29490e7b3b23.sh: line 3: ih-github: command not found
The workflow installs semgrep but doesn't install infrahouse-toolkit which provides ih-github.
Seen in: https://github.com/infrahouse/aws-service-infrahouse-app/actions/runs/26368785686/job/77617081592
Context
This workflow is managed by github-control and injected into service repos. The aws_service template
repos use GitHub-hosted runners which don't have ih-github pre-installed.
Problem
The
sast-checkandvulnerability-checkjobs invuln-scanner-pr.ymlfail becauseih-githubis not available on the runner:The workflow installs semgrep but doesn't install
infrahouse-toolkitwhich providesih-github.Seen in: https://github.com/infrahouse/aws-service-infrahouse-app/actions/runs/26368785686/job/77617081592
Context
This workflow is managed by github-control and injected into service repos. The
aws_servicetemplaterepos use GitHub-hosted runners which don't have
ih-githubpre-installed.