Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 5, 2023
1 parent 3f870da commit fdbea6e
Show file tree
Hide file tree
Showing 6 changed files with 177 additions and 198 deletions.
2 changes: 1 addition & 1 deletion .github/actions/install-tools/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:
steps:
- uses: sigstore/cosign-installer@v2.8.1

- uses: anchore/sbom-action/download-syft@v0.13.4
- uses: anchore/sbom-action/download-syft@v0.14.1

- run: "curl -sSfL https://raw.githubusercontent.com/anchore/grype/main/install.sh | sh -s -- -b /usr/local/bin"
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-assign-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
if: github.event_name == 'issues' && github.event.action == 'opened'
steps:
- name: Move issue to Zarf Project
uses: actions/add-to-project@v0.4.1
uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/defenseunicorns/projects/1
github-token: ${{ secrets. ZARF_ORG_PROJECT_TOKEN }}
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,23 @@ require (
github.com/anchore/syft v0.76.0
github.com/derailed/k9s v0.27.3
github.com/distribution/distribution v2.8.1+incompatible
github.com/docker/cli v23.0.2+incompatible
github.com/docker/cli v23.0.3+incompatible
github.com/fatih/color v1.15.0
github.com/fluxcd/helm-controller/api v0.32.1
github.com/fluxcd/source-controller/api v0.36.1
github.com/go-chi/chi/v5 v5.0.8
github.com/go-git/go-git/v5 v5.6.1
github.com/go-logr/logr v1.2.4
github.com/goccy/go-yaml v1.10.1
github.com/goccy/go-yaml v1.11.0
github.com/google/go-containerregistry v0.14.0
github.com/mholt/archiver/v3 v3.5.1
github.com/moby/moby v23.0.2+incompatible
github.com/opencontainers/image-spec v1.1.0-rc2
github.com/otiai10/copy v1.9.0
github.com/pkg/errors v0.9.1
github.com/pterm/pterm v0.12.57
github.com/pterm/pterm v0.12.58
github.com/sigstore/cosign v1.13.1
github.com/spf13/cobra v1.6.1
github.com/spf13/cobra v1.7.0
github.com/spf13/viper v1.15.0
github.com/stretchr/testify v1.8.2
golang.org/x/crypto v0.7.0
Expand All @@ -44,7 +44,7 @@ require (
k8s.io/klog/v2 v2.90.1
k8s.io/kubectl v0.26.3
oras.land/oras-go/v2 v2.0.2
sigs.k8s.io/kustomize/api v0.12.1
sigs.k8s.io/kustomize/api v0.13.2
sigs.k8s.io/kustomize/kyaml v0.13.9
sigs.k8s.io/yaml v1.3.0
)
Expand Down
Loading

0 comments on commit fdbea6e

Please sign in to comment.