-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9058618
commit 49e4205
Showing
2 changed files
with
85 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
on: [pull_request] | ||
|
||
jobs: | ||
publiccode_validation: | ||
runs-on: ubuntu-latest | ||
name: publiccode validation | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: italia/publiccode-parser-action@v1 | ||
with: | ||
publiccode: 'publiccode.yml' # relative path to your publiccode.yml | ||
comment-on-pr: true | ||
env: | ||
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
# This repository adheres to the publiccode.yml standard by including this | ||
# metadata file that makes public software easily discoverable. | ||
# More info at https://github.com/italia/publiccode.yml | ||
|
||
publiccodeYmlVersion: '0.3' | ||
categories: | ||
- data-collection | ||
- data-visualization | ||
dependsOn: | ||
open: | ||
- name: SacerWS | ||
optional: false | ||
version: '' | ||
versionMax: '' | ||
versionMin: '' | ||
description: | ||
it: | ||
features: | ||
- archiviazione documentale | ||
genericName: Sacer | ||
longDescription: | | ||
SacerWS (Sacer Web Service) è il modulo del Sistema di Conservazione SACER che espone i web service REST di versamento dei Pacchetti | ||
di Versamento (detti anche SIP o PdV) nel sistema di conservazione SACER. | ||
DA REVISIONARE | ||
shortDescription: |- | ||
SACERWS espone i web service REST di versamento dei Pacchetti di Versamento (detti anche SIP o PdV) nel sistema di conservazione SACER. | ||
developmentStatus: stable | ||
intendedAudience: | ||
countries: | ||
- it | ||
it: | ||
conforme: | ||
gdpr: false | ||
lineeGuidaDesign: false | ||
misureMinimeSicurezza: false | ||
modelloInteroperabilita: false | ||
countryExtensionVersion: '0.2' | ||
piattaforme: | ||
anpr: false | ||
cie: false | ||
pagopa: false | ||
spid: false | ||
riuso: | ||
codiceIPA: r_emiro | ||
landingURL: 'https://github.com/RegioneER/parer-sacer' | ||
legal: | ||
license: AGPL-3.0-or-later | ||
mainCopyrightOwner: Regione Emilia-Romagna | ||
repoOwner: Regione Emilia-Romagna | ||
localisation: | ||
availableLanguages: | ||
- it | ||
localisationReady: true | ||
logo: |- | ||
https://raw.githubusercontent.com/RegioneER/parer-verifica-firma-crypto/master/src/docs/rer-logo.png | ||
maintenance: | ||
contacts: | ||
- email: [email protected] | ||
name: Cristiano Casagni | ||
contractors: | ||
- name: ' Engineering Ingegneria Informatica S.p.A.' | ||
until: '2024-06-30' | ||
type: contract | ||
name: Parer - SacerWS | ||
platforms: | ||
- linux | ||
releaseDate: '2023-11-13' | ||
softwareType: standalone/backend | ||
url: 'https://github.com/RegioneER/parer-sacer.git' | ||
applicationSuite: SACER |