Skip to content

Commit

Permalink
chore: minor adjustment to tagging action name
Browse files Browse the repository at this point in the history
  • Loading branch information
drew-viles committed Mar 15, 2023
1 parent 2f00bd5 commit d50dc21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Main
name: Build on Tag

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Baski - Build And Scan Kubernetes Images

[//]: # ([![Known Vulnerabilities](https://snyk.io/test/github/eschercloudai/baski/badge.svg)](https://snyk.io/test/github/eschercloudai/baski))
[![Builds](https://github.com/eschercloudai/baski/actions/workflows/tag.yml/badge.svg)](https://github.com/eschercloudai/baski/actions)
[![Build on Tag](https://github.com/eschercloudai/baski/actions/workflows/tag.yml/badge.svg?branch=main&event=release)](https://github.com/eschercloudai/baski/actions/workflows/tag.yml)

A binary for building and scanning (with [Trivy](https://github.com/aquasecurity/trivy)) a Kubernetes image using
the [eschercloud-image-builder](https://github.com/eschercloudai/image-builder) repo.
Expand Down Expand Up @@ -79,7 +79,7 @@ scan:
max-severity-type: MEDIUM # Minimum severity to check for
sign:
generate:
path: "." # Output path of any generated keys
path: "." # Output path of any generated keys
vault:
url: "https://vault.ENDPOINT/"
token: "VAULT_TOKEN"
Expand Down

0 comments on commit d50dc21

Please sign in to comment.