Skip to content

Commit

Permalink
Update scan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sjmichalo authored and nickshine committed Jun 7, 2024
1 parent ea461d8 commit f43c68a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ permissions:
contents: read
jobs:
SAST:
name: SAST
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -19,5 +20,6 @@ jobs:
with:
publishToken: ${{ secrets.SEMGREP_KEY }}
FOSSA:
name: FOSSA
uses: splunk/oss-scanning/.github/workflows/oss-scan.yml@main
secrets: inherit

0 comments on commit f43c68a

Please sign in to comment.