Skip to content

Commit

Permalink
wip16
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Golaszewski committed Nov 19, 2024
1 parent bd2599b commit cdab6b0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@ jobs:
let container_tag = packages[0].metadata.container.tags[0]
return packages[0]
# result-encoding: string
# - uses: actions/github-script@v7
# with:
# script: |
# console.log(steps.read-tag.outputs.result)
- name: Get commit sha
run: |
echo "${{ fromJson(steps.read-tag.outputs.result.metadata.container.tags[0]) }}"
- uses: actions/github-script@v7
with:
script: |
console.log(context.steps.read-tag.outputs.result)
# - name: Get commit sha
# run: |
# echo "${{ steps.read-tag.outputs.result.metadata.container.tags[0] }}"

# - name: Checking out repo
# uses: actions/checkout@v4
Expand Down

0 comments on commit cdab6b0

Please sign in to comment.