Skip to content

Merge pull request #149 from silinternational/feature/reset-wizard-st… #9

Merge pull request #149 from silinternational/feature/reset-wizard-st…

Merge pull request #149 from silinternational/feature/reset-wizard-st… #9

Workflow file for this run

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 }} .