We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e498bbf commit 82fa4ceCopy full SHA for 82fa4ce
1 file changed
.github/workflows/build-nix-image.yml
@@ -110,7 +110,7 @@ jobs:
110
run: nix --version
111
112
- name: Install crane and devguard-scanner
113
- run: nix profile install nixpkgs#crane .#devguardScanner
+ run: nix profile install nixpkgs#crane github:l3montree-dev/devguard#devguardScanner
114
115
- name: In-Toto Provenance record start
116
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