Skip to content

CI/CD testing#22

Open
embediver wants to merge 1 commit intobuildupfrom
mgudel/ci-cd
Open

CI/CD testing#22
embediver wants to merge 1 commit intobuildupfrom
mgudel/ci-cd

Conversation

@embediver
Copy link

Only for testing CI/CD.

@embediver embediver marked this pull request as ready for review January 28, 2026 12:55
@embediver embediver changed the base branch from main to buildup January 28, 2026 12:56
@embediver embediver closed this Jan 28, 2026
@embediver embediver reopened this Jan 28, 2026
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

license-eye has checked 55 files.

Valid Invalid Ignored Fixed
0 46 9 0
Click to see the invalid file list
  • .github/workflows/ci.yml
  • .github/workflows/license.yml
  • Cargo.toml
  • examples/platform/cert_store.rs
  • examples/platform/certs.rs
  • examples/platform/crypto.rs
  • examples/platform/evidence.rs
  • examples/platform/mod.rs
  • examples/platform/socket_transport.rs
  • examples/spdm_responder.rs
  • examples/test_static_certs.rs
  • src/cert_store.rs
  • src/chunk_ctx.rs
  • src/codec.rs
  • src/commands/algorithms_rsp.rs
  • src/commands/capabilities_rsp.rs
  • src/commands/certificate_rsp.rs
  • src/commands/challenge_auth_rsp.rs
  • src/commands/chunk_get_rsp.rs
  • src/commands/digests_rsp.rs
  • src/commands/error_rsp.rs
  • src/commands/measurements_rsp.rs
  • src/commands/mod.rs
  • src/commands/version_rsp.rs
  • src/context.rs
  • src/error.rs
  • src/lib.rs
  • src/measurements/common.rs
  • src/measurements/freeform_manifest.rs
  • src/measurements/mod.rs
  • src/platform/evidence.rs
  • src/platform/hash.rs
  • src/platform/mod.rs
  • src/platform/rng.rs
  • src/platform/transport.rs
  • src/protocol/algorithms.rs
  • src/protocol/capabilities.rs
  • src/protocol/certs.rs
  • src/protocol/common.rs
  • src/protocol/mod.rs
  • src/protocol/signature.rs
  • src/protocol/version.rs
  • src/state.rs
  • src/transcript.rs
  • src/transport.rs
  • tests/spdm_validator_host.rs
Use this command to fix any missing license headers
```bash

docker run -it --rm -v $(pwd):/github/workspace apache/skywalking-eyes header fix

</details>

@@ -0,0 +1,48 @@
name: Lint, Build and Test

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
name: Lint, Build and Test
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
name: Lint, Build and Test

@@ -0,0 +1,11 @@
name: License Check

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
name: License Check
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
name: License Check

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.

1 participant