Skip to content

⏫ Airflow: Production EKS 1.27 -> 1.28 (#4519) #2796

⏫ Airflow: Production EKS 1.27 -> 1.28 (#4519)

⏫ Airflow: Production EKS 1.27 -> 1.28 (#4519) #2796

---
name: OpenSSF Scorecard
on: # yamllint disable-line rule:truthy
branch_protection_rule:
push:
branches:
- main
schedule:
- cron: "30 6 * * 1"
workflow_dispatch:
permissions: read-all
jobs:
scorecard-analysis:
name: Scorecard analysis
runs-on: ubuntu-latest
permissions:
id-token: write
security-events: write
steps:
- name: Checkout
id: checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Run analysis
id: run_analysis
uses: ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534 # v2.3.3
with:
repo_token: ${{ secrets.DATA_PLATFORM_ROBOT_TOKEN }}
results_file: results.sarif
results_format: sarif
publish_results: true
- name: Upload SARIF results
id: upload_sarif_results
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v3.1.0
with:
name: SARIF results
path: results.sarif
retention-days: 5
- name: Upload to CodeQL
id: upload_to_codeql
uses: github/codeql-action/upload-sarif@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
with:
sarif_file: results.sarif