name: Scan linux-based images using Orca Security API description: This is a test component that uses Orca Security API to scan and detect known vulnerabilities on linux-based images. schemaVersion: 1.0 phases: - name: test steps: - name: DownloadFiles action: S3Download inputs: - source: s3:////* destination: /tmp/ - name: AddPermissions action: ExecuteBash inputs: commands: - cd {{ test.DownloadFiles.inputs[0].destination }} - chmod +x * - name: RunOrcaScan action: ExecuteBash inputs: commands: - ./orca_scan_test.sh --api-token