Skip to content

Commit 7e8e142

Browse files
committed
ci: Cleaned up some mis-named jobs.
1 parent 41827d2 commit 7e8e142

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/osv-scanner.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# by a third-party and are governed by separate terms of service, privacy
44
# policy, and support documentation.
55

6-
name: Run govulncheck
6+
name: Run osv-scanner
77
on:
88
push:
99
branches:

.github/workflows/trufflehog.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# by a third-party and are governed by separate terms of service, privacy
44
# policy, and support documentation.
55

6-
name: TruffleHog Secrets Scan
6+
name: Run TruffleHog
77
on:
88
push:
99
branches:
@@ -18,7 +18,7 @@ permissions: read-all
1818
jobs:
1919
trufflehog_job:
2020
runs-on: ubuntu-latest
21-
name: Run osv-scanner
21+
name: Run TruffleHog
2222
steps:
2323
- name: Checkout Source
2424
uses: actions/checkout@v4

0 commit comments

Comments
 (0)