Skip to content

Update Xeol to v0.9.15 #161

Update Xeol to v0.9.15

Update Xeol to v0.9.15 #161

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