Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .github/workflows/security-code-scanner.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
on:
# allow manual triggering of the workflow
workflow_dispatch:
# Required for Repository Ruleset workflows
push:

# Add this permissions block
permissions:
actions: read
pull-requests: read
security-events: write
id-token: write
contents: read

jobs:
Security-Code-Scanner:
uses: shopify-playground/github-actions/.github/workflows/security-code-scanner-workflow.yml@main
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
Loading