We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47714b0 commit 1af3168Copy full SHA for 1af3168
.github/workflows/docker-build.yml
@@ -83,7 +83,7 @@ jobs:
83
- name: Build Docker Image as Tarball
84
if: ${{ inputs.security-scan }}
85
run: |
86
- docker build -t ${{ inputs.image-name }}:${{ inputs.image-tag }} -f ${{ inputs.dockerfile }} .
+ docker build -t ${{ inputs.image-name }}:${{ inputs.image-tag }} -f ${{ inputs.dockerfile }} ${{ inputs.context }}
87
docker save -o vuln-image.tar ${{ inputs.image-name }}:${{ inputs.image-tag }}
88
89
- name: Run Trivy vulnerability scanner
0 commit comments