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

Commit

Permalink
Revert "run gosec in each component separately (#301)"
Browse files Browse the repository at this point in the history
This reverts commit 49cf308.
  • Loading branch information
sadlerap authored Sep 27, 2024
1 parent 49cf308 commit 0d6efd2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,18 @@ jobs:
gosec:
name: Gosec
runs-on: ubuntu-22.04
strategy:
matrix:
directory: [server, operator, e2e]

steps:
- name: Checkout Git Repository
uses: actions/checkout@v4

- name: Run gosec
uses: securego/gosec@v2.20.0
working-directory: ${{ matrix.directory }}
with:
args: '-exclude=G601 -no-fail -fmt sarif -out gosec.sarif ./...'

- name: Upload scan results
uses: github/codeql-action/upload-sarif@v3
working-directory: ${{ matrix.directory }}
with:
sarif_file: gosec.sarif

Expand Down

0 comments on commit 0d6efd2

Please sign in to comment.