Skip to content

Commit efdd8b9

Browse files
Changes on wokflows and CVE checks (#3241)
* Remove the integration assets from cve search * Do no run integrationt ests when certain paths are the only changes Signed-off-by: João Pereira <joao.pereira@broadcom.com>
1 parent 302129d commit efdd8b9

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/tests-integration.yml

+4
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ on:
2929
- "doc/**"
3030
- ".gitpod.yml"
3131
- "README.md"
32+
- ".github/**"
33+
- ".grype.yaml"
34+
- ".git*"
35+
- ".golangci.json"
3236
jobs:
3337
get-sha:
3438
runs-on: ubuntu-latest

.grype.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
exclude:
2+
- './integration/assets'

0 commit comments

Comments
 (0)