Skip to content

Commit

Permalink
ci: Run vulnerability scanner after release build (kanisterio#2599)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairyhum authored and plar committed Feb 1, 2024
1 parent b142b59 commit 00ab9dd
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 00ab9dd

Please sign in to comment.