Skip to content

Commit b0d6192

Browse files
authored
Merge pull request #265 from microsoft/dilan/iac-setup
CodeQL for IaC (infrastructure as code) Setup
2 parents ae4b3e8 + cb63c6a commit b0d6192

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/microsoft-codeql-pack-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
runs-on: ubuntu-latest
101101
strategy:
102102
matrix:
103-
language: ['csharp', 'cpp', 'java', 'javascript', 'python', 'ruby', 'go', 'rust', 'swift', 'powershell']
103+
language: ['csharp', 'cpp', 'java', 'javascript', 'python', 'ruby', 'go', 'rust', 'swift', 'powershell', 'iac']
104104
steps:
105105
- name: Checkout repository
106106
uses: actions/checkout@v4

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "iac"]
2+
path = iac
3+
url = https://github.com/advanced-security/codeql-extractor-iac

iac

Submodule iac added at 1709e32

0 commit comments

Comments
 (0)