Skip to content

Commit

Permalink
Merge pull request #61 from Axway/APIGOV-26840
Browse files Browse the repository at this point in the history
APIGOV-26840 - csr5
  • Loading branch information
dfeldick authored Jan 4, 2024
2 parents 4d49290 + 921de36 commit 3c44ab6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 60 deletions.
9 changes: 2 additions & 7 deletions .csr-profile.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,12 @@
"repo_url": "https://github.com/Axway/agents-kong",
"security_guide": "https://docs.axway.com/bundle/axway_resources/page/amplify_api_management_platform_security_white_paper.html",
"requirements": {
"dependency-check": false,
"fortify": true,
"irius-risk": false,
"npm-audit": false,
"pentest": false,
"retirejs": false,
"twistlock": true,
"zap": false,
"yarn": false,
"gosec": false,
"whitesource": true,
"blackduck": true,
"third-party-policy-violation": false,
"appspider": false,
"insightvm": false
},
Expand Down
28 changes: 2 additions & 26 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ variables:
FORTIFY_INCLUDE: "**/*.go"
FORTIFY_EXCLUDE: "**/*_test.go"

# Whitesource
WS_PROJECT_ID: "agents-kong"
WS_CONFIG_FILE: "whitesource.config"

# Blackduck
BLACKDUCK_PROJECT_NAME: "Amplify - APIC Kong Agents"

Expand All @@ -31,12 +27,11 @@ include:
- "/gitlabci/restrictions.yml"
- "/gitlabci/jobs.yml"
- project: "scurity/gitlabci"
ref: $SCURITY_V2
ref: $SCURITY_LATEST
file:
- "/.gitlab-ci-fortify.yml"
- "/.gitlab-ci-twistlock.yml"
- "/.gitlab-ci-iriusrisk.yml"
- "/.gitlab-ci-whitesource.yml"
- "/.gitlab-ci-blackduck.yml"
- "/.gitlab-ci-csr.yml"
- project: "apigov/beano_cicd"
Expand Down Expand Up @@ -103,20 +98,7 @@ twistlock-traceability:on-schedule:
- export IMAGE_NAME=ghcr.io/axway/kong_traceability_agent:${GIT_TAG_PREFIX}${LATEST_TAG}
- docker pull ${IMAGE_NAME}

whitesource:on-schedule:
extends: .whitesource
rules:
- !reference [.mirror-schedule-csr-rules, rules]
before_script:
- git config --global http.sslVerify false
- git config --global url."ssh://[email protected]".insteadOf "https://git.ecd.axway.org"''
- git fetch
- *get-latest-tag
- echo "Checking out ${GIT_TAG_PREFIX}${LATEST_TAG}"
- git checkout ${GIT_TAG_PREFIX}${LATEST_TAG}

blackduck:on-schedule:
extends: .blackduck
rules:
- !reference [.mirror-schedule-csr-rules, rules]
before_script:
Expand All @@ -136,13 +118,7 @@ fetch-fortify:
rules:
- !reference [.mirror-branch-csr-rules, rules]

whitesource:
rules:
- !reference [.mirror-branch-csr-rules, rules]
before_script:
- export GOWORK=off

blackduck:
blackduck-rapid:
rules:
- !reference [.mirror-branch-csr-rules, rules]

Expand Down
1 change: 0 additions & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#[CSR]
# .csr-profile.json requires SPOC approval for any modifications
.csr-profile.json @dfeldick @jcollins-axway @vivekschauhan
whitesource.config @dfeldick

#[CICD]
# cicd-related files
Expand Down
26 changes: 0 additions & 26 deletions whitesource.config

This file was deleted.

0 comments on commit 3c44ab6

Please sign in to comment.