-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix scan workflow scanning kubernetes code
Signed-off-by: zufardhiyaulhaq <[email protected]>
- Loading branch information
1 parent
14fb9d6
commit 27b2311
Showing
2 changed files
with
1 addition
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,7 @@ jobs: | |
uses: golangci/golangci-lint-action@v2 | ||
with: | ||
version: v1.29 | ||
args: --timeout 300 | ||
test: | ||
runs-on: ubuntu-latest | ||
steps: | ||
|
@@ -46,12 +47,6 @@ jobs: | |
steps: | ||
- name: Check out code | ||
uses: actions/checkout@v2 | ||
- name: Initialize CodeQL | ||
uses: github/codeql-action/init@v1 | ||
with: | ||
languages: go | ||
- name: Perform CodeQL Analysis | ||
uses: github/codeql-action/analyze@v1 | ||
- name: Perform SonarQube Scan | ||
uses: kitabisa/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters