Skip to content

Commit

Permalink
ci: use OpenSSF Scorecard (#2933)
Browse files Browse the repository at this point in the history
* ci: use OpenSSF Scorecard

* docs: update badges
  • Loading branch information
suzuki-shunsuke authored Jun 2, 2024
1 parent ff54cc2 commit 79ef586
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/push-main.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: push-main
on:
push:
branches:
- main
permissions: {}
jobs:
ossf-scorecard:
uses: suzuki-shunsuke/ossf-scorecard-workflow/.github/workflows/ossf-scorecard.yaml@aaed88174d5c679f7bb9b5a8db029079ac282006 # v0.1.0
permissions:
security-events: write
id-token: write
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@

#

[![GitHub last commit](https://img.shields.io/github/last-commit/aquaproj/aqua.svg)](https://github.com/aquaproj/aqua)
[![License](http://img.shields.io/badge/license-mit-blue.svg?style=flat-square)](https://raw.githubusercontent.com/aquaproj/aqua/main/LICENSE)
[![License](http://img.shields.io/badge/license-mit-blue.svg?style=flat-square)](https://raw.githubusercontent.com/aquaproj/aqua/main/LICENSE) | [Scorecard](https://securityscorecards.dev/viewer/?uri=github.com/aquaproj/aqua)

[Document](https://aquaproj.github.io/) | [Contributing](CONTRIBUTING.md) | [Logo](logo)

Expand Down

0 comments on commit 79ef586

Please sign in to comment.