Skip to content

Commit 85f76dd

Browse files
committed
ci: use twyn action
1 parent ebfdeb8 commit 85f76dd

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

.github/workflows/dependencies-security.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Dependencies Security
33
on:
44
pull_request:
55
branches: ["main"]
6-
paths:
7-
- "**/poetry.lock"
6+
# paths:
7+
# - "**/poetry.lock"
88

99
jobs:
1010
osv-scanner:
@@ -17,9 +17,12 @@ jobs:
1717
run: /osv-scanner --skip-git --format table --config .osv-scanner.toml -r .
1818
twyn:
1919
runs-on: ubuntu-latest
20-
container:
21-
image: docker.io/elementsinteractive/twyn:latest
2220
steps:
23-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2422
- name: Run Twyn against our dependencies
25-
run: twyn run -vv
23+
uses: elementsinteractive/twyn-action@v1
24+
id: app-token
25+
with:
26+
publish: true
27+
github-token: ${{ secrets.GITHUB_TOKEN }}
28+
version: v6

0 commit comments

Comments
 (0)