Skip to content

Commit

Permalink
Updated the e2e container tests for release pipeline to observe exit …
Browse files Browse the repository at this point in the history
…status of test orchestration container.
  • Loading branch information
gzukel committed May 15, 2024
1 parent 6925513 commit 334b686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Run Gosec Security Scanner
if: ${{ github.event.inputs.skip_checks != 'true' }}
uses: securego/gosec@master
uses: securego/gosec@v2.19.0
with:
args: ./...

Expand Down

0 comments on commit 334b686

Please sign in to comment.