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 9805d2b commit b0ae0c6Copy full SHA for b0ae0c6
.github/workflows/ci.yaml
@@ -74,6 +74,7 @@ jobs:
74
# 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.
75
# More see: https://github.com/marketplace/actions/trufflehog-oss
76
SecretScan:
77
+ if: ${{ github.ref != 'refs/heads/main' }}
78
name: Secret Scan
79
runs-on: ubuntu-latest
80
steps:
0 commit comments