We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acf0dc3 commit 059a2fbCopy full SHA for 059a2fb
.github/workflows/ci.yml
@@ -101,7 +101,7 @@ jobs:
101
run: docker save auth-api:${{ github.sha }} | gzip > auth-api.tar.gz
102
103
- name: Upload Docker image artifact
104
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
105
with:
106
name: docker-image
107
path: auth-api.tar.gz
@@ -122,7 +122,7 @@ jobs:
122
123
- name: Run Gosec Security Scanner
124
run: |
125
- go install github.com/securecodewarrior/gosec/v2/cmd/gosec@latest
+ go install github.com/securego/gosec/v2/cmd/gosec@latest
126
gosec ./...
127
128
- name: Run Nancy vulnerability scanner
0 commit comments