mirror of
https://github.com/project-zot/zot.git
synced 2026-06-17 04:48:26 +08:00
chore: fix security alerts (#1493)
https://github.com/project-zot/zot/security/code-scanning/4293 Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
This commit is contained in:
committed by
GitHub
parent
96d00cd0ef
commit
d9e5f33e7e
@@ -10,10 +10,7 @@ on:
|
||||
- published
|
||||
name: build-test
|
||||
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
permissions: read-all
|
||||
|
||||
jobs:
|
||||
build-test:
|
||||
@@ -355,6 +352,9 @@ jobs:
|
||||
if: github.event_name == 'release' && github.event.action== 'published'
|
||||
needs: push-image
|
||||
name: Update Helm Chart
|
||||
permissions:
|
||||
contents: write
|
||||
packages: write
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
Reference in New Issue
Block a user