Merge pull request #113 from l3montree-dev/improvement/additional-mit… #123
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# DevSecOps Workflow Definition | |
# This workflow is triggered on every push to the repository | |
name: DevGuard Workflow | |
on: | |
push: | |
jobs: | |
devguard-scanner: | |
uses: l3montree-dev/devguard-action/.github/workflows/full.yml@main | |
with: | |
asset-name: "l3montree-cybersecurity/projects/devguard/assets/devguard-web" | |
build-args: "--context=. --dockerfile=Dockerfile --build-arg=DEVGUARD_API_URL=https://api.main.devguard.org" | |
secrets: | |
devguard-token: ${{ secrets.DEVGUARD_TOKEN }} |