Skip to content

Commit

Permalink
ci: add support for go vulncheck
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id committed Oct 20, 2023
1 parent 03beaef commit e33cc0f
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
name: "CodeQL"
name: "static-analysis"

on:
push:
Expand Down Expand Up @@ -69,3 +69,7 @@ jobs:
uses: github/codeql-action/analyze@v2
with:
category: "/language:${{matrix.language}}"

govulnech:
name: Golang Vulncheck
uses: Templum/govulncheck-action@v1.0.0

0 comments on commit e33cc0f

Please sign in to comment.