Skip to content
Open
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
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
# Checkout your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout Repository
uses: actions/checkout@v4
# Note: This configuration should be used if you enable pull request scans
# with:
# fetch-depth: 0
# ref: ${{ github.event.pull_request.head.ref }}

- name: Run Orca IaC Scan
uses: orcasecurity/shiftleft-iac-action@v1
Expand Down