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 ebfdeb8 commit 85f76ddCopy full SHA for 85f76dd
1 file changed
.github/workflows/dependencies-security.yml
@@ -3,8 +3,8 @@ name: Dependencies Security
3
on:
4
pull_request:
5
branches: ["main"]
6
- paths:
7
- - "**/poetry.lock"
+ # paths:
+ # - "**/poetry.lock"
8
9
jobs:
10
osv-scanner:
@@ -17,9 +17,12 @@ jobs:
17
run: /osv-scanner --skip-git --format table --config .osv-scanner.toml -r .
18
twyn:
19
runs-on: ubuntu-latest
20
- container:
21
- image: docker.io/elementsinteractive/twyn:latest
22
steps:
23
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
24
- name: Run Twyn against our dependencies
25
- run: twyn run -vv
+ uses: elementsinteractive/twyn-action@v1
+ id: app-token
+ with:
26
+ publish: true
27
+ github-token: ${{ secrets.GITHUB_TOKEN }}
28
+ version: v6
0 commit comments