Skip to content

adding cmd for api-key usage (#18) #112

adding cmd for api-key usage (#18)

adding cmd for api-key usage (#18) #112

Workflow file for this run

name: "[Demo] Run Scan Action"
on: [push, pull_request]
jobs:
test-image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./
with:
image: "mongo:3.2"
fail-build: false
test-directory:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./
with:
path: "tests/fixtures/npm-project"
fail-build: false
sbom:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./
with:
sbom: tests/fixtures/test_sbom.spdx.json
fail-build: false