Skip to content

Commit

Permalink
test(ci): separating lints for parallel execution
Browse files Browse the repository at this point in the history
  • Loading branch information
StuxxNet authored and ramon.silveira-borges@telekom.com committed Dec 6, 2023
1 parent 291da9f commit 0ed7ba1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
format: sarif
output-file: kube-linter.sarif

SAST:
sast:
name: SAST
runs-on: ubuntu-latest
container:
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
run: |
make push-image-dockerhub-ci
needs: [test]
needs: [sast]

deploy:
name: Deploy
Expand Down

0 comments on commit 0ed7ba1

Please sign in to comment.