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

Add a python/test pipeline. #907

Merged
merged 1 commit into from
Dec 27, 2023
Merged

Conversation

vaikas
Copy link
Member

@vaikas vaikas commented Dec 27, 2023

Example usage (tested locally):

test:
  pipeline:
    - uses: python/test
      with:
        command: python -c "import azure.cosmos"

Melange Pull Request Template

Functional Changes

  • This change can build all of Wolfi without errors (describe results in notes)

Notes:

SCA Changes

  • Examining several representative APKs show no regression / the desired effect (details in notes)

Notes:

Linter

  • The new check is clean across Wolfi
  • The new check is opt-in or a warning

Notes:

Example usage (tested locally):
```
test:
  pipeline:
    - uses: python/test
      with:
        command: python -c "import azure.cosmos"
```

Signed-off-by: Ville Aikas <vaikas@chainguard.dev>
@ajayk ajayk merged commit 4cb84c1 into chainguard-dev:main Dec 27, 2023
29 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.

3 participants