Skip to content

Commit

Permalink
Update docker-build-and-push-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DelanoWAF authored Oct 9, 2024
1 parent abda1c7 commit 1d5612d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-build-and-push-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
cache-to: type=gha,mode=max
-
name: "Upload Docker tar"
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: docker
path: /tmp/docker.tar
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
output_file_path: reports/checkov-results.sarif
-
name: "Upload Sarif report as artifact"
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: checkov-results
path: reports/checkov-results.sarif
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
# hide-progress: false
# -
# name: "Upload Sarif report as artifact"
# uses: actions/upload-artifact@v2
# uses: actions/upload-artifact@v4
# with:
# name: trivy-results
# path: trivy-results.sarif
Expand Down

0 comments on commit 1d5612d

Please sign in to comment.