Skip to content

Commit f6e2834

Browse files
chore(deps): update aquasecurity/trivy-action action to v0.34.0 (#139)
1 parent 130e6cc commit f6e2834

3 files changed

Lines changed: 128 additions & 129 deletions

File tree

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1515

1616
- name: Run Trivy dependency scan
17-
uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # 0.33.1
17+
uses: aquasecurity/trivy-action@c1824fd6edce30d7ab345a9989de00bbd46ef284 # 0.34.0
1818
with:
1919
scan-type: fs
2020
format: table

.github/workflows/semantic-pull-request.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: ci
22

33
on:
44
pull_request:
5-
branches: [main]
65
types: [opened, edited, synchronize, reopened]
76

87
permissions:

0 commit comments

Comments
 (0)