Skip to content

Fosstars (Security) #53

Fosstars (Security)

Fosstars (Security) #53

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@v3
- uses: SAP/[email protected]
with:
report-branch: fosstars-report
token: '${{ secrets.GH_CLOUD_SDK_JAVA_ADMIN_WRITE_TOKEN }}'