Skip to content

Commit f669871

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/semgrep.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
- main
66
jobs:
77
semgrep:
8+
permissions:
9+
contents: read
810
name: Scan
911
runs-on: ubuntu-latest
1012
container:

0 commit comments

Comments
 (0)