Skip to content

Commit

Permalink
Gokart action
Browse files Browse the repository at this point in the history
related to #600
I considered using a go-kart action. Unfortunately it is not yet mature enough to use it
([1](kitabisa/gokart-action#2), [2](kitabisa/gokart-action#1)).

During the processing `build.yaml` I run gokart the same way as for example golic.

Signed-off-by: kuritka <[email protected]>
  • Loading branch information
kuritka committed Sep 7, 2021
1 parent b043228 commit 3707262
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Golang lint, golic and test
name: Golang lint, golic, gokart and test
on:
push:
paths-ignore:
Expand All @@ -21,5 +21,9 @@ jobs:
run: |
go install github.com/AbsaOSS/[email protected]
golic inject --dry -x -t apache2
- name: gokart
run: |
go install github.com/praetorian-inc/[email protected]
gokart scan --globalsTainted
- name: go test
run: go test ./...

0 comments on commit 3707262

Please sign in to comment.