Skip to content

Commit

Permalink
Merge pull request #148 from silinternational/develop
Browse files Browse the repository at this point in the history
Release 5.3.3 - dependency updates
  • Loading branch information
briskt committed Mar 28, 2024
2 parents e0acb47 + dfaff4c commit 05d7e01
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 13 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@v4
- name: Scan with Deepfactor
run: dfctl scan -s fs --application ${{ github.event.repository.name }} --component ${{ github.event.repository.name }} --version ${{ github.ref_name }} .
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 05d7e01

Please sign in to comment.