Skip to content

Commit cbdae38

Browse files
Potential fix for code scanning alert no. 3: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 0d9bb9e commit cbdae38

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker-image.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858
deploy:
5959
needs: docker
6060
runs-on: ubuntu-latest
61+
permissions:
62+
contents: read
63+
deployments: write
6164
environment: production
6265
concurrency: production
6366
env:

0 commit comments

Comments
 (0)