Jan Kowalleck

Results 177 issues of Jan Kowalleck

most people tend to use the composer packet manager: https://getcomposer.org/ so could you add a composer.json ? even if your project is not listed in https://packagist.org/ it would still be...

## Description Current GitHub action has some inputs, then it does something, but it has not usable outputs to check what the results were. As a user of the GitHub...

feature
confirmed
good first issue

In XML schema definition for CDX-1.4 `vulnerabilityType.references.reference` the `id` and `source` are defined optional (`minOccurs="0"`) see https://github.com/CycloneDX/specification/blob/master/schema/bom-1.4.xsd#L1779 In JSON schema definition for CDX-1.4 the `/definitions/vulnerability/properties/references/items` the `id` and `source` are...

Hello @stevespringett , looks like there is a bug in the strict schema files: the optional `bom.$schema` property was not updated, when the actual schema `$id` revision was bumped. to...

## motivation: in current(spec

At the moment i write this issue there is no liter used for StyleSheets. #385 introduces use of for [SASS/SCSS](https://sass-lang.com/) and also introduces a linter. The linter is arguable -...

Infrastructure

@gnikonorov proposed to have a github action step that ensures that scss was compiled into css for all PRs. see also the discussion here: https://github.com/pytest-dev/pytest-html/pull/385#discussion_r531829718

Infrastructure

add a [`.editorconfig`](https://editorconfig.org/) file. this will allow IDEs/editors to apply rules how files should be written. basically its not needed, unless there are files that are not fixed by pre-commits...

enhancement
Infrastructure
proposal

the support for the newly introduced event "[worgkflow_run]" for github actions seams broken. see my test environment: https://github.com/jkowalleck/playground_workflow_run ---- # playground_workflow_run playground for github event "[worgkflow_run]". > For example, if...