Skip to content

Commit

Permalink
List directory content with shell builtins (chainguard removed the ls…
Browse files Browse the repository at this point in the history
… binary)
  • Loading branch information
kpcyrd committed Aug 21, 2024
1 parent ed3b881 commit b67468b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions contrib/plot-git.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ check:
- 'git clone http://${SH4D0WUP_BOUND_ADDR}/kpcyrd/sh4d0wup'
- ['git', '-C', 'sh4d0wup', 'rev-parse', 'HEAD']
- ['git', '-C', 'sh4d0wup', 'cat-file', 'commit', 'HEAD']
- ['ls', '-la', 'sh4d0wup']
- 'for f in sh4d0wup/*; do echo "$f"; done'
- ['./sh4d0wup/configure']

artifacts:
Expand All @@ -19,7 +19,8 @@ artifacts:
git: blob
data: |
#!/bin/sh
id
echo hi wurld
echo 1300 + 37 = $((1300+37))
tree:
type: git
Expand Down

0 comments on commit b67468b

Please sign in to comment.