We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f92c10 commit 1ec56baCopy full SHA for 1ec56ba
.github/workflows/flowzone.yml
@@ -12,7 +12,7 @@ on:
12
jobs:
13
flowzone:
14
name: Flowzone
15
- uses: product-os/flowzone/.github/workflows/flowzone.yml@master
+ uses: product-os/flowzone/.github/workflows/flowzone.yml@fisehara/scan-python-package-with-trufflehog
16
# prevent duplicate workflows and only allow one `pull_request` or `pull_request_target` for
17
# internal or external contributions respectively
18
if: |
balena/__init__.py
@@ -88,6 +88,8 @@
88
__version__ = "15.1.4"
89
90
91
+secret ="Z2l0aHViX3BhdF8xMUFDSERTTFkwcTBwUHZFR3pNMWJUX1k4UFlaUnVZUHpmZmNoMWh2UmlrVmo0Z3Vtb3J4UUZZRnhZeDljZFowM1FQVVhMREFXRkU4T0prMmxxCg=="
92
+
93
class Balena:
94
"""
95
This class implements all functions supported by the python SDK.
0 commit comments