We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d17c2f commit 5c654b3Copy full SHA for 5c654b3
1 file changed
.github/workflows/oss_pygoat-devsecops-basic.yml
@@ -142,7 +142,7 @@ jobs:
142
# You may pin to the exact commit or the version.
143
# uses: aquasecurity/trivy-action@fd25fed6972e341ff0007ddb61f77e88103953c2
144
uses: aquasecurity/trivy-action@0.21.0
145
- with:
+ with:
146
# image reference(for backward compatibility)
147
image-ref: ${{ env.image }}:latest
148
devsecops-tasks:
@@ -182,7 +182,7 @@ jobs:
182
- name: Upload results to Security tab
183
uses: github/codeql-action/upload-sarif@v2
184
with:
185
- sarif_file: ${{ steps.msdo.outputs.sarifFile }}
+ sarif_file: ${{ steps.msdo.outputs.sarifFile }}
186
test-run_devopsshield_scan_linux:
187
name: Run DevOps Shield Scan Linux
188
needs:
0 commit comments