We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29195e6 commit f22d5cdCopy full SHA for f22d5cd
.github/workflows/pipeline.yml
@@ -102,6 +102,7 @@ jobs:
102
env:
103
NVD_API_KEY: ${{ secrets.NVD_API_KEY }}
104
sast-snyk:
105
+ if: github.ref == 'refs/heads/main'
106
runs-on: ubuntu-latest
107
needs: build
108
steps:
@@ -144,7 +145,6 @@ jobs:
144
145
- unit-test
146
- mutation-test
147
- dependency-vulnerability-analysis
- - sast-snyk
148
- sast-iac-trivy-hadolint
149
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'abhisheksr01/spring-boot-microservice-best-practices'
150
0 commit comments