We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbe414b commit 67cb27fCopy full SHA for 67cb27f
1 file changed
.github/workflows/sonar_test.yml
@@ -69,6 +69,10 @@ jobs:
69
jf npm publish --project takoshop --registry https://${{ vars.JF_URL }}/artifactory/api/npm/carmit-prj-1-npm-local/
70
- name: check file system
71
run: |
72
- ls -ltr
+ ls /home/runner/work/setup-jfrog-cli/setup-jfrog-cli/jfrog-setup-jfrog-cli-4.0.2.tgz
73
+ - name: Attest
74
+ uses: actions/attest-build-provenance@v2
75
+ with:
76
+ subject-path: '/home/runner/work/setup-jfrog-cli/setup-jfrog-cli/jfrog-setup-jfrog-cli-4.0.2.tgz'
77
78
0 commit comments