Skip to content

Commit b37372c

Browse files
author
Thomas Luijken
committed
Added permissions for reading remote contents
1 parent 242eceb commit b37372c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/BUILD_AND_DEPLOY.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ on:
1717
- 'oxybox/src/**'
1818
- '.github/workflows/BUILD_AND_DEPLOY.yml'
1919

20+
permissions:
21+
actions: read
22+
contents: read
23+
2024
jobs:
2125
# validate that the docker image is built.
2226
# will only scan for vulnerabilities and push to acr on push events

0 commit comments

Comments
 (0)