Skip to content
Snippets Groups Projects
Verified Commit 3566d274 authored by Dominik Frantisek Bucik's avatar Dominik Frantisek Bucik
Browse files

fix: :bug: Fix prettier

parent 2da668c1
No related branches found
No related tags found
1 merge request!7fix: 🐛 Fix prettier
Pipeline #325994 passed
......@@ -6,9 +6,8 @@
# Note that environment variables can be set in several places
# See https://docs.gitlab.com/ee/ci/variables/#cicd-variable-precedence
stages:
- test
- test
sast:
stage: test
include:
- template: Security/SAST.gitlab-ci.yml
- template: Security/SAST.gitlab-ci.yml
......@@ -28,7 +28,9 @@ Expected body is in a JSON format:
"component": "<COMPONENT_IDENTIFIER>"
}
```
Where:
* `<NAGIOS_STATUS>` - one of the statuses `OK|WARNING|CRITICAL`
* `<NAGIOS_MESSAGE` - message that will be displayed as a message of status update (so should describe what has happened and why the status has changed)
* `<COMPONENT_IDENTIFIER>` - identifier of the component for which the status is being updated - needs to be agreed in advance and set in the mapping file or has to use component ID from status.IO
- `<NAGIOS_STATUS>` - one of the statuses `OK|WARNING|CRITICAL`
- `<NAGIOS_MESSAGE` - message that will be displayed as a message of status update (so should describe what has happened and why the status has changed)
- `<COMPONENT_IDENTIFIER>` - identifier of the component for which the status is being updated - needs to be agreed in advance and set in the mapping file or has to use component ID from status.IO
---
basic-auth:
username: user
password: pass
......@@ -9,7 +8,8 @@ status-io:
# API KEY credential from Status.IO
api_key: "sAmp1E-ap1-k3y"
# statuspage ID from Status.IO
status_page_id: "232nHNOIknoih90H9zHikSD"
status_page_id:
"232nHNOIknoih90H9zHikSD"
# Mappings of component names to IDs of component and container in status.IO
# Name has to match the value passed when calling the script. Resolved component-id and container-id are used
# to call the status.IO API (https://statusio.docs.apiary.io/#introduction)
......
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>perun-proxy-aai/renovate-config"
]
"extends": ["local>perun-proxy-aai/renovate-config"]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment