summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2024-04-26 09:35:20 +0200
committernicolargo <nicolas@nicolargo.com>2024-04-26 09:35:20 +0200
commit5e58c0b8a8415e9a0a70c0bb37b1ae65db5d2c49 (patch)
treee45729a2bb7fd9c7e2e712057059489bc471c66d /.github
parent11245a793a7bc39119ecbd0c18c9c27f4d057ed5 (diff)
CI Cyber Trivy should be back
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml14
1 files changed, 5 insertions, 9 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 183034dc..c01fbac5 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -18,12 +18,10 @@ jobs:
if: github.event_name != 'pull_request'
uses: ./.github/workflows/webui.yml
needs: [quality, test]
- # Waiting for https://github.com/aquasecurity/trivy-action/issues/343
- # Also see bellow at the end of the file
- #cyber:
- # if: github.event_name != 'pull_request'
- # uses: ./.github/workflows/cyber.yml
- # needs: [quality, test, webui]
+ cyber:
+ if: github.event_name != 'pull_request'
+ uses: ./.github/workflows/cyber.yml
+ needs: [quality, test, webui]
build:
if: github.event_name != 'pull_request'
uses: ./.github/workflows/build.yml
@@ -32,6 +30,4 @@ jobs:
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }}
- # Waiting for https://github.com/aquasecurity/trivy-action/issues/343
- # needs: [quality, test, webui, cyber]
- needs: [quality, test, webui]
+ needs: [quality, test, webui, cyber]