mirror of
https://github.com/charmbracelet/glow.git
synced 2026-08-19 22:54:17 +02:00
ci: run govulncheck, semgrep, etc (#627)
* ci: run govulncheck, semgrep, etc Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> * fix: error check --------- Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
parent
9ebe39cd09
commit
401610afa4
3 changed files with 18 additions and 2 deletions
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
|
|
@ -10,3 +10,16 @@ jobs:
|
|||
uses: charmbracelet/meta/.github/workflows/snapshot.yml@main
|
||||
secrets:
|
||||
goreleaser_key: ${{ secrets.GORELEASER_KEY }}
|
||||
|
||||
govulncheck:
|
||||
uses: charmbracelet/meta/.github/workflows/govulncheck.yml@main
|
||||
with:
|
||||
go-version: stable
|
||||
|
||||
semgrep:
|
||||
uses: charmbracelet/meta/.github/workflows/semgrep.yml@main
|
||||
|
||||
ruleguard:
|
||||
uses: charmbracelet/meta/.github/workflows/ruleguard.yml@main
|
||||
with:
|
||||
go-version: stable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue