Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
chore: gosec check is looking for a build stage, so give it one (#163)
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Boldt <nboldt@redhat.com>
  • Loading branch information
nickboldt committed Jan 29, 2024
1 parent 217f859 commit 24d39ce
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,9 @@ jobs:
with:
go-version-file: 'go.mod'

- name: Lint
run: make lint

- name: Test
run: make test
- name: build
run: |
make lint test
- name: Run Gosec Security Scanner
run: make gosec
Expand Down

0 comments on commit 24d39ce

Please sign in to comment.