Skip to content

Commit cbc047c

Browse files
committed
switch places of env and with in security-operator step in its job
1 parent 03fc8c7 commit cbc047c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/security_code_tests_v1.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ jobs:
4343
# NOTE: We use the Snyk action (instead of the Snyk base image) so that
4444
# it respects the Go version we use.
4545
uses: snyk/actions/golang@master
46-
with:
47-
args: --fail-on=upgradable --severity-threshold=high --file=operator/go.mod
4846
env:
4947
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
48+
with:
49+
args: --fail-on=upgradable --severity-threshold=high --file=operator/go.mod
5050
#
5151
# security-executor:
5252
# runs-on: ubuntu-latest

0 commit comments

Comments
 (0)