Skip to content

Commit

Permalink
Merge pull request #1279 from crazy-max/gha-rm-sarif
Browse files Browse the repository at this point in the history
ci: remove sarif upload to github
  • Loading branch information
crazy-max authored Feb 2, 2025
2 parents 70c8cee + 0eeac77 commit f858b5b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
permissions:
# same as global permissions
contents: read
# needed to upload the results to code-scanning dashboard
security-events: write
# needed to publish results and get a badge (see publish_results below)
id-token: write
steps:
Expand All @@ -44,8 +42,3 @@ jobs:
path: results.sarif
retention-days: 5
if-no-files-found: error
-
name: Upload to code-scanning
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: results.sarif
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<a href="https://hub.docker.com/r/crazymax/ddns-route53/"><img src="https://img.shields.io/docker/pulls/crazymax/ddns-route53.svg?style=flat-square&logo=docker" alt="Docker Pulls"></a>
<br /><a href="https://goreportcard.com/report/github.com/crazy-max/ddns-route53"><img src="https://goreportcard.com/badge/github.com/crazy-max/ddns-route53?style=flat-square" alt="Go Report"></a>
<a href="https://codecov.io/gh/crazy-max/ddns-route53"><img src="https://img.shields.io/codecov/c/github/crazy-max/ddns-route53?logo=codecov&style=flat-square" alt="Codecov"></a>
<a href="https://scorecard.dev/viewer/?uri=github.com/crazy-max/ddns-route53"><img src="https://img.shields.io/ossf-scorecard/github.com/crazy-max/ddns-route53?style=flat-square" alt="OSSF-Scorecard Score"></a>
<a href="https://github.com/sponsors/crazy-max"><img src="https://img.shields.io/badge/sponsor-crazy--max-181717.svg?logo=github&style=flat-square" alt="Become a sponsor"></a>
<a href="https://www.paypal.me/crazyws"><img src="https://img.shields.io/badge/donate-paypal-00457c.svg?logo=paypal&style=flat-square" alt="Donate PayPal"></a>
</p>
Expand Down

0 comments on commit f858b5b

Please sign in to comment.