Skip to content

Commit

Permalink
Add checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 committed Apr 2, 2024
1 parent b0bedcf commit 322274e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/_security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
outputs:
sbom-file: ${{ steps.generate-sbom.outputs.output-file }}
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Pull Image
shell: bash
run: |
Expand All @@ -35,6 +38,9 @@ jobs:
runs-on: ubuntu-latest
needs: generate-sbom
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Download SBOM
uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit 322274e

Please sign in to comment.