Skip to content

Commit 2d7954f

Browse files
committed
using tags
1 parent 3a6c117 commit 2d7954f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
1919
gosec:
2020
name: gosec
21-
runs-on: ubuntu-24.04
21+
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout Source
2424
uses: actions/checkout@v3
@@ -30,7 +30,7 @@ jobs:
3030
# It's parent commit is 26e57d6b340778c2983cd61775bc7e8bb41d002a
3131
uses: securego/gosec@26e57d6b340778c2983cd61775bc7e8bb41d002a
3232
with:
33-
args: './...'
33+
args: '-tags -buildvcs=false ./...'
3434

3535
depscheck:
3636
name: depscheck

0 commit comments

Comments
 (0)