mirror of
https://github.com/minio/minio.git
synced 2025-01-11 23:13:23 -05:00
add vulncheck action to CI (#15676)
Signed-off-by: Andreas Auernhammer <hi@aead.dev>
This commit is contained in:
parent
ff9a74b91f
commit
d6132b854f
17
.github/workflows/vulncheck.yml
vendored
Normal file
17
.github/workflows/vulncheck.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
name: VulnCheck
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
vulncheck:
|
||||
name: Analysis
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out code into the Go module directory
|
||||
uses: actions/checkout@v3
|
||||
- name: Check for vulnerabilities
|
||||
uses: kmulvey/govulncheck-action@v1.0.0
|
Loading…
Reference in New Issue
Block a user