Skip to content

Commit

Permalink
enable oss scan
Browse files Browse the repository at this point in the history
  • Loading branch information
skan-splunk committed Jun 14, 2024
1 parent d9eca19 commit dda8799
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/fossa.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: OSS Scan
on:
[push, pull_request]
jobs:
fossa-scan:
uses: splunk/oss-scanning-public/.github/workflows/oss-scan.yml@main
secrets: inherit
7 changes: 3 additions & 4 deletions .github/workflows/scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ on:
permissions:
contents: read
jobs:
#TODO: Uncomment when https://splunk.atlassian.net/browse/PRODSECOPS-24080 is complete
# FOSSA:
# uses: splunk/oss-scanning/.github/workflows/oss-scan.yml@main
# secrets: inherit
fossa-scan:
uses: splunk/oss-scanning/.github/workflows/oss-scan.yml@main
secrets: inherit
SAST:
name: Semgrep
runs-on: ubuntu-latest
Expand Down

0 comments on commit dda8799

Please sign in to comment.