Skip to content

Commit ed20ebd

Browse files
committed
image tag fix
1 parent b61660f commit ed20ebd

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/devsecops.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,13 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- uses: actions/checkout@v4
42-
- name: Gitleaks Secret Scan
43-
uses: gitleaks/gitleaks-action@v2
42+
- name: TruffleHog Secret Scan
43+
uses: trufflesecurity/trufflehog@main
44+
with:
45+
path: ./
46+
base: main
47+
head: HEAD
48+
extra_args: --debug --only-verified
4449

4550
build:
4651
name: Build Application

0 commit comments

Comments
 (0)