Skip to content

Test Orca Container Image action #17

Test Orca Container Image action

Test Orca Container Image action #17

name: Test Orca Container Image action
on:
workflow_dispatch:
permissions:
contents: read
jobs:
container_scan_job:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
- name: Scan Container Image
uses: ./
with:
api_token: ${{ secrets.ORCA_SECURITY_API_TOKEN }}
project_key: "default"
image: "alpine:3"
format: "json"
output: "results/"
console_output: "table"
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # ratchet:actions/upload-artifact@v3
if: always()
with:
name: orca-results
path: results/