We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41827d2 commit 7e8e142Copy full SHA for 7e8e142
.github/workflows/osv-scanner.yml
@@ -3,7 +3,7 @@
3
# by a third-party and are governed by separate terms of service, privacy
4
# policy, and support documentation.
5
6
-name: Run govulncheck
+name: Run osv-scanner
7
on:
8
push:
9
branches:
.github/workflows/trufflehog.yml
-name: TruffleHog Secrets Scan
+name: Run TruffleHog
@@ -18,7 +18,7 @@ permissions: read-all
18
jobs:
19
trufflehog_job:
20
runs-on: ubuntu-latest
21
- name: Run osv-scanner
+ name: Run TruffleHog
22
steps:
23
- name: Checkout Source
24
uses: actions/checkout@v4
0 commit comments