Skip to content

Commit

Permalink
Added Fosstars
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesDuboisSAP committed Aug 14, 2024
1 parent f26c035 commit 1e20f0d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .github/workflows/fosstars-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: "Fosstars (Security)"
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"

jobs:
create_fosstars_report:
runs-on: ubuntu-latest
name: "Security rating"
steps:
- uses: actions/checkout@v4
- uses: SAP/[email protected]
with:
report-branch: fosstars-report
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![REUSE status](https://api.reuse.software/badge/git.fsfe.org/reuse/api)](https://api.reuse.software/info/git.fsfe.org/reuse/api)

[![Fosstars security rating](https://github.com/SAP/cloud-sdk-java/blob/fosstars-report/fosstars_badge.svg)](https://github.com/SAP/cloud-sdk-java/blob/fosstars-report/fosstars_report.md)

# AI SDK for Java

Expand Down

0 comments on commit 1e20f0d

Please sign in to comment.