From ed4317a7f4f3dea970cbb789e9a386bf7c538bb5 Mon Sep 17 00:00:00 2001 From: Nathan Miller Date: Sat, 21 Oct 2023 14:36:32 -0700 Subject: [PATCH] revert disabling the manual git checkout step --- .github/workflows/docker-scout-scan.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-scout-scan.yml b/.github/workflows/docker-scout-scan.yml index 2b83192b..47297f67 100644 --- a/.github/workflows/docker-scout-scan.yml +++ b/.github/workflows/docker-scout-scan.yml @@ -37,9 +37,8 @@ jobs: security-events: write steps: - # Docker Build and Push action will automatically clone the repository w/ correct ref - # - name: Checkout repository - # uses: actions/checkout@v3 + - name: Checkout repository + uses: actions/checkout@v3 # add problem matchers - name: Add Problem Matchers