From 3171527b8bad19f40659af5aa1eebca96634e0ce Mon Sep 17 00:00:00 2001
From: "Abdel @ StarkWare"
Date: Wed, 13 Dec 2023 14:50:17 +0100
Subject: [PATCH] =?UTF-8?q?=F0=9F=94=90=20add=20OSSF=20scorecard?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.github/workflows/scorecards.yml | 54 ++++++++++++++++++++++++++++++++
README.md | 6 +++-
2 files changed, 59 insertions(+), 1 deletion(-)
create mode 100644 .github/workflows/scorecards.yml
diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml
new file mode 100644
index 00000000..babbb36d
--- /dev/null
+++ b/.github/workflows/scorecards.yml
@@ -0,0 +1,54 @@
+name: Scorecard analysis workflow
+on:
+ # Only the default branch is supported.
+ branch_protection_rule:
+ schedule:
+ # Weekly on Saturdays.
+ - cron: "30 1 * * 6"
+ push:
+ branches: [main]
+
+# Declare default permissions as read only.
+permissions: read-all
+
+jobs:
+ analysis:
+ name: Scorecard analysis
+ runs-on: ubuntu-latest
+ permissions:
+ # Needed if using Code scanning alerts
+ security-events: write
+ # Needed for GitHub OIDC token if publish_results is true
+ id-token: write
+
+ steps:
+ - name: "Checkout code"
+ uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
+ with:
+ persist-credentials: false
+
+ - name: "Run analysis"
+ uses: ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
+ with:
+ results_file: results.sarif
+ results_format: sarif
+ # Publish the results for public repositories to enable scorecard badges. For more details, see
+ # https://github.com/ossf/scorecard-action#publishing-results.
+ # For private repositories, `publish_results` will automatically be set to `false`, regardless
+ # of the value entered here.
+ publish_results: true
+
+ # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
+ # format to the repository Actions tab.
+ - name: "Upload artifact"
+ uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
+ with:
+ name: SARIF file
+ path: results.sarif
+ retention-days: 30
+
+ # required for Code scanning alerts
+ - name: "Upload SARIF results to code scanning"
+ uses: github/codeql-action/upload-sarif@49abf0ba24d0b7953cb586944e918a0b92074c80 # v2.22.4
+ with:
+ sarif_file: results.sarif
diff --git a/README.md b/README.md
index 13a47d07..771c1d69 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,11 @@
https://unruggable.meme
+
+
+
+
+
Tired of getting *rugpulled*? Introducing Unruggable Meme, a project designed with security and transparency at its core. Our innovative contracts and safeguards ensure a fair and secure experience for all users.
Become a meme lord and launch your own safe memecoin with [Unruggable Meme](https://unruggable.meme)!
@@ -61,7 +66,6 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
Francesco Ceccon 💻 |
Mathieu 💻 |
megumii 💻 |
- Pjewels 💻 |