Skip to content

Commit

Permalink
revert disabling the manual git checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
nam20485 committed Oct 21, 2023
1 parent a5403f8 commit ed4317a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker-scout-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed4317a

Please sign in to comment.