Skip to content

Commit

Permalink
Assert that scan returns nonzero exit in release smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
tdurk93 committed Jan 12, 2024
1 parent ea93a0c commit ebf7c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ jobs:
git clone https://github.com/pypa/pip pip
cd pip
secureli init --yes
secureli scan --mode all-files --yes
[ ! secureli scan --mode all-files --yes ] # Expect/require non-zero exit code since scan should find issues

0 comments on commit ebf7c06

Please sign in to comment.