Skip to content

Commit

Permalink
chore: gosec check is looking for a build stage, so give it one (janu…
Browse files Browse the repository at this point in the history
…s-idp#163)

Signed-off-by: Nick Boldt <nboldt@redhat.com>
  • Loading branch information
nickboldt authored and gazarenkov committed Mar 17, 2024
1 parent 246064c commit 9a7d5aa
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 9a7d5aa

Please sign in to comment.