mirror of
https://github.com/minio/minio.git
synced 2025-01-11 23:13:23 -05:00
GitHub Workflows security hardening (#15708)
This commit is contained in:
parent
ddad231921
commit
1a17fc17bb
4
.github/workflows/vulncheck.yml
vendored
4
.github/workflows/vulncheck.yml
vendored
@ -6,6 +6,10 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
permissions:
|
||||
contents: read # to fetch code (actions/checkout)
|
||||
|
||||
jobs:
|
||||
vulncheck:
|
||||
name: Analysis
|
||||
|
Loading…
Reference in New Issue
Block a user