Skip to content

Commit 993304e

Browse files
committed
ci: Cleaned up some mis-named jobs.
1 parent c7cba09 commit 993304e

File tree

6 files changed

+10
-15
lines changed

6 files changed

+10
-15
lines changed

.github/workflows/gosec.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: Run gosec
6+
name: Gosec
77
on:
88
push:
99
branches:
@@ -18,7 +18,7 @@ permissions: read-all
1818
jobs:
1919
gosec_job:
2020
runs-on: ubuntu-latest
21-
name: Run gosec
21+
name: Scan for vulns
2222
steps:
2323
- name: Harden Runner
2424
uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0

.github/workflows/govulncheck.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: Run govulncheck
6+
name: Govulncheck
77
on:
88
push:
99
branches:
@@ -18,7 +18,7 @@ permissions: read-all
1818
jobs:
1919
govulncheck_job:
2020
runs-on: ubuntu-latest
21-
name: Run govulncheck
21+
name: Scan for vulns
2222
steps:
2323
- name: Harden Runner
2424
uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0

.github/workflows/osv-scanner.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: Run osv-scanner
6+
name: osv-scanner
77
on:
88
push:
99
branches:
@@ -18,7 +18,7 @@ permissions: read-all
1818
jobs:
1919
osv_scanner_job:
2020
runs-on: ubuntu-latest
21-
name: Run osv-scanner
21+
name: Scan for vulns
2222
steps:
2323
- name: Harden Runner
2424
uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0

.github/workflows/scorecard.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: Scorecard supply-chain security
6+
name: Supply-Chain Security
77
on:
88
# For Branch-Protection check. Only the default branch is supported. See
99
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection
@@ -20,7 +20,7 @@ permissions: read-all
2020

2121
jobs:
2222
analysis:
23-
name: Scorecard analysis
23+
name: Perform analysis
2424
runs-on: ubuntu-latest
2525
permissions:
2626
# Needed to upload the results to code-scanning dashboard.

.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: Run TruffleHog
6+
name: 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 TruffleHog
21+
name: Scan for secrets
2222
steps:
2323
- name: Harden Runner
2424
uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0

.pre-commit-config.yaml

-5
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,3 @@ repos:
9696
entry: bash -c 'trufflehog git file://. --since-commit HEAD --only-verified --fail --json 2>/dev/null | jq "."'
9797
language: system
9898
stages: [commit, push]
99-
100-
- repo: https://github.com/gitleaks/gitleaks
101-
rev: v8.16.3
102-
hooks:
103-
- id: gitleaks

0 commit comments

Comments
 (0)