Skip to content

Commit 82fa4ce

Browse files
committed
using devguardScanner from github rather than local flake
1 parent e498bbf commit 82fa4ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-nix-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
run: nix --version
111111

112112
- name: Install crane and devguard-scanner
113-
run: nix profile install nixpkgs#crane .#devguardScanner
113+
run: nix profile install nixpkgs#crane github:l3montree-dev/devguard#devguardScanner
114114

115115
- name: In-Toto Provenance record start
116116
run: devguard-scanner intoto start --step=build --token=${{ secrets.devguard-token }} --apiUrl=${{ inputs.api-url }} --assetName=${{ inputs.asset-name }} --supplyChainId=${{ github.sha }}

0 commit comments

Comments
 (0)