Skip to content

Commit

Permalink
chore(ci): fix release snapshot workflow (#1124)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Pacak <[email protected]>
  • Loading branch information
danielpacak authored Apr 9, 2022
1 parent 7d53816 commit 07818de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Scan Starboard Scanner Aqua image for vulnerabilities
uses: aquasecurity/trivy-action@master
with:
image-ref: 'docker.io/aquasec/starboard-scanner-aqua:${{ github.sha }}'
image-ref: 'docker.io/aquasec/starboard-scanner-aqua:${{ github.sha }}-amd64'
exit-code: '1'
ignore-unfixed: true
severity: 'CRITICAL,HIGH'
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
> Kubernetes-native security toolkit.
[![GitHub Release][release-img]][release]
[![GitHub Build Actions][build-action-img]][actions]
[![Build Action][action-build-img]][action-build]
[![Release snapshot Action][action-release-snapshot-img]][action-release-snapshot]
[![Coverage Status][cov-img]][cov]
[![Go Report Card][report-card-img]][report-card]
[![License][license-img]][license]
Expand Down Expand Up @@ -81,8 +82,10 @@ Join the community, and talk to us about any matter in [GitHub Discussions] or [

[release-img]: https://img.shields.io/github/release/aquasecurity/starboard.svg?logo=github
[release]: https://github.com/aquasecurity/starboard/releases
[build-action-img]: https://github.com/aquasecurity/starboard/workflows/build/badge.svg
[actions]: https://github.com/aquasecurity/starboard/actions
[action-build-img]: https://github.com/aquasecurity/starboard/actions/workflows/build.yaml/badge.svg
[action-build]: https://github.com/aquasecurity/starboard/actions/workflows/build.yaml
[action-release-snapshot-img]: https://github.com/aquasecurity/starboard/actions/workflows/release-snapshot.yaml/badge.svg
[action-release-snapshot]: https://github.com/aquasecurity/starboard/actions/workflows/release-snapshot.yaml
[cov-img]: https://codecov.io/github/aquasecurity/starboard/branch/main/graph/badge.svg
[cov]: https://codecov.io/github/aquasecurity/starboard
[report-card-img]: https://goreportcard.com/badge/github.com/aquasecurity/starboard
Expand Down

0 comments on commit 07818de

Please sign in to comment.