Skip to content

[Snyk] Upgrade jest from 29.5.0 to 29.7.0 #11

[Snyk] Upgrade jest from 29.5.0 to 29.7.0

[Snyk] Upgrade jest from 29.5.0 to 29.7.0 #11

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: "alpine:latest"
debug: true
fail-build: false
test-directory:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./
with:
path: "tests/fixtures/npm-project"
debug: true
severity-cutoff: "negligible"
fail-build: false
sbom:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./
with:
sbom: tests/fixtures/test_sbom.spdx.json
debug: true
fail-build: false