Skip to content

Commit

Permalink
Merge pull request #46 from edixos/fix/gosec
Browse files Browse the repository at this point in the history
fix(gosec): fix gosec version
  • Loading branch information
smileisak authored Oct 16, 2023
2 parents 9ad3c48 + aab412e commit 97ba5c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gosec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
- name: Checkout Source
uses: actions/checkout@v2
- name: Run Gosec Security Scanner
uses: securego/gosec@master
uses: securego/gosec@v2.17.0
with:
args: ./...
2 changes: 1 addition & 1 deletion config/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,7 @@ spec:
- --leader-elect
command:
- /manager
image: ghcr.io/edixos/nauticus:v0.1.2
image: ghcr.io/edixos/nauticus:v0.1.3
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: ghcr.io/edixos/nauticus
newTag: v0.1.2
newTag: v0.1.3

0 comments on commit 97ba5c3

Please sign in to comment.