Skip to content

Commit

Permalink
fix(ci): drop broken scan step
Browse files Browse the repository at this point in the history
  • Loading branch information
tgragnato committed Jan 17, 2024
1 parent 2110d7d commit 8582902
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,6 @@ jobs:
- uses: actions/setup-go@v5
- run: go build -v ./...
- run: go test -v ./...
scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21'
- run: |
go install github.com/praetorian-inc/gokart@latest
gokart scan
lint:
runs-on: ubuntu-latest
steps:
Expand All @@ -37,7 +27,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GH_ACTIONS_PEEPHOLE }}
VALIDATE_ALL_CODEBASE: false
docker:
needs: [test, scan, lint]
needs: [test, lint]
if: success() && github.event_name == 'push' && github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 8582902

Please sign in to comment.