Skip to content

Create dependabot.yml #106

Create dependabot.yml

Create dependabot.yml #106

Workflow file for this run

name: Sample Orca FS Scan Workflow
on:
# Trigger the workflow on push request,
# but only for the main branch
push:
branches:
- main
jobs:
orca-fs-scan:
name: Orca fs Scan
runs-on: ubuntu-latest
env:
PROJECT_KEY: default2 # Set the desired project to run the cli scanning with
steps:
# Checkout your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout Repository
uses: actions/checkout@v3
- name: Run Orca FS Scan # aosijdoaisj
uses: orcasecurity/shiftleft-fs-action@v1
with:
api_token: ${{ secrets.ORCA_SECURITY_API_TOKEN }}
project_key: ${{ env.PROJECT_KEY }}
path:
# scanning directories: ./terraform/ ./sub-dir/ and a file: ./Dockerfile
"./aws"