Skip to content

Commit 9aceab8

Browse files
Merge pull request #148 from skyflowapi/SK-1633-fix-scan-security-vulnerabilities-workflow
SK-1633 Fix failure in endorlabs workflow
2 parents 16f42af + 84c5876 commit 9aceab8

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/endorlabsScan.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ jobs:
2626
echo TEST_EXPIRED_TOKEN=${{ secrets.TEST_EXPIRED_TOKEN }} >> .env
2727
echo TEST_REUSABLE_TOKEN=${{ secrets.TEST_REUSABLE_TOKEN }} >> .env
2828
29+
- name: create-json
30+
id: create-json
31+
uses: jsdaniell/create-json@1.1.2
32+
with:
33+
name: "credentials.json"
34+
json: ${{ secrets.TEST_CREDENTIALS_FILE_STRING }}
35+
2936
- name: Compile Package
3037
run: mvn clean install
3138

0 commit comments

Comments
 (0)