Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
  • Loading branch information
Two-Hearts committed Aug 22, 2023
1 parent 1614729 commit 7d67e10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# notation-integration-with-ACR-and-AKV
Integrating Notation and notation-akv-plugin to a project releasing to ACR using Github Actions.
Integrating [Notation](https://github.com/notaryproject/notation) and [notation-azure-kv](https://github.com/Azure/notation-azure-kv) plugin with a project releasing to ACR using [Notation Github Actions](https://github.com/notaryproject/notation-action).

The `test-notation-action.yml` workflow build and release the artifact to ACR, sign it with a key pair from AKV, then verify the signature.

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ package main
import "fmt"

func main() {
fmt.Println("PoC of integrating Notation and plugins to a project releasing to ACR using Github Actions.")
fmt.Println("Integrating Notation and plugins with a project releasing to ACR using Github Actions.")
}

0 comments on commit 7d67e10

Please sign in to comment.