Skip to content

Make iac folder local#376

Merged
chanel-y merged 5 commits into
mainfrom
make-iac-folder-local
Jul 21, 2026
Merged

Make iac folder local#376
chanel-y merged 5 commits into
mainfrom
make-iac-folder-local

Conversation

@chanel-y

Copy link
Copy Markdown

No description provided.

chanel-y and others added 2 commits July 21, 2026 10:50
Inline the full codeql-extractor-iac repository contents directly into
this monorepo, replacing the git submodule reference.

Source: https://github.com/advanced-security/codeql-extractor-iac
Commit: e389dc1ae37bf1ec88e317f69d2ddcdf057efdcd (v0.5.1)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 3c4d8373-31fc-4727-bcdb-94c778ee07bd
Remove files that are unnecessary now that iac/ lives inside the monorepo:
- .github/ (workflows, issue templates, dependabot, labeler, action dist)
- .gitmodules (empty tree-sitter submodule refs, deps pulled via Cargo)
- .gitignore, .gitattributes (parent repo covers these)
- .release.yml, .all-contributorsrc (standalone release/contributor configs)
- action.yml (GitHub Action for standalone use)
- .vscode/ (IDE settings for standalone dev)
- CODE_OF_CONDUCT.md, CONTRIBUTING.md, SECURITY.md, SUPPORT.md (parent has these)
- scripts/publish-extractor-pack.sh, scripts/install-extractor.sh (standalone distribution)
- Empty tree-sitter-hcl/, tree-sitter-dockerfile/ submodule dirs

Also fix stale iac/lib/src/qlpack.yml path in codeql-workspace.yml.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 3c4d8373-31fc-4727-bcdb-94c778ee07bd
@chanel-y
chanel-y force-pushed the make-iac-folder-local branch from c4e3131 to bb35f32 Compare July 21, 2026 18:12
chanel-y and others added 3 commits July 21, 2026 11:22
CodeQL 2.26.0 bumped codeql/yaml to 1.0.52, which added CommentBase as a
required member of InputSig. Add the implementation to YamlSig and the
corresponding yaml_comments table to the dbscheme.

The table will be empty until the extractor is updated to extract YAML
comments, but the library will compile against the new codeql/yaml version.

Ref: advanced-security/codeql-extractor-iac#267

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 3c4d8373-31fc-4727-bcdb-94c778ee07bd
Required by the monorepo's check-implicit-this CI check.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 3c4d8373-31fc-4727-bcdb-94c778ee07bd
@chanel-y
chanel-y merged commit 4df918d into main Jul 21, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants