Skip to content

Commit

Permalink
ci: remove fortify
Browse files Browse the repository at this point in the history
  • Loading branch information
Matwog committed Mar 25, 2024
1 parent b81ebf4 commit d6b3992
Showing 1 changed file with 0 additions and 54 deletions.
54 changes: 0 additions & 54 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@ version: 2.1

orbs:
blackduck: signavio/blackduck@1.16.4
fortify: signavio/fortify@2.0.0

executors:
fortify:
machine:
image: &ubuntu "ubuntu-2204:current"
resource_class: 2xlarge

references:
workspace_root: &workspace_root /home/circleci/repo
Expand Down Expand Up @@ -77,41 +70,6 @@ jobs:
blackduck-project-name: i18n
blackduck-project-path: *workspace_root

fortify-translate-and-scan:
executor: fortify
working_directory: *workspace_root
steps:
- checkout
- fortify/setup
- run:
name: Translate i18n
command: |
set -x
sourceanalyzer \
-b i18n \
-verbose \
./src
- run:
name: Analyze i18n
command: |
sourceanalyzer \
-b i18n \
-verbose \
-scan \
-f i18n.fpr
- store_artifacts:
path: i18n.fpr
- run:
name: 'Fortify: upload'
command: |
fortifyclient \
-url "$FORTIFY_SSC" \
-authtoken "$SSC_API_TOKEN" \
uploadFPR \
-file i18n.fpr \
-project signavio-i18n \
-version master
test:
<<: *container_config

Expand Down Expand Up @@ -194,15 +152,3 @@ workflows:
jobs:
- black-duck-scan:
context: BlackDuck

fortify-workflow:
triggers:
- schedule:
cron: '0 0 * * 0'
filters:
branches:
only: master
jobs:
- fortify-translate-and-scan:
context:
- fortify

0 comments on commit d6b3992

Please sign in to comment.