Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
release: Prepare v0.12.0 (#128)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Pacak <[email protected]>
  • Loading branch information
danielpacak authored Jun 29, 2020
1 parent 676b5dc commit 7996089
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,5 @@ jobs:
uses: docker://docker.io/aquasec/trivy
with: # TODO Configure GitHub Actions cache for the /var/lib/trivy path
args: --cache-dir /var/lib/trivy --exit-code 1 --severity CRITICAL --no-progress docker.io/aquasec/harbor-scanner-trivy:${{ github.sha }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions helm/harbor-scanner-trivy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: harbor-scanner-trivy
version: 0.8.0
appVersion: "0.11.0"
version: 0.9.0
appVersion: "0.12.0"
description: Trivy as a plug-in vulnerability scanner in the Harbor registry
keywords:
- scanner
Expand Down
2 changes: 1 addition & 1 deletion helm/harbor-scanner-trivy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ fullnameOverride: ""
image:
registry: docker.io
repository: aquasec/harbor-scanner-trivy
tag: 0.11.0
tag: 0.12.0
pullPolicy: IfNotPresent

replicaCount: 1
Expand Down

0 comments on commit 7996089

Please sign in to comment.