Skip to content

Commit 4c26c44

Browse files
committed
remove commenting, add security badge
1 parent df0e8f3 commit 4c26c44

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

.github/workflows/zizmor.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Zizmor GitHub Actions Security Analysis
1+
name: Zizmor
22

33
on:
44
push:
@@ -15,7 +15,7 @@ permissions:
1515

1616
jobs:
1717
zizmor-analysis:
18-
name: Zizmor Analysis
18+
name: Run Zizmor
1919
runs-on: ubuntu-latest
2020
permissions:
2121
contents: read
@@ -53,15 +53,3 @@ jobs:
5353
uses: github/codeql-action/upload-sarif@v3
5454
with:
5555
sarif_file: results.sarif
56-
57-
- name: Post SARIF findings in the pull request
58-
if: github.event_name == 'pull_request'
59-
uses: sett-and-hive/[email protected]
60-
with:
61-
token: ${{ secrets.GITHUB_TOKEN }}
62-
repository: ${{ github.repository }}
63-
branch: ${{ github.head_ref }}
64-
pr-number: ${{ github.event.number }}
65-
sarif-file: results.sarif
66-
title: Zizmor Findings
67-
dry-run: false

SECURITY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Security Policy
22

33
[![CodeQL](https://github.com/django-commons/django-typer/actions/workflows/github-code-scanning/codeql/badge.svg?branch=main)](https://github.com/django-commons/django-typer/actions/workflows/github-code-scanning/codeql?query=branch:main)
4+
[![Zizmor](https://github.com/django-commons/django-typer/actions/workflows/zizmor.yml/badge.svg?branch=main)](https://woodruffw.github.io/zizmor)
45
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/django-commons/django-typer/badge)](https://securityscorecards.dev/viewer/?uri=github.com/django-commons/django-typer)
56

67
## Supported Versions

0 commit comments

Comments
 (0)