Skip to content

Commit

Permalink
fix scan workflow scanning kubernetes code
Browse files Browse the repository at this point in the history
Signed-off-by: zufardhiyaulhaq <[email protected]>
  • Loading branch information
zufardhiyaulhaq committed Aug 15, 2021
1 parent 14fb9d6 commit 27b2311
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: golangci/golangci-lint-action@v2
with:
version: v1.29
args: --timeout 300
test:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -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:
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,3 @@ jobs:
uses: actions/checkout@v2
- name: Build binary
run: make build
scan:
runs-on: ubuntu-latest
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

0 comments on commit 27b2311

Please sign in to comment.