Skip to content

Commit cca7694

Browse files
authored
Complete migration to sigstore org (#31)
* Remove one remaining reference to `trailofbits` Signed-off-by: Alex Cameron <[email protected]> * Add some extras in the README that belong to sigstore projects Signed-off-by: Alex Cameron <[email protected]> * Add sigstore copyright notices to non-trivial code and configuration Signed-off-by: Alex Cameron <[email protected]> * Fix author field in yaml file Signed-off-by: Alex Cameron <[email protected]> Signed-off-by: Alex Cameron <[email protected]>
1 parent 7170272 commit cca7694

File tree

5 files changed

+56
-2
lines changed

5 files changed

+56
-2
lines changed

.github/workflows/selftest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
# id: sigstore-python
7979
# with:
8080
# inputs: ./test/artifact.txt
81-
# verify-cert-email: https://github.com/trailofbits/gh-action-sigstore-python/.github/workflows/selftest.yml@${{ github.ref }}
81+
# verify-cert-email: https://github.com/sigstore/gh-action-sigstore-python/.github/workflows/selftest.yml@${{ github.ref }}
8282
# staging: true
8383

8484
selftest-verify-issuer:

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,3 +382,15 @@ permissions:
382382

383383
Everyone interacting with this project is expected to follow the
384384
[sigstore Code of Conduct](https://github.com/sigstore/.github/blob/main/CODE_OF_CONDUCT.md)
385+
386+
## Security
387+
388+
Should you discover any security issues, please refer to sigstore's [security
389+
process](https://github.com/sigstore/.github/blob/main/SECURITY.md).
390+
391+
## Info
392+
393+
`gh-action-sigstore-python` is developed as part of the [`sigstore`](https://sigstore.dev) project.
394+
395+
We also use a [slack channel](https://sigstore.slack.com)!
396+
Click [here](https://join.slack.com/t/sigstore/shared_invite/zt-mhs55zh0-XmY3bcfWn4XEyMqUUutbUQ) for the invite link.

action.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
#!/usr/bin/env python3
22

3+
# Copyright 2022 The Sigstore Authors
4+
#
5+
# Licensed under the Apache License, Version 2.0 (the "License");
6+
# you may not use this file except in compliance with the License.
7+
# You may obtain a copy of the License at
8+
#
9+
# http://www.apache.org/licenses/LICENSE-2.0
10+
#
11+
# Unless required by applicable law or agreed to in writing, software
12+
# distributed under the License is distributed on an "AS IS" BASIS,
13+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
# See the License for the specific language governing permissions and
15+
# limitations under the License.
16+
317
# action.py: run sigstore-python
418
#
519
# most state is passed in as environment variables; the only argument

action.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
1+
# Copyright 2022 The Sigstore Authors
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
115
name: "gh-action-sigstore-python"
2-
author: "Alex Cameron <alex.cameron@trailofbits.com>"
16+
author: "Sigstore Authors <sigstore-dev@googlegroups.com>"
317
description: "Use sigstore-python to sign Python packages"
418
inputs:
519
inputs:

setup/setup.bash

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
#!/usr/bin/env bash
22

3+
# Copyright 2022 The Sigstore Authors
4+
#
5+
# Licensed under the Apache License, Version 2.0 (the "License");
6+
# you may not use this file except in compliance with the License.
7+
# You may obtain a copy of the License at
8+
#
9+
# http://www.apache.org/licenses/LICENSE-2.0
10+
#
11+
# Unless required by applicable law or agreed to in writing, software
12+
# distributed under the License is distributed on an "AS IS" BASIS,
13+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
# See the License for the specific language governing permissions and
15+
# limitations under the License.
16+
317
set -eo pipefail
418

519
die() {

0 commit comments

Comments
 (0)