Skip to content

Commit

Permalink
fix: 👷 Github actions shared
Browse files Browse the repository at this point in the history
Finalize security compponent
  • Loading branch information
BRUVRY-LAGADEC committed Nov 26, 2024
1 parent 76f65b0 commit e8fe818
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/component-security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
# - id: format
# name: Format lowercase repository path
# uses: ASzc/change-string-case-action@v1
# with:
# string: ${{ inputs.image-path }}
# need to format as github.repository contains uppercase
# and pull request workflow contains slashes
- id: format
name: Format proper tag
name: Format proper image path and tag
env:
IMAGE_PATH: ${{ inputs.image-path }}
run: |
Expand Down

0 comments on commit e8fe818

Please sign in to comment.