mirror of
https://github.com/minio/minio.git
synced 2025-01-25 21:53:16 -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:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read # to fetch code (actions/checkout)
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
vulncheck:
|
vulncheck:
|
||||||
name: Analysis
|
name: Analysis
|
||||||
|
Loading…
x
Reference in New Issue
Block a user