Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -706,6 +706,9 @@ jobs:
run: vp exec node -e "console.log(require('is-odd')(3))"

test-sfw-blocks-malicious:
# Temporarily skip while Socket alert lookups fail. Restore in #161:
# https://github.com/voidzero-dev/setup-vp/issues/161
if: ${{ false }}
# Verifies sfw actually intercepts a known-malicious package, not just
# that it wraps the install. Uses `lodahs` (lodash typosquat), the same
# canary SocketDev's own workflows use:
Expand Down Expand Up @@ -830,6 +833,9 @@ jobs:
run: vp exec node -e "console.log(require('is-odd')(3))"

- name: Assert composed sfw blocks malicious package (lodahs)
# Temporarily skip while Socket alert lookups fail. Restore in #161:
# https://github.com/voidzero-dev/setup-vp/issues/161
if: ${{ false }}
shell: bash
working-directory: ${{ runner.temp }}/test-project
# Proves the composition path actually enforces, not just that sfw is
Expand Down
Loading