mirror of
https://github.com/docker/docker-bench-security.git
synced 2024-11-01 08:31:44 +01:00
Merge pull request #520 from konstruktoid/gha
update slsa gha permissions
This commit is contained in:
commit
16c235080d
1 changed files with 4 additions and 0 deletions
4
.github/workflows/slsa.yml
vendored
4
.github/workflows/slsa.yml
vendored
|
@ -53,6 +53,10 @@ jobs:
|
|||
|
||||
release:
|
||||
needs: [build, provenance]
|
||||
permissions:
|
||||
actions: read
|
||||
id-token: write
|
||||
contents: write
|
||||
runs-on: ubuntu-latest
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue