We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7427277 + 7f3864f commit 7147928Copy full SHA for 7147928
1 file changed
.github/workflows/build.yaml
@@ -100,6 +100,12 @@ jobs:
100
run: |
101
npm ci
102
npm run build
103
+
104
+ - name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
105
+ run: npm audit signatures
106
107
108
109
110
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
111
run: npm audit signatures
0 commit comments