Skip to content

AWS Elastic Kubernetes Service Kubernetes 1.28 Update #565

AWS Elastic Kubernetes Service Kubernetes 1.28 Update

AWS Elastic Kubernetes Service Kubernetes 1.28 Update #565

Workflow file for this run

name: License Scanning
on:
- pull_request
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run FOSSA scan and upload build data
uses: fossa-contrib/fossa-action@v1
with:
fossa-api-key: ${{ secrets.FOSSA_API_KEY }}