Patrick Stöckle

Results 9 issues of Patrick Stöckle

**Describe the bug** I added the extension to the `extensions` list of a `devcontainer.json`. After the devaontainer is loaded, the extension is failing with the following log. ```log 2023-11-15T20:38:12.997Z Info:...

1-bug 🐛
2-unconfirmed

Since I'm new to an IE project, I was reading the [documentation](https://industrial-edge.code.siemens.io/product/documentation/public-website/) and was doing the [Hands-On Exercise](https://industrial-edge.code.siemens.io/product/documentation/public-website/develop_an_application/developer_guide/00_Overview.html). While doing the exercise, I recognized that the sample Python application has,...

I wanted to check a YAML document with the YAML version in the preamble ```yaml %YAML 1.1 --- group_id: 1234 ``` ... using ... ```shell conftest test --parser yaml test.yml...

bug

Currently, the script only extracts placeholders, i.e., ```md ![Content Placeholder 16](ContentPlaceholder16.jpg) ``` It would be nice if the tool would export the images (to the current folder or a folder...

enhancement
open for contribution

**Describe the bug** When I use `cosign download attestation` with a platform, I get the SBOM twice... Is there a reason for this? 😅 **To Reproduce** Assuming that `cosign` and...

### Describe the bug we want the students in our course (Practical Course: Container Security; 441) to file complaints regarding our automated tests. Thus, we activated _Enable complaints_ for the...

bug
assessment
core
exercise

- Fix typos - Improve markdown formatting for README

## Proposal Add annotations, e.g., - `org.opencontainers.security.contact`: A link or e-mail address for people to contact you about security issues. - `org.opencontainers.security.encryption`: A link to a key which security researchers...

I want to convert a SPDX SBOM to CycloneDX. The SBOM I want to convert is from the [Google Distroless](https://github.com/GoogleContainerTools/distroless) project, and one can get it via ```shell cosign download...