From 568899a3b8b559fdebc3c3a90c1e2da9d49c922d Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sat, 31 Jan 2026 11:08:19 +0000 Subject: [PATCH] Initial upload with CI/CD workflow --- .gitea/workflows/scorecards.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .gitea/workflows/scorecards.yml diff --git a/.gitea/workflows/scorecards.yml b/.gitea/workflows/scorecards.yml new file mode 100644 index 0000000..264917a --- /dev/null +++ b/.gitea/workflows/scorecards.yml @@ -0,0 +1,24 @@ +name: Scorecards + +on: + push: + branches: [main] + +jobs: + scorecard: + runs-on: ubuntu-latest + steps: + - name: Checkout Repository + uses: actions/checkout@v4 + - name: Run Scorecard + uses: ossf/scorecard-action@v2 + - name: Upload Results + uses: actions/upload-artifact@v4 + with: + name: Scorecard Results + path: results + - name: Upload to DB + uses: actions/upload-artifact@v4 + with: + name: Scorecard Artifacts + path: artifacts