Skip to content

Commit

Permalink
Move gosec scan in GitHub actions
Browse files Browse the repository at this point in the history
Signed-off-by: Dale Haiducek <[email protected]>
(cherry picked from commit d36fb1d)
  • Loading branch information
dhaiducek authored and mprahl committed Feb 19, 2024
1 parent 1b5dcee commit cc7cda7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
make fmt
git diff --exit-code
make lint
make gosec-scan
- name: Verify deploy/operator.yaml
run: |
Expand Down Expand Up @@ -224,7 +223,7 @@ jobs:
- name: Test Coverage Verification
run: |
make coverage-verify
- name: Prepare additional artifacts for the sonarcloud workflow
run: |
make gosec-scan
Expand Down

0 comments on commit cc7cda7

Please sign in to comment.