Skip to content

Commit

Permalink
add secrets input to build job
Browse files Browse the repository at this point in the history
Signed-off-by: Rafi <[email protected]>
  • Loading branch information
refoo0 committed Nov 26, 2024
1 parent c7dd6da commit dc02b68
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/devguard-scanner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,12 @@ jobs:
# Docker image build job
build-image:
uses: l3montree-dev/devguard-action/.github/workflows/build-image.yml@main

with:
asset-name: l3montree-cybersecurity/projects/devguard/assets/devguard
api-url: https://api.main.devguard.org
secrets:
devguard-token: ${{ secrets.DEVGUARD_TOKEN }}

build-scanner-image:
uses: l3montree-dev/devguard-action/.github/workflows/build-image.yml@main
with:
Expand Down

0 comments on commit dc02b68

Please sign in to comment.