Skip to content

Commit 31b616f

Browse files
committed
debug
1 parent cfb93ae commit 31b616f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/reusable-zizmor.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,8 @@ jobs:
336336
FORCE_DEFAULT_CONFIG: ${{ inputs.always-use-default-config && 'true' || '' }}
337337
shell: sh
338338
run: |
339+
set -x
340+
339341
if [ -z "${FORCE_DEFAULT_CONFIG}" ]; then
340342
echo "Checking for user-provided zizmor configuration..."
341343
if [ -f "zizmor.yml" ]; then
@@ -346,7 +348,8 @@ jobs:
346348
347349
if [ -f ".github/zizmor.yml" ]; then
348350
# No action needed, zizmor will find it
349-
echo "Using .github/zizmor.yml found in repository."
351+
echo "Using .github/zizmor.yml found in repository. Contents:"
352+
cat .github/zizmor.yml
350353
exit 0
351354
fi
352355
@@ -380,7 +383,10 @@ jobs:
380383
ZIZMOR_CACHE_DIR: ${{ runner.temp }}/.cache/zizmor
381384
shell: sh
382385
run: >-
386+
set -x
387+
383388
uvx zizmor@"${ZIZMOR_VERSION}"
389+
--verbose
384390
--format sarif
385391
--min-severity "${MIN_SEVERITY}"
386392
--min-confidence "${MIN_CONFIDENCE}"

0 commit comments

Comments
 (0)