We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb8ec6c commit cc8537bCopy full SHA for cc8537b
.github/workflows/gitleaks-pr-scan.yml
@@ -0,0 +1,13 @@
1
+name: Gitleaks PR Secret Scan
2
+
3
+on:
4
+ pull_request:
5
+ workflow_dispatch:
6
7
+permissions:
8
+ contents: read
9
10
+jobs:
11
+ gitleaks:
12
+ uses: clouddrove/github-shared-workflows/.github/workflows/gitleaks-pr-scan.yml@1754bbe224200aa1d820cdf795d42de54b34245f
13
+ secrets: inherit
.github/workflows/module-test-harness.yml
@@ -0,0 +1,15 @@
+name: Module Test Harness
+ branches: [master]
+ complete-example:
+ uses: clouddrove/github-shared-workflows/.github/workflows/stf-checks.yml@bd958ead76ac7c72acf4976c244c47eef89c84f7
+ with:
14
+ provider: digitalocean
15
+ working_directory: ./_examples/complete/
0 commit comments