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 82ad258 commit 3850a3bCopy full SHA for 3850a3b
.github/workflows/pipeline.yml
@@ -114,10 +114,22 @@ jobs:
114
folder: badges/
115
clean: false
116
117
+ truffle:
118
+ runs-on: ubuntu-latest
119
+ steps:
120
+ - name: Check out repository
121
+ uses: actions/checkout@v4
122
+ with:
123
+ fetch-depth: 0
124
+ - name: Secret Scanning
125
+ uses: trufflesecurity/trufflehog@main
126
127
+ extra_args: --results=verified,unknown
128
+
129
pypi-publish:
130
name: Upload release to PyPI
131
runs-on: ubuntu-latest
- needs: [ ruff, pytest, audit ]
132
+ needs: [ ruff, pytest, audit, truffle ]
133
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
134
environment:
135
name: pypi
0 commit comments