Skip to content

INFRA-42544: enable oss scan for security acceptance #117

INFRA-42544: enable oss scan for security acceptance

INFRA-42544: enable oss scan for security acceptance #117

Workflow file for this run

name: Scan
on:
push:
tags:
- v*.*.*
branches:
- main
- release/v*.*.*
pull_request:
branches:
- main
- release/v*.*.*
permissions:
contents: read
jobs:
fossa-scan:
uses: splunk/oss-scanning/.github/workflows/oss-scan.yml@main

Check failure on line 17 in .github/workflows/scan.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/scan.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/scan.yaml" -> "splunk/oss-scanning/.github/workflows/oss-scan.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit
SAST:
name: Semgrep
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: semgrep
uses: returntocorp/semgrep-action@v1
with:
publishToken: ${{ secrets.SEMGREP_KEY }}