Skip to content

Commit

Permalink
Add python as a langugage for codeql invocation in GHAS profile (#148)
Browse files Browse the repository at this point in the history
Python is fairly popular, so let's add it to the invocation.

Signed-off-by: Juan Antonio Osorio <[email protected]>
  • Loading branch information
JAORMX authored Aug 27, 2024
1 parent 85e7745 commit 9dbec54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profiles/github/ghas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repository:
enabled: true
- type: codeql_enabled
def:
languages: [go, javascript, typescript]
languages: [go, javascript, typescript, python]
schedule_interval: '30 4-6 * * *'
- type: dependabot_configured
def:
Expand Down

0 comments on commit 9dbec54

Please sign in to comment.