mirror of
https://github.com/kubescape/kubescape.git
synced 2026-04-15 06:58:11 +00:00
Fix gitlab (#1639)
* always use git token if we provide one Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com> * bump go-git-url for gitlab fix Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com> * fix action permissions for cosign signature Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com> --------- Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com>
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
name: d-publish-image
|
||||
permissions: read-all
|
||||
permissions:
|
||||
contents: read
|
||||
metadata: read
|
||||
id-token: write
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
|
||||
Reference in New Issue
Block a user