Skip to content

Commit

Permalink
wip17
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Golaszewski committed Nov 19, 2024
1 parent 70acb54 commit b1b0710
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,9 @@ 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(context)
# - name: Get commit sha
# run: |
# echo "${{ steps.read-tag.outputs.result.metadata.container.tags[0] }}"
- name: Get commit sha
run: |
echo "${{ fromJson(steps.read-tag.outputs.result) }}"
# - name: Checking out repo
# uses: actions/checkout@v4
Expand Down

0 comments on commit b1b0710

Please sign in to comment.