Skip to content

Commit

Permalink
ci: Run vulnerability scanner after release build (#2599)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairyhum committed Jan 29, 2024
1 parent f57b3b8 commit aec073b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/grype-vulnerability-scanner.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
name: container vulnerability scanning
on: [workflow_dispatch]
on:
workflow_dispatch:
workflow_run:
workflows: ["Build and test"]
types:
- completed
branches:
- master

jobs:
vulnerability-scanner:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit aec073b

Please sign in to comment.