Skip to content

Commit 5cf1ca2

Browse files
authored
Merge pull request #43 from grafana/security-assurance/print-zizmor-results
peridic zizmor: add sentinel text to finding for filtering
2 parents c0577a7 + 101437b commit 5cf1ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/periodic-zizmor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
results.append(item)
130130
131131
for item in results:
132-
print(f"repo={item['repo']}, kind={item['kind']}, level={item['level']}, message={item['message']}, annotation={item['annotation']}, path={item['path']}")
132+
print(f"Periodic zizmor scan finding: repo={item['repo']}, kind={item['kind']}, level={item['level']}, message={item['message']}, annotation={item['annotation']}, path={item['path']}")
133133
134134
- name: Upload SARIF results
135135
uses: actions/github-script@v7

0 commit comments

Comments
 (0)