Skip to content

Commit ca389ba

Browse files
committed
chore(ci): Remove Fluid Attacks SAST scan from GitHub Actions
The Fluid Attacks Docker container has been taken down, causing the scan to always fail. Removing the fluidAttacksScan job and its configuration file to prevent CI failures. Changes: - Remove fluidAttacksScan job from .github/workflows/test.yml - Remove fascan.yml configuration file
1 parent 8950218 commit ca389ba

File tree

2 files changed

+0
-156
lines changed

2 files changed

+0
-156
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -26,38 +26,6 @@ jobs:
2626
run: |
2727
npm run licenses
2828
29-
fluidAttacksScan:
30-
name: Fluid Attacks SAST Scan
31-
runs-on: ubuntu-latest
32-
33-
permissions:
34-
# Give the default GITHUB_TOKEN write permission to commit and push the
35-
# added or changed files to the repository.
36-
contents: write
37-
38-
steps:
39-
- name: Checkout repository
40-
uses: actions/checkout@v4
41-
with:
42-
ref: ${{ github.head_ref }}
43-
44-
# Ensure that Node.js is available
45-
- name: Use Node.js 20
46-
uses: actions/setup-node@v4
47-
with:
48-
node-version: 20
49-
50-
- name: Fluid-Attacks scan
51-
continue-on-error: true
52-
uses: docker://docker.io/fluidattacks/cli:latest
53-
with:
54-
args: skims scan /github/workspace/fascan.yml
55-
56-
- name: Show Scan Results
57-
run: |
58-
cat Fluid-Attacks-Results.csv
59-
node -e 'require("fs").readFileSync("Fluid-Attacks-Results.csv","utf-8").indexOf("No vulnerabilities were found in your targets")<0 && process.exit(1)'
60-
6129
test:
6230
name: Test Suite
6331
timeout-minutes: 15 # Increased timeout for Gmail API tests

fascan.yml

Lines changed: 0 additions & 124 deletions
This file was deleted.

0 commit comments

Comments
 (0)