Skip to content

Commit

Permalink
DONOTMERGE: add debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
stigok committed Oct 19, 2023
1 parent 58cca2c commit 09f9482
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,14 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.11'
-
name: debugfoo
run: |
echo <<EOF
Labels: ${{ fromJSON(steps.meta.outputs.json).labels }}
Tags: ${{ fromJSON(steps.meta.outputs.json).tags }}
Full: ${{ fromJSON(steps.meta.outputs.json) }}
EOF
-
if: inputs.trivy-enabled && inputs.trivy-summary-enabled
name: Scan for vulnerabilities (table format)
Expand Down

0 comments on commit 09f9482

Please sign in to comment.