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 81bb0df commit c0b2b66Copy full SHA for c0b2b66
.github/workflows/ci.yaml
@@ -117,6 +117,7 @@ jobs:
117
# The TruffleHog OSS Github Action can be used to scan a range of commits for leaked credentials. The action will fail if any results are found.
118
# More see: https://github.com/marketplace/actions/trufflehog-oss
119
SecretScan:
120
+ if: ${{ github.ref != 'refs/heads/main' }}
121
name: Secret Scan
122
runs-on: ubuntu-latest
123
steps:
0 commit comments