Skip to content

Commit 8ac3b5a

Browse files
committed
security(dependencies): add deepfactor and move svelte, sass and material to dependencies
skip release
1 parent b184abd commit 8ac3b5a

File tree

3 files changed

+39
-161
lines changed

3 files changed

+39
-161
lines changed

.github/workflows/deepfactor.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: deepfactor-scan
2+
on:
3+
push:
4+
branches: [ main, develop, feature/deepfactor ]
5+
jobs:
6+
build:
7+
runs-on: ubuntu-latest
8+
container:
9+
image: public.ecr.aws/deepfactor/df/runtime:3.3.3-2346
10+
env:
11+
DF_RUN_TOKEN: ${{ secrets.DF_RUN_TOKEN }}
12+
steps:
13+
- name: Checkout
14+
uses: actions/checkout@v2
15+
- name: Scan with Deepfactor
16+
run: dfctl scan -s fs -a ${{ github.event.repository.name }} -c ${{ github.event.repository.name }} -V ${{ github.ref_name }} .

0 commit comments

Comments
 (0)