Skip to content

Commit

Permalink
build: improve process for govulncheck issue fixing
Browse files Browse the repository at this point in the history
Quality of life improvements to make udpating go version for govulncheck issues:
- Allow to run govulncheck on master with workflow dispatch.
- Show image tag input when updating build image.
  • Loading branch information
hairyhum committed Jul 18, 2024
1 parent 62de235 commit 357545e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/govulncheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
schedule:
- cron: '42 1 * * *'
pull_request:
workflow_dispatch:

permissions:
contents: read
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/kanister-image-build.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Update build image

run-name: Update build image to ${{ inputs.tag }} as ${{ inputs.latest_tag }}

permissions:
contents: read

Expand Down

0 comments on commit 357545e

Please sign in to comment.