Skip to content

Commit

Permalink
build: improve process for govulncheck issue fixing (#2987)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairyhum authored Jul 19, 2024
1 parent 62de235 commit 3ded6fa
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 3ded6fa

Please sign in to comment.