Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

APIGOV-29656 - changes for SSG #322

Merged
merged 2 commits into from
Jan 31, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,22 +41,22 @@ include:
ref: master
file: "/.gitlab-ci-sonar.yml"
- project: "apigov/beano_cicd"
ref: $BEANO_CICD_BLUE
ref: $BEANO_CICD_GREEN
# the order of these include files is important
file:
- "/gitlabci/variables.yml"
- "/gitlabci/restrictions.yml"
- "/gitlabci/jobs.yml"
- project: "scurity/gitlabci"
ref: $SCURITY_BLUE
ref: $SCURITY_GREEN
file:
- "/.gitlab-ci-fortify.yml"
- "/.gitlab-ci-twistlock.yml"
- "/.gitlab-ci-iriusrisk.yml"
- "/.gitlab-ci-blackduck.yml"
- "/.gitlab-ci-security.yml"
- project: "apigov/beano_cicd"
ref: $BEANO_CICD_BLUE
ref: $BEANO_CICD_GREEN
# the order of these include files is important
file:
- "/gitlabci/securityjobs.yml"
Expand All @@ -72,7 +72,7 @@ stages:

twistlock-discovery:
rules:
- !reference [.mirror-branch-security-rules, rules]
- !reference [.beano-security-snapshot-rules, rules]
before_script:
- apk --no-cache update && apk add make
- cd discovery && make docker-build
Expand All @@ -82,7 +82,7 @@ twistlock-discovery:

twistlock-traceability:
rules:
- !reference [.mirror-branch-security-rules, rules]
- !reference [.beano-security-snapshot-rules, rules]
before_script:
- apk --no-cache update && apk add make
- cd traceability && make docker-build
Expand Down
17 changes: 17 additions & 0 deletions .security-profile-latest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"project": "Amplify - APIC Apigee Agents",
"repo_url": "https://github.com/Axway/agents-apigee",
"security_guide": "https://docs.axway.com/bundle/axway_resources/page/amplify_api_management_platform_security_white_paper.html",
"requirements": {
"fortify": false,
"irius-risk": false,
"pentest": false,
"twistlock": false,
"blackduck": true,
"third-party-policy-violation": false,
"appspider": false,
"insightvm": false
},
"suppressions": [
]
}