Skip to content

Commit e9f2e02

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

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
@@ -6,6 +6,8 @@ on:
66
jobs:
77
semgrep:
88
name: Scan
9+
permissions:
10+
contents: read
911
runs-on: ubuntu-latest
1012
container:
1113
image: returntocorp/semgrep

0 commit comments

Comments
 (0)