Skip to content

Update README.md

Update README.md #14

name: Test Orca IaC action
on: [pull_request, workflow_dispatch]
permissions:
contents: read
jobs:
iac_scan_job:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected]
- name: Scan IaC
uses: ./
with:
api_token: ${{ secrets.ORCA_SECURITY_API_TOKEN }}
project_key: "default"
path: "test"
format: "json"
output: "results/"
console_output: "cli"
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # ratchet:actions/[email protected]
if: always()
with:
name: orca-results
path: results/