mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-18 16:22:33 +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:
|
release:
|
||||||
needs: [build, provenance]
|
needs: [build, provenance]
|
||||||
|
permissions:
|
||||||
|
actions: read
|
||||||
|
id-token: write
|
||||||
|
contents: write
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue