Skip to content

Commit b87975d

Browse files
authored
Update grype.yaml
1 parent 8f357ad commit b87975d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/grype.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@v4
3434

3535
- name: Build the Container image
36-
- run: docker build ${{ inputs.context }} --file ${{ inputs.dockerfile_path }} --tag ${{ inputs.image_name }}
36+
run: docker build ${{ inputs.context }} --file ${{ inputs.dockerfile_path }} --tag ${{ inputs.image_name }}
3737

3838
- uses: anchore/scan-action@v5
3939
continue-on-error: true

0 commit comments

Comments
 (0)