Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/cypress-evidence-example.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: cypress-evidence-example
name: "Cypress evidence integration example"
on:
workflow_dispatch:
permissions:
Expand All @@ -16,7 +16,7 @@ jobs:
BUILD_NAME: 'cypress-docker-build'
BUILD_NUMBER: ${{ github.run_number }}
ATTACH_OPTIONAL_MARKDOWN_TO_EVIDENCE: true
UPLOAD_CYPRESS_REPORT_TO_CLOUD: true
UPLOAD_CYPRESS_REPORT_TO_CLOUD: false
steps:
- uses: jfrog/setup-jfrog-cli@v4
name: jfrog-cli setup
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/trivy-evidence-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ jobs:
# Attaching the evidence to associated package
- name: Attach evidence using jfrog cli
run: |
ls -al
jf evd create \
--package-name $IMAGE_NAME \
--package-version $VERSION \
Expand Down