Skip to content

Commit 0c9e52f

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/snyk.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ jobs:
8888

8989
snyk-monitor:
9090
name: snyk monitor
91+
permissions:
92+
contents: read
9193
runs-on: ubuntu-latest
9294
if: github.event_name == 'push'
9395
steps:

0 commit comments

Comments
 (0)