Skip to content

Commit 9fe9bef

Browse files
committed
Move trufflehog to CI file
1 parent bd7be7d commit 9fe9bef

2 files changed

Lines changed: 13 additions & 18 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
1-
name: Lint
1+
name: CI
22
on: [push, pull_request]
33

44
env:
55
TF_DIR: "./terraform"
66

77
jobs:
8+
truflehog:
9+
runs-on: self-hosted
10+
container: buildpack-deps:bookworm
11+
steps:
12+
- name: Checkout code
13+
uses: actions/checkout@v4
14+
with:
15+
fetch-depth: 0
16+
- name: Secret Scanning
17+
uses: trufflesecurity/trufflehog@main
18+
with:
19+
extra_args: --results=verified,unknown
820
tflint:
921
runs-on: self-hosted
1022
container: buildpack-deps:bookworm

.github/workflows/trufflehog.yaml

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)