Skip to content

Commit

Permalink
Run dependency-check in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Lane <tilne@amazon.com>
  • Loading branch information
Tim Lane committed Mar 17, 2021
1 parent 17b98b4 commit 4377e92
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/dep_check.yml
@@ -0,0 +1,19 @@
# See https://semgrep.dev/explore to learn about what the checks do.
name: DepCheck
on: [pull_request]
jobs:
semgrep:
runs-on: ubuntu-latest
name: DepCheck
steps:
- uses: actions/checkout@v1
- name: Dependency Check
uses: dependency-check/Dependency-Check_Action@main
with:
path: '.'
format: 'HTML'
- name: Upload Test results
uses: actions/upload-artifact@master
with:
name: Depcheck report
path: ${{github.workspace}}/reports

0 comments on commit 4377e92

Please sign in to comment.