Skip to content

Commit 0dd5f08

Browse files
authored
Merge pull request #383 from ballerina-platform/regex
Update Trivy scan-type to enable JAR scanning
2 parents d073680 + 0827cd0 commit 0dd5f08

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/central-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Run Trivy vulnerability scanner
2525
uses: aquasecurity/trivy-action@master
2626
with:
27-
scan-type: 'fs'
27+
scan-type: 'rootfs'
2828
scan-ref: '/github/workspace/ballerina/lib'
2929
format: 'table'
3030
timeout: '10m0s'

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Run Trivy vulnerability scanner
3131
uses: aquasecurity/trivy-action@master
3232
with:
33-
scan-type: 'fs'
33+
scan-type: 'rootfs'
3434
scan-ref: '/github/workspace/ballerina/lib'
3535
format: 'table'
3636
timeout: '10m0s'

.github/workflows/trivy-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Run Trivy vulnerability scanner
2727
uses: aquasecurity/trivy-action@master
2828
with:
29-
scan-type: 'fs'
29+
scan-type: 'rootfs'
3030
scan-ref: '/github/workspace/ballerina/lib'
3131
format: 'table'
3232
timeout: '10m0s'

ballerina/Ballerina.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
org = "ballerina"
33
name = "regex"
4-
version = "1.2.2"
4+
version = "1.3.0"
55
authors = ["Ballerina"]
66
keywords = ["regex", "string", "regular expressions"]
77
repository = "https://github.com/ballerina-platform/module-ballerina-regex"

ballerina/Dependencies.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ modules = [
2828
[[package]]
2929
org = "ballerina"
3030
name = "regex"
31-
version = "1.2.2"
31+
version = "1.3.0"
3232
dependencies = [
3333
{org = "ballerina", name = "jballerina.java"},
3434
{org = "ballerina", name = "lang.string"},

0 commit comments

Comments
 (0)