Skip to content

Commit 5bb8216

Browse files
authored
Rename scan to secrets_scan (#745)
1 parent ed0899c commit 5bb8216

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/scan.yml renamed to .github/workflows/secrets_scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: scan
1+
name: secrets_scan
22

33
on:
44
pull_request:
55
branches: [main]
66

77
jobs:
8-
scan:
8+
trufflehog:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)