Skip to content

Commit

Permalink
Merge pull request #135 from josedonizetti/fix-release-workflow
Browse files Browse the repository at this point in the history
fix: release workflow
  • Loading branch information
josedonizetti authored Jun 14, 2022
2 parents b544dd5 + d53d7cf commit 6b060fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ jobs:
kubectl apply -f deploy/crd/vulnerabilityreports.crd.yaml \
-f deploy/crd/configauditreports.crd.yaml \
-f deploy/crd/clusterconfigauditreports.crd.yaml \
-f deploy/crd/clustercompliancereports.crd.yaml \
-f deploy/crd/clustercompliancedetailreports.crd.yaml
-f deploy/compliance/clustercompliancereports.crd.yaml \
-f deploy/compliance/clustercompliancedetailreports.crd.yaml
kubectl apply -f deploy/static/01-trivy-operator.ns.yaml \
-f deploy/static/02-trivy-operator.rbac.yaml
make itests-trivy-operator
Expand Down

0 comments on commit 6b060fc

Please sign in to comment.