Skip to content

Commit

Permalink
Add publiccode.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sinattieng committed May 21, 2024
1 parent 9058618 commit 49e4205
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/publiccode-validation.yml
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 }}
71 changes: 71 additions & 0 deletions publiccode.yml
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

0 comments on commit 49e4205

Please sign in to comment.