Skip to content

Commit

Permalink
deepfactor (#237)
Browse files Browse the repository at this point in the history
security(dependencies): add deepfactor and move svelte and material to dependencies. Remove unused deps.

skip release
  • Loading branch information
hobbitronics authored Nov 2, 2023
1 parent b184abd commit 7ad66fc
Show file tree
Hide file tree
Showing 3 changed files with 718 additions and 2,982 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/deepfactor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: deepfactor-scan
on:
push:
branches: [ main, develop, feature/deepfactor ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: public.ecr.aws/deepfactor/df/runtime:3.3.3-2346
env:
DF_RUN_TOKEN: ${{ secrets.DF_RUN_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Scan with Deepfactor
run: dfctl scan -s fs -a ${{ github.event.repository.name }} -c ${{ github.event.repository.name }} -V ${{ github.ref_name }} .
Loading

0 comments on commit 7ad66fc

Please sign in to comment.