Skip to content

Commit

Permalink
Merge pull request #619 from fluxcd/enable-codeql-quality
Browse files Browse the repository at this point in the history
ci: enable security-and-quality CodeQL query
  • Loading branch information
hiddeco authored Aug 4, 2023
2 parents bfb6c67 + 79175a1 commit a7213f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
uses: github/codeql-action/init@cdcdbb579706841c47f7063dda365e292e5cad7a # v2.13.4
with:
languages: go
# xref: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
# xref: https://codeql.github.com/codeql-query-help/go/
queries: security-and-quality
- name: Autobuild
uses: github/codeql-action/autobuild@cdcdbb579706841c47f7063dda365e292e5cad7a # v2.13.4
- name: Perform CodeQL Analysis
Expand Down

0 comments on commit a7213f0

Please sign in to comment.