Skip to content

Generate 5.0 Outputs #2

Generate 5.0 Outputs

Generate 5.0 Outputs #2

# Name of this GitHub Actions workflow.
name: Generate 5.0 Outputs
on:
# Scan on workflow call
workflow_call:
secrets:
GHCR_USERNAME:
required: true
GHCR_TOKEN:
required: true
# Scan on-demand through GitHub Actions interface:
workflow_dispatch: {}
jobs:
prepare_outputs:
runs-on: ubuntu-latest
name: Generate 5.0 outputs
steps:
- uses: docker/login-action@v2.2.0
with:
registry: ghcr.io
username: ${{ secrets.GHCR_USERNAME }}
password: ${{ secrets.GHCR_TOKEN }}
- uses: actions/checkout@v3
- run: make 5.0
- uses: actions/upload-artifact@v3.1.2
with:
name: ASVS 5.0 Bleeding Edge
path: 5.0/dist/en/