Potential fix for code scanning alert no. 4: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
This commit is contained in:
parent
52af8d5824
commit
f48d1aaad1
1 changed files with 2 additions and 0 deletions
2
.github/workflows/dockerhub-description.yml
vendored
2
.github/workflows/dockerhub-description.yml
vendored
|
|
@ -1,4 +1,6 @@
|
||||||
name: Update Docker Hub Description
|
name: Update Docker Hub Description
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
env:
|
env:
|
||||||
IMAGE_NAME: ${{ github.repository }}
|
IMAGE_NAME: ${{ github.repository }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue