Skip to content

Commit

Permalink
Docker action: Improve names of steps
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-h05 authored Mar 13, 2024
1 parent f2a4166 commit 74fe87f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
# Use Docker Scout to analyze security vulnerabilities
# https://github.com/docker/scout-action
# Run compare command on PR
- name: Docker Scout
- name: Run Docker Scout compare on PR
id: docker-scout-pr
if: ${{ github.event_name == 'pull_request' }}
uses: docker/scout-action@v1
Expand All @@ -112,7 +112,7 @@ jobs:
write-comment: true
github-token: ${{ secrets.GITHUB_TOKEN }} # to be able to write the comment
# Run all-in-one on push to main
- name: Run Docker Scout
- name: Run Docker Scout all-in-one on push to main
id: docker-scout-main
if: ${{ github.ref_name == 'main' }}
uses: docker/scout-action@v1
Expand Down

0 comments on commit 74fe87f

Please sign in to comment.