Skip to content

Commit

Permalink
ci: Cleaned up some mis-named jobs.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Oct 21, 2023
1 parent 41827d2 commit 7e8e142
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/osv-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# by a third-party and are governed by separate terms of service, privacy
# policy, and support documentation.

name: Run govulncheck
name: Run osv-scanner
on:
push:
branches:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/trufflehog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# by a third-party and are governed by separate terms of service, privacy
# policy, and support documentation.

name: TruffleHog Secrets Scan
name: Run TruffleHog
on:
push:
branches:
Expand All @@ -18,7 +18,7 @@ permissions: read-all
jobs:
trufflehog_job:
runs-on: ubuntu-latest
name: Run osv-scanner
name: Run TruffleHog
steps:
- name: Checkout Source
uses: actions/checkout@v4
Expand Down

0 comments on commit 7e8e142

Please sign in to comment.