Skip to content

Commit 1697245

Browse files
committed
added names to other GHA workflows. added status badge to README for govulncheck
1 parent 181847a commit 1697245

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/govuln.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1+
name: govulncheck
12
on: [push]
23

34
jobs:
45
govulncheck_job:
56
runs-on: ubuntu-latest
6-
name: Run govulncheck
7+
name: Run govulnchecks
78
steps:
89
- id: govulncheck
910
uses: golang/govulncheck-action@v1

.github/workflows/pre-release.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
name: Create Pre-Release and Assets
12
on:
23
push:
34
# Sequence of patterns matched against refs/tags
45
tags:
5-
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
6+
- 'v*-rc*' # Push events to matching v*-rc*, i.e. v1.0.0-rc.1 (v 1.0.0 release candidate 1)
67

78
permissions:
89
contents: write
@@ -28,7 +29,7 @@ jobs:
2829
- First Change
2930
- Second Change
3031
draft: false
31-
prerelease: false
32+
prerelease: true
3233

3334
releases-matrix:
3435
name: Release Go Binary

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name: Create Release and Assets
12
on:
23
push:
34
# Sequence of patterns matched against refs/tags

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Plex Monitor
22

3-
[![gitleaks](https://github.com/bwhitehead0/plex_monitor/actions/workflows/gitleaks.yaml/badge.svg)](https://github.com/bwhitehead0/plex_monitor/actions/workflows/gitleaks.yaml)
3+
[![gitleaks](https://github.com/bwhitehead0/plex_monitor/actions/workflows/gitleaks.yaml/badge.svg)](https://github.com/bwhitehead0/plex_monitor/actions/workflows/gitleaks.yaml) [![govulncheck](https://github.com/bwhitehead0/plex_monitor/actions/workflows/govuln.yaml/badge.svg)](https://github.com/bwhitehead0/plex_monitor/actions/workflows/govuln.yaml)
44
<hr>
55

66
plex_monitor is a simple status monitor for Plex written in Go.

0 commit comments

Comments
 (0)