Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
Signed-off-by: r3drun3 <simone.ragonesi@sighup.io>
  • Loading branch information
R3DRUN3 committed Feb 6, 2024
1 parent c1b57e0 commit a33b7c9
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions .github/workflows/patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,21 +58,27 @@ jobs:
image: ${{ matrix.images }}
image-report: 'report.json'
patched-tag: ${{ env.PATCHED_TAG }}
output: ${{ env.PATCHED_TAG_SBOM }}.openvex.json
output: test.json
format: 'openvex'
# buildkit-version: 'v0.11.6'
# copa-version: '0.3.0'

- name: List files
# - name: List files
# run: |
# echo "Current repo:"
# pwd
# echo "ls in current repo:"
# ls -lah
# echo "current repo tree"
# tree
# echo "tree in /home/runner/work"
# cd /home/runner/work && tree

- name: list files
run: |
echo "Current repo:"
pwd
echo "ls in current repo:"
ls -lah
echo "current repo tree"
tree
echo "tree in /home/runner/work"
cd /home/runner/work && tree
ls -al
cat test.json
sudo cat test.json
Expand Down

0 comments on commit a33b7c9

Please sign in to comment.