We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6522395 commit 97a7d6eCopy full SHA for 97a7d6e
.github/workflows/snapshot_tests.yml
@@ -55,9 +55,8 @@ jobs:
55
DEPSCAN_CSAF_TEMPLATE: "/home/runner/work/dep-scan/dep-scan/contrib/csaf.toml"
56
INPUT_THANK_YOU: "I have sponsored OWASP-dep-scan."
57
run: |
58
- source .venv/bin/activate
59
chmod +x /home/runner/work/dep-scan/dep-scan/test/snapshots.py
60
- /home/runner/work/dep-scan/dep-scan/test/snapshots.py
+ uv run python /home/runner/work/dep-scan/dep-scan/test/snapshots.py
61
if test -f /home/runner/work/new_snapshots/diffs.json; then
62
echo "status=FAILED" >> "$GITHUB_ENV"
63
fi
0 commit comments