Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Add new CI for testing webapp API #1572

Merged
merged 4 commits into from
Jun 14, 2024

Conversation

arthurscchan
Copy link
Contributor

@arthurscchan arthurscchan commented Jun 12, 2024

This PR adds a new CI to test the webapp API and see if there is unexpected error occur. This PR aims to resolve #1561.

@arthurscchan arthurscchan marked this pull request as ready for review June 12, 2024 18:34
@arthurscchan arthurscchan marked this pull request as draft June 12, 2024 18:34
run: python3 -m venv tools/web-fuzzing-introspection/.venv
- name: Active venv dependencies
run: source tools/web-fuzzing-introspection/.venv/bin/activate && pip install -r tools/web-fuzzing-introspection/requirements.txt
- name: Run test

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 2: pipCommand not pinned by hash
Click Remediation section below to solve this issue
Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
@arthurscchan arthurscchan marked this pull request as ready for review June 13, 2024 16:51
@arthurscchan arthurscchan marked this pull request as draft June 13, 2024 17:15
.github/helper/api_test.py Outdated Show resolved Hide resolved
Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
@arthurscchan arthurscchan marked this pull request as ready for review June 13, 2024 21:07
@DavidKorczynski DavidKorczynski merged commit c83bf61 into ossf:main Jun 14, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add more testing for web API
2 participants