Skip to content

Commit

Permalink
Remove debug env command (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Feb 29, 2024
1 parent 18dea27 commit 3b6c73d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ jobs:
- name: Attest Snyk results to Kosli Trail
run: |
env | grep KOSLI_ATTACHMENTS
KOSLI_ATTACHMENTS=/tmp/kosli
ls -al /tmp
ls -al "${KOSLI_ATTACHMENTS}
kosli attest snyk "${IMAGE_NAME}"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/main_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,10 @@ jobs:
- name: Attest Snyk results to Kosli Trail
run: |
env | grep KOSLI_ATTACHMENTS
KOSLI_ATTACHMENTS=/tmp/kosli
ls -al /tmp
ls -al "${KOSLI_ATTACHMENTS}
kosli attest snyk "${IMAGE_NAME}"
--name=dashboard.snyk-container-scan
--scan-results=snyk.container.scan.json
Expand Down

0 comments on commit 3b6c73d

Please sign in to comment.