We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f357ad commit b87975dCopy full SHA for b87975d
.github/workflows/grype.yaml
@@ -33,7 +33,7 @@ jobs:
33
uses: actions/checkout@v4
34
35
- name: Build the Container image
36
- - run: docker build ${{ inputs.context }} --file ${{ inputs.dockerfile_path }} --tag ${{ inputs.image_name }}
+ run: docker build ${{ inputs.context }} --file ${{ inputs.dockerfile_path }} --tag ${{ inputs.image_name }}
37
38
- uses: anchore/scan-action@v5
39
continue-on-error: true
0 commit comments